8 Commits

Author SHA1 Message Date
5b7d1b356c Update src/app/page.tsx 2026-05-23 12:09:47 +00:00
a395aee0d0 Merge version_3 into main
Merge version_3 into main
2026-05-23 12:09:19 +00:00
f2c2310c68 Update src/app/page.tsx 2026-05-23 12:09:16 +00:00
75e1aea02b Merge version_2 into main
Merge version_2 into main
2026-05-23 12:05:33 +00:00
5d6f016178 Update src/app/page.tsx 2026-05-23 12:05:30 +00:00
75ccbe8a68 Merge version_1 into main
Merge version_1 into main
2026-05-23 12:03:41 +00:00
4a5cf4cba4 Merge version_1 into main
Merge version_1 into main
2026-05-23 12:03:14 +00:00
c96f3ce9ab Merge version_1 into main
Merge version_1 into main
2026-05-23 12:02:43 +00:00

View File

@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqDouble from '@/components/sections/faq/FaqDouble'; import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureBento from '@/components/sections/feature/FeatureBento'; import FeatureBento from '@/components/sections/feature/FeatureBento';
import FooterMedia from '@/components/sections/footer/FooterMedia'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -32,14 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ { name: "Home", id: "hero" },
name: "Home", id: "hero"}, { name: "About", id: "about" },
{ { name: "Menu", id: "products" },
name: "About", id: "about"}, { name: "Contact", id: "contact" },
{
name: "Menu", id: "products"},
{
name: "Contact", id: "contact"},
]} ]}
brandName="Handa Bakers" brandName="Handa Bakers"
/> />
@@ -47,20 +43,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDualMedia <HeroSplitDualMedia
background={{ background={{ variant: "gradient-bars" }}
variant: "gradient-bars"}}
title="Artisanal Baking, Delivered Fresh Daily" title="Artisanal Baking, Delivered Fresh Daily"
description="At Handa Bakers, we combine time-honored techniques with fresh ingredients to bring warmth to your table every single morning." description="At Handa Bakers, we combine time-honored techniques with fresh ingredients to bring warmth to your table every single morning."
tag="Since 1985" tag="Since 1985"
buttons={[ buttons={[{ text: "View Menu", href: "#products" }]}
{
text: "View Menu", href: "#products"},
]}
mediaItems={[ mediaItems={[
{ { imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-wooden-spoon-old-wooden-background_169016-3149.jpg?_wi=1", imageAlt: "fresh artisan bakery bread" },
imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-wooden-spoon-old-wooden-background_169016-3149.jpg?_wi=1", imageAlt: "fresh artisan bakery bread"}, { imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissant-cake-stand-counter-coffee-shop_23-2148027949.jpg?_wi=1", imageAlt: "pastry tray fresh bakery" }
{
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissant-cake-stand-counter-coffee-shop_23-2148027949.jpg?_wi=1", imageAlt: "pastry tray fresh bakery"}
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
rating={5} rating={5}
@@ -75,12 +65,9 @@ export default function LandingPage() {
title="Our Passion for Perfection" title="Our Passion for Perfection"
description="Handa Bakers started in a small family kitchen, driven by the belief that high-quality ingredients and patience make the difference between bread and bread worth remembering." description="Handa Bakers started in a small family kitchen, driven by the belief that high-quality ingredients and patience make the difference between bread and bread worth remembering."
bulletPoints={[ bulletPoints={[
{ { title: "Locally Sourced", description: "We partner with local farms for all our flour and dairy." },
title: "Locally Sourced", description: "We partner with local farms for all our flour and dairy."}, { title: "Traditional Methods", description: "No industrial shortcuts. Just long, cold fermentation." },
{ { title: "Fresh Daily", description: "Everything in our shop is baked within four hours of sale." },
title: "Traditional Methods", description: "No industrial shortcuts. Just long, cold fermentation."},
{
title: "Fresh Daily", description: "Everything in our shop is baked within four hours of sale."},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/baker-kneading-dough-with-flour-kitchen-table_23-2147872732.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/baker-kneading-dough-with-flour-kitchen-table_23-2147872732.jpg?_wi=1"
/> />
@@ -93,18 +80,12 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ { id: "1", name: "Sourdough Loaf", price: "₹650", imageSrc: "http://img.b2bpic.net/free-photo/high-view-bread-cloth_23-2148258652.jpg?_wi=1" },
id: "1", name: "Sourdough Loaf", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/high-view-bread-cloth_23-2148258652.jpg?_wi=1"}, { id: "2", name: "Butter Croissant", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-broken-soap-bar-brush-white-backdrop_23-2147971417.jpg?_wi=1" },
{ { id: "3", name: "Blueberry Muffin", price: "₹300", imageSrc: "http://img.b2bpic.net/free-photo/tasty-appetizing-chocolate-muffins-cups_1220-6187.jpg" },
id: "2", name: "Butter Croissant", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-broken-soap-bar-brush-white-backdrop_23-2147971417.jpg?_wi=1"}, { id: "4", name: "Cinnamon Roll", price: "₹400", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cinnamon-rolls-sticks_23-2148904710.jpg" },
{ { id: "5", name: "Rustic Baguette", price: "₹500", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-baguette-plaid-cloth-wooden-table_141793-11912.jpg" },
id: "3", name: "Blueberry Muffin", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/tasty-appetizing-chocolate-muffins-cups_1220-6187.jpg"}, { id: "6", name: "Fresh Fruit Tart", price: "₹600", imageSrc: "http://img.b2bpic.net/free-photo/delicious-berry-tart-with-golden-crust-reflection-black-surface_9975-124411.jpg" },
{
id: "4", name: "Cinnamon Roll", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cinnamon-rolls-sticks_23-2148904710.jpg"},
{
id: "5", name: "Rustic Baguette", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-baguette-plaid-cloth-wooden-table_141793-11912.jpg"},
{
id: "6", name: "Fresh Fruit Tart", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-berry-tart-with-golden-crust-reflection-black-surface_9975-124411.jpg"},
]} ]}
title="Freshly Baked Goods" title="Freshly Baked Goods"
description="Explore our daily selection of breads, pastries, and treats, handcrafted with love." description="Explore our daily selection of breads, pastries, and treats, handcrafted with love."
@@ -117,15 +98,9 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ { title: "All-Natural", description: "No artificial preservatives or chemical dough conditioners.", bentoComponent: "reveal-icon", icon: CheckCircle },
title: "All-Natural", description: "No artificial preservatives or chemical dough conditioners.", bentoComponent: "reveal-icon", icon: CheckCircle, { title: "Community Focus", description: "Supporting our local agricultural partners since our founding.", bentoComponent: "reveal-icon", icon: Heart },
}, { title: "Slow-Proofed", description: "Time is our secret ingredient for better texture and flavor.", bentoComponent: "reveal-icon", icon: Clock },
{
title: "Community Focus", description: "Supporting our local agricultural partners since our founding.", bentoComponent: "reveal-icon", icon: Heart,
},
{
title: "Slow-Proofed", description: "Time is our secret ingredient for better texture and flavor.", bentoComponent: "reveal-icon", icon: Clock,
},
]} ]}
title="Why Choose Us" title="Why Choose Us"
description="It's about more than just flour and water; it's about our commitment to quality." description="It's about more than just flour and water; it's about our commitment to quality."
@@ -139,15 +114,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ { id: "m1", value: "12,000+", title: "Breads Baked", description: "Fresh loaves served annually.", icon: Wheat },
id: "m1", value: "12,000+", title: "Breads Baked", description: "Fresh loaves served annually.", icon: Wheat, { id: "m2", value: "25+", title: "Local Partners", description: "Regional farms and suppliers.", icon: Award },
}, { id: "m3", value: "40+", title: "Years Active", description: "Baking with passion since 1985.", icon: Award },
{
id: "m2", value: "25+", title: "Local Partners", description: "Regional farms and suppliers.", icon: Award,
},
{
id: "m3", value: "40+", title: "Years Active", description: "Baking with passion since 1985.", icon: Award,
},
]} ]}
title="Our Impact" title="Our Impact"
description="Numbers that define our journey." description="Numbers that define our journey."
@@ -159,16 +128,8 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ { id: "1", name: "Alice M.", date: "Jan 2025", title: "Regular Customer", quote: "The best sourdough I've ever tasted, hands down.", tag: "Top Review", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-asian-girl-with-delicious-cupcake-look-pensive-dessert-while-diet-checkin_1258-173977.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-wooden-spoon-old-wooden-background_169016-3149.jpg?_wi=2" },
id: "1", name: "Alice M.", date: "Jan 2025", title: "Regular Customer", quote: "The best sourdough I've ever tasted, hands down.", tag: "Top Review", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-asian-girl-with-delicious-cupcake-look-pensive-dessert-while-diet-checkin_1258-173977.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-wooden-spoon-old-wooden-background_169016-3149.jpg?_wi=2", imageAlt: "customer portrait happy smiling"}, { id: "2", name: "Bob T.", date: "Dec 2024", title: "Pastry Fan", quote: "Their croissants are perfectly flaky every time.", tag: "Recommended", avatarSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissant-cake-stand-counter-coffee-shop_23-2148027949.jpg?_wi=2" },
{
id: "2", name: "Bob T.", date: "Dec 2024", title: "Pastry Fan", quote: "Their croissants are perfectly flaky every time.", tag: "Recommended", avatarSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissant-cake-stand-counter-coffee-shop_23-2148027949.jpg?_wi=2", imageAlt: "customer portrait happy smiling"},
{
id: "3", name: "Clara S.", date: "Dec 2024", title: "Daily Visitor", quote: "Morning coffee just isn't the same without their muffins.", tag: "Five Stars", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-504.jpg", imageSrc: "http://img.b2bpic.net/free-photo/baker-kneading-dough-with-flour-kitchen-table_23-2147872732.jpg?_wi=2", imageAlt: "customer portrait happy smiling"},
{
id: "4", name: "David W.", date: "Nov 2024", title: "Bread Aficionado", quote: "You can truly taste the quality and the time put into every loaf.", tag: "Expert Pick", avatarSrc: "http://img.b2bpic.net/free-photo/thrilled-confident-manager-business-attire-celebrates-victorious-milestone_482257-111932.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-view-bread-cloth_23-2148258652.jpg?_wi=2", imageAlt: "customer portrait happy smiling"},
{
id: "5", name: "Elena R.", date: "Oct 2024", title: "Happy Customer", quote: "Everything smells so good when you walk through the door!", tag: "Delightful", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-gardener-girl-uniform-wearing-gardening-hat-holding-camera-putting-pumpkin-shoulder-isolated-pink_141793-95366.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-broken-soap-bar-brush-white-backdrop_23-2147971417.jpg?_wi=2", imageAlt: "customer portrait happy smiling"},
]} ]}
title="Loved by Locals" title="Loved by Locals"
description="Don't just take our word for it—see what our community has to say." description="Don't just take our word for it—see what our community has to say."
@@ -180,12 +141,9 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ { id: "f1", title: "Do you offer gluten-free options?", content: "We do! We offer a dedicated range of GF muffins and bread daily." },
id: "f1", title: "Do you offer gluten-free options?", content: "We do! We offer a dedicated range of GF muffins and bread daily."}, { id: "f2", title: "What are your opening hours?", content: "We're open Tuesday to Sunday from 7:00 AM until we sell out!" },
{ { id: "f3", title: "Do you take large custom orders?", content: "Yes, please contact us at least 48 hours in advance for custom events." },
id: "f2", title: "What are your opening hours?", content: "We're open Tuesday to Sunday from 7:00 AM until we sell out!"},
{
id: "f3", title: "Do you take large custom orders?", content: "Yes, please contact us at least 48 hours in advance for custom events."},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Got questions about our ingredients or opening times?" description="Got questions about our ingredients or opening times?"
@@ -194,41 +152,24 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactSplit
title="Visit Us"
description="Come experience the warmth of our ovens. We're located in the heart of the city."
tag="Find Us"
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{ variant: "plain" }}
variant: "plain"}} imageSrc="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3506.7570258169623!2d77.21667087532398!3d28.50884617568551!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390ce11b412b3e83%3A0x675841075d9e7979!2sHanda%20Bakers!5e0!3m2!1sen!2sin!4v1715856983084!5m2!1sen!2sin"
title="Stay Updated"
description="Join our newsletter for fresh alerts and exclusive shop announcements."
tag="Newsletter"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterLogoReveal
imageSrc="http://img.b2bpic.net/free-photo/milk-eggs-bowl-cereals-cheese-flour-walnuts-white-wooden-table_23-2147972703.jpg"
logoText="Handa Bakers" logoText="Handa Bakers"
columns={[ leftLink={{ text: "Handa Bakers © 2025" }}
{ rightLink={{ text: "Privacy Policy", href: "#" }}
title: "Shop", items: [
{
label: "Menu", href: "#products"},
{
label: "About Us", href: "#about"},
],
},
{
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"},
],
},
]}
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }