Merge version_1 into main #2
228
src/app/page.tsx
228
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Handa Bakers"
|
||||
/>
|
||||
@@ -56,38 +48,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
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."
|
||||
tag="Since 1985"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Menu", href: "#products"},
|
||||
]}
|
||||
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", 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/fresh-bread-wooden-spoon-old-wooden-background_169016-1933.jpg",
|
||||
imageAlt: "fresh bread and wooden spoon on old wooden background",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/active-rye-wheat-sourdough-starter-glass-jar-ingredient-flour-freshly-baked-whole-grain-bread-laid-out-table_166373-2179.jpg",
|
||||
imageAlt: "Active rye and wheat sourdough starter in a glass jar next to the ingredient flour and freshly baked whole grain bread Laid out on the table",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-shopping-bag-wooden-background_169016-20843.jpg",
|
||||
imageAlt: "Fresh bread in a shopping bag on a wooden background",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissant-cake-stand-counter-coffee-shop_23-2148027949.jpg", imageAlt: "pastry tray fresh bakery"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -103,19 +76,13 @@ export default function LandingPage() {
|
||||
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={[
|
||||
{
|
||||
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: "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: "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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -123,44 +90,21 @@ export default function LandingPage() {
|
||||
<ProductCardThree
|
||||
textboxLayout="default"
|
||||
gridVariant="one-large-right-three-stacked-left"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
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: "1", name: "Sourdough Loaf", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/high-view-bread-cloth_23-2148258652.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: "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"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Blueberry Muffin",
|
||||
price: "$3.75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-appetizing-chocolate-muffins-cups_1220-6187.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: "4",
|
||||
name: "Cinnamon Roll",
|
||||
price: "$5.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cinnamon-rolls-sticks_23-2148904710.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: "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",
|
||||
},
|
||||
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"
|
||||
description="Explore our daily selection of breads, pastries, and treats, handcrafted with love."
|
||||
@@ -174,28 +118,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "All-Natural",
|
||||
description: "No artificial preservatives or chemical dough conditioners.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: CheckCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bread-wooden-table_23-2148544831.jpg",
|
||||
imageAlt: "High angle bread on wooden table",
|
||||
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,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-wooden-spoon-old-wooden-background_169016-3149.jpg?_wi=2",
|
||||
imageAlt: "High angle bread on wooden table",
|
||||
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,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissant-cake-stand-counter-coffee-shop_23-2148027949.jpg?_wi=2",
|
||||
imageAlt: "High angle bread on wooden table",
|
||||
title: "Slow-Proofed", description: "Time is our secret ingredient for better texture and flavor.", bentoComponent: "reveal-icon", icon: Clock,
|
||||
},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
@@ -211,25 +140,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
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: "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: "m3", value: "40+", title: "Years Active", description: "Baking with passion since 1985.", icon: Award,
|
||||
},
|
||||
]}
|
||||
title="Our Impact"
|
||||
@@ -243,60 +160,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
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=3",
|
||||
imageAlt: "customer portrait happy smiling",
|
||||
},
|
||||
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", 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=3",
|
||||
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", 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: "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", 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: "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", 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",
|
||||
},
|
||||
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", imageAlt: "customer portrait happy smiling"},
|
||||
]}
|
||||
title="Loved by Locals"
|
||||
description="Don't just take our word for it—see what our community has to say."
|
||||
@@ -309,20 +181,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
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: "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: "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"
|
||||
description="Got questions about our ingredients or opening times?"
|
||||
@@ -334,8 +197,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Stay Updated"
|
||||
description="Join our newsletter for fresh alerts and exclusive shop announcements."
|
||||
tag="Newsletter"
|
||||
@@ -348,29 +210,19 @@ export default function LandingPage() {
|
||||
logoText="Handa Bakers"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Menu", href: "#products"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user