import brandStoryPic from '/public/images/homepage/brand-story.jpg'; import { HomepageVideo } from '@/components/homepage-video'; import { HeroSwiper } from '@/components/swiper'; import { Collections } from '@/components/our-collection'; import { ChocolateCategories } from '@/components/category-slider'; import { InstagramFeed } from '@/components/instagram'; import { Spotlight } from '@/components/spotlight'; import { AnimatedText } from '@/components/animated-text'; import { AnimatedImage } from '@/components/animated-image'; export default function HomePage() { return (
{/* First Two-Column Layout */}
{/* Left Column - Text with Header */}

Brand Story

Mozimo's journey is a passionate pursuit of crafting exceptional chocolate that celebrates the origin of each cocoa bean.

We meticulously roast, crack, winnow, and refine beans in-house, using modern techniques to highlight their natural flavors.

Each chocolate is a masterpiece, capturing the essence of cocoa in its purest form.

{/* Right Column - Image */}
{/* Second Two-Column Layout (Video and Text) */}
{/* Left Column - Video */}
{/* Right Column - Text */}

Discover the delicate art of our

Chocolate Tempering

Crafted to perfection Mozimo delivers a sublime sensory experience with every bite. Experience the epitome of indulgence with our perfectly tempered chocolate: velvety smooth, exquisitely rich, and artfully balanced. Each bite offers a symphony of nuanced cocoa flavors, melting luxuriously!

{/* Fourth Three-Column Layout (Collections) */}
Our Collections
{/* Fifth Layout (Categories) */} {/* Sixth Layout (Instagram) */}
Follow us on Instagram
In the Spotlight
{/* Button Text */}
); }