1 Commits

Author SHA1 Message Date
6422f1d06b Update src/app/page.tsx 2026-05-11 07:59:31 +00:00

View File

@@ -31,25 +31,15 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Cakes", name: "Cakes", id: "cakes"},
id: "cakes",
},
{ {
name: "Gallery", name: "Gallery", id: "gallery"},
id: "gallery",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Dadoo Bakers" brandName="Dadoo Bakers"
/> />
@@ -58,98 +48,55 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitTestimonial <HeroSplitTestimonial
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Sweet Creations from Dadoo Bakers" title="Sweet Creations from Dadoo Bakers"
description="Experience the warmth and flavor of our handcrafted cakes and pastries. Made with love for your special moments." description="Experience the warmth and flavor of our handcrafted cakes and pastries. Made with love for your special moments."
testimonials={[ testimonials={[
{ {
name: "Elena R.", name: "Elena R.", handle: "@elena_sweets", testimonial: "Best birthday cake ever!", rating: 5,
handle: "@elena_sweets", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-with-pastry-cream-plate-purple-shawl-fork-notepad-pencil-female-hand_140725-99925.jpg"},
testimonial: "Best birthday cake ever!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-with-pastry-cream-plate-purple-shawl-fork-notepad-pencil-female-hand_140725-99925.jpg",
},
{ {
name: "Mark S.", name: "Mark S.", handle: "@mark_eats", testimonial: "Fresh and absolutely delicious.", rating: 5,
handle: "@mark_eats", imageSrc: "http://img.b2bpic.net/free-photo/homemade-cheese-cake_169016-1935.jpg"},
testimonial: "Fresh and absolutely delicious.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/homemade-cheese-cake_169016-1935.jpg",
},
{ {
name: "Sarah J.", name: "Sarah J.", handle: "@sarah_cakes", testimonial: "My go-to place for all events.", rating: 5,
handle: "@sarah_cakes", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-with-pastry-cream-plate-female-hand-chocolate-bowl-fork-dinner-knife-notebook_140725-99911.jpg"},
testimonial: "My go-to place for all events.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-with-pastry-cream-plate-female-hand-chocolate-bowl-fork-dinner-knife-notebook_140725-99911.jpg",
},
{ {
name: "David L.", name: "David L.", handle: "@david_bakery", testimonial: "Incredible quality every single time.", rating: 5,
handle: "@david_bakery", imageSrc: "http://img.b2bpic.net/free-photo/view-baked-muffins-done-by-vegan-bakery_23-2150195074.jpg"},
testimonial: "Incredible quality every single time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/view-baked-muffins-done-by-vegan-bakery_23-2150195074.jpg",
},
{ {
name: "Chloe B.", name: "Chloe B.", handle: "@chloe_treats", testimonial: "The pastries are pure perfection.", rating: 5,
handle: "@chloe_treats", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-lady-posing-while-sitting-near-cupcake_171337-14477.jpg"},
testimonial: "The pastries are pure perfection.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-lady-posing-while-sitting-near-cupcake_171337-14477.jpg",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Order via WhatsApp", text: "Order via WhatsApp", href: "https://wa.me/yournumber"},
href: "https://wa.me/yournumber",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097755.jpg" imageSrc="http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097755.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-fresh-red-strawberries-cakes-waffles-light-blue-surface_140725-66649.jpg", src: "http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-fresh-red-strawberries-cakes-waffles-light-blue-surface_140725-66649.jpg", alt: "User avatar"},
alt: "User avatar",
},
{ {
src: "http://img.b2bpic.net/free-photo/front-view-little-sweet-pastries-tea-light-table-sweet-pie-pastry-cake_140725-72997.jpg", src: "http://img.b2bpic.net/free-photo/front-view-little-sweet-pastries-tea-light-table-sweet-pie-pastry-cake_140725-72997.jpg", alt: "User avatar"},
alt: "User avatar",
},
{ {
src: "http://img.b2bpic.net/free-photo/chocolate-cookies-cake-slices-wooden-board_114579-17174.jpg", src: "http://img.b2bpic.net/free-photo/chocolate-cookies-cake-slices-wooden-board_114579-17174.jpg", alt: "User avatar"},
alt: "User avatar",
},
{ {
src: "http://img.b2bpic.net/free-photo/multi-colored-candy-store-offers-sweet-indulgence-generated-by-ai_188544-22764.jpg", src: "http://img.b2bpic.net/free-photo/multi-colored-candy-store-offers-sweet-indulgence-generated-by-ai_188544-22764.jpg", alt: "User avatar"},
alt: "User avatar",
},
{ {
src: "http://img.b2bpic.net/free-photo/woman-holding-bagel-dark-table-with-various-bread_114579-22471.jpg", src: "http://img.b2bpic.net/free-photo/woman-holding-bagel-dark-table-with-various-bread_114579-22471.jpg", alt: "User avatar"},
alt: "User avatar",
},
]} ]}
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Artisan Quality"},
text: "Artisan Quality",
},
{ {
type: "text", type: "text", text: "Fresh Daily"},
text: "Fresh Daily",
},
{ {
type: "text", type: "text", text: "100% Natural"},
text: "100% Natural",
},
{ {
type: "text", type: "text", text: "Handcrafted"},
text: "Handcrafted",
},
{ {
type: "text", type: "text", text: "Order Online"},
text: "Order Online",
},
]} ]}
/> />
</div> </div>
@@ -161,17 +108,11 @@ export default function LandingPage() {
description="We believe in bringing happiness through quality confectionery. Every recipe is a legacy of taste." description="We believe in bringing happiness through quality confectionery. Every recipe is a legacy of taste."
metrics={[ metrics={[
{ {
value: "15+", value: "15+", title: "Years Experience"},
title: "Years Experience",
},
{ {
value: "100+", value: "100+", title: "Unique Recipes"},
title: "Unique Recipes",
},
{ {
value: "5k+", value: "5k+", title: "Happy Clients"},
title: "Happy Clients",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/christmas-wreath-fir-tree-branches-vases-cups-all-around-modern-kitchen-modern-kitchen-with-black-fridge-decorated-christmas-new-year_132075-11267.jpg" imageSrc="http://img.b2bpic.net/free-photo/christmas-wreath-fir-tree-branches-vases-cups-all-around-modern-kitchen-modern-kitchen-with-black-fridge-decorated-christmas-new-year_132075-11267.jpg"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
@@ -187,59 +128,23 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "c1", id: "c1", brand: "Bakery", name: "Choco Fudge", price: "$25", rating: 5,
brand: "Bakery", reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/sliced-round-cake-with-coffee-cream-chocolate-pieces_140725-5068.jpg"},
name: "Choco Fudge",
price: "$25",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/sliced-round-cake-with-coffee-cream-chocolate-pieces_140725-5068.jpg",
},
{ {
id: "c2", id: "c2", brand: "Bakery", name: "Berry Bliss", price: "$30", rating: 5,
brand: "Bakery", reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-vertical-closeup-shot-raw-vegan-pancakes-with-honey-berries_181624-33292.jpg"},
name: "Berry Bliss",
price: "$30",
rating: 5,
reviewCount: "8",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-vertical-closeup-shot-raw-vegan-pancakes-with-honey-berries_181624-33292.jpg",
},
{ {
id: "c3", id: "c3", brand: "Bakery", name: "Royal Wedding", price: "$80", rating: 5,
brand: "Bakery", reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/3d-design-delicious-wedding-cake_23-2151109605.jpg"},
name: "Royal Wedding",
price: "$80",
rating: 5,
reviewCount: "5",
imageSrc: "http://img.b2bpic.net/free-photo/3d-design-delicious-wedding-cake_23-2151109605.jpg",
},
{ {
id: "c4", id: "c4", brand: "Bakery", name: "Macaron Tower", price: "$45", rating: 4,
brand: "Bakery", reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-cook-rolling-out-dough-dark-pastry-job-raw-dough-hotcake-pie-oven_179666-43936.jpg"},
name: "Macaron Tower",
price: "$45",
rating: 4,
reviewCount: "20",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-cook-rolling-out-dough-dark-pastry-job-raw-dough-hotcake-pie-oven_179666-43936.jpg",
},
{ {
id: "c5", id: "c5", brand: "Bakery", name: "Classic Croissant", price: "$5", rating: 5,
brand: "Bakery", reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/croissant-basket-with-honey-dipper-tea-top-view-wooden-table_176474-8131.jpg"},
name: "Classic Croissant",
price: "$5",
rating: 5,
reviewCount: "50",
imageSrc: "http://img.b2bpic.net/free-photo/croissant-basket-with-honey-dipper-tea-top-view-wooden-table_176474-8131.jpg",
},
{ {
id: "c6", id: "c6", brand: "Bakery", name: "Cookie Box", price: "$15", rating: 5,
brand: "Bakery", reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-creamy-cake-with-fresh-red-fruits-cookies-purple-surface-cookie-cake-sweet-fruit_140725-27732.jpg"},
name: "Cookie Box",
price: "$15",
rating: 5,
reviewCount: "30",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-creamy-cake-with-fresh-red-fruits-cookies-purple-surface-cookie-cake-sweet-fruit_140725-27732.jpg",
},
]} ]}
title="Our Signature Cakes" title="Our Signature Cakes"
description="Handcrafted masterpieces for every celebration." description="Handcrafted masterpieces for every celebration."
@@ -253,20 +158,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Custom Orders", title: "Custom Orders", description: "Tailor-made cakes for your special day.", imageSrc: "http://img.b2bpic.net/free-photo/wedding-table-desserts_1303-10517.jpg"},
description: "Tailor-made cakes for your special day.",
imageSrc: "http://img.b2bpic.net/free-photo/wedding-table-desserts_1303-10517.jpg",
},
{ {
title: "Daily Pastries", title: "Daily Pastries", description: "Freshly baked delights every morning.", imageSrc: "http://img.b2bpic.net/free-photo/croissant-coffee-food-photography_53876-104492.jpg"},
description: "Freshly baked delights every morning.",
imageSrc: "http://img.b2bpic.net/free-photo/croissant-coffee-food-photography_53876-104492.jpg",
},
{ {
title: "Premium Confectionery", title: "Premium Confectionery", description: "High-quality ingredients, pure taste.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-cake-with-lily_23-2148761721.jpg"},
description: "High-quality ingredients, pure taste.",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-cake-with-lily_23-2148761721.jpg",
},
]} ]}
title="Pastry Gallery" title="Pastry Gallery"
description="A glimpse into our delicious world." description="A glimpse into our delicious world."
@@ -278,30 +174,15 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Anna P.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-decorated-with-fruits-notebooks-ice-background_140725-94708.jpg"},
name: "Anna P.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-decorated-with-fruits-notebooks-ice-background_140725-94708.jpg",
},
{ {
id: "t2", id: "t2", name: "John D.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-indian-woman-loving-dessert_1262-5797.jpg"},
name: "John D.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-indian-woman-loving-dessert_1262-5797.jpg",
},
{ {
id: "t3", id: "t3", name: "Lisa K.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-bakery_23-2150273175.jpg"},
name: "Lisa K.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-bakery_23-2150273175.jpg",
},
{ {
id: "t4", id: "t4", name: "Sam B.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-with-pastry-cream-plate-purple-shawl-berries-chocolate-bowls-tied-cookies-female-hand-white-table_140725-99918.jpg"},
name: "Sam B.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-with-pastry-cream-plate-purple-shawl-berries-chocolate-bowls-tied-cookies-female-hand-white-table_140725-99918.jpg",
},
{ {
id: "t5", id: "t5", name: "Kate M.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-chocolate-cakes-with-macarons-waffles-pink_140725-78363.jpg"},
name: "Kate M.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-chocolate-cakes-with-macarons-waffles-pink_140725-78363.jpg",
},
]} ]}
cardTitle="What Customers Say" cardTitle="What Customers Say"
cardTag="Reviews" cardTag="Reviews"
@@ -316,36 +197,20 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "b1", id: "b1", badge: "Silver", price: "$50", subtitle: "Perfect for birthdays", buttons: [
badge: "Silver",
price: "$50",
subtitle: "For small gatherings",
buttons: [
{ {
text: "WhatsApp Order", text: "WhatsApp Order", href: "#"},
href: "#",
},
], ],
features: [ features: [
"1 Cake", "1 Cake", "12 Cupcakes"],
"12 Cupcakes",
],
}, },
{ {
id: "b2", id: "b2", badge: "Gold", price: "$120", subtitle: "Perfect for weddings", buttons: [
badge: "Gold",
price: "$120",
subtitle: "For big celebrations",
buttons: [
{ {
text: "WhatsApp Order", text: "WhatsApp Order", href: "#"},
href: "#",
},
], ],
features: [ features: [
"2 Tier Cake", "2 Tier Cake", "24 Cupcakes"],
"24 Cupcakes",
],
}, },
]} ]}
title="Custom Order Packages" title="Custom Order Packages"
@@ -357,16 +222,13 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
tag="Get in Touch" tag="Get in Touch"
title="Ready to place an order?" title="Ready to place an order?"
description="Send us a message on WhatsApp and our team will get back to you shortly." description="Send us a message on WhatsApp and our team will get back to you shortly."
buttons={[ buttons={[
{ {
text: "Chat on WhatsApp", text: "Chat on WhatsApp", href: "https://wa.me/yournumber"},
href: "https://wa.me/yournumber",
},
]} ]}
/> />
</div> </div>
@@ -377,25 +239,17 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "Home", label: "Home", href: "#hero"},
href: "#hero",
},
{ {
label: "About", label: "About", href: "#about"},
href: "#about",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Privacy", label: "Privacy", href: "#"},
href: "#",
},
{ {
label: "Terms", label: "Terms", href: "#"},
href: "#",
},
], ],
}, },
]} ]}