Update src/app/page.tsx

This commit is contained in:
2026-06-02 13:57:53 +00:00
parent 1065e8ba21
commit c35ffbcc96

View File

@@ -34,41 +34,23 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About Us",
id: "about",
},
name: "About Us", id: "about"},
{
name: "Categories",
id: "categories",
},
name: "Categories", id: "categories"},
{
name: "Gallery",
id: "gallery",
},
name: "Gallery", id: "gallery"},
{
name: "Benefits",
id: "benefits",
},
name: "Benefits", id: "benefits"},
{
name: "Offers",
id: "offers",
},
name: "Offers", id: "offers"},
{
name: "Reviews",
id: "reviews",
},
name: "Reviews", id: "reviews"},
{
name: "Order",
id: "order",
},
name: "Order", id: "order"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
logoSrc="http://img.b2bpic.net/free-photo/3d-delicious-cartoon-chocolate-cake_23-2151447302.jpg"
logoAlt="Latika's Yummy Cakes Logo"
@@ -79,67 +61,42 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "plain",
}}
variant: "plain"}}
title="Latika's Yummy Cakes"
description="Freshly Baked Happiness"
buttons={[
{
text: "Order Now",
href: "#order",
},
text: "Order Now", href: "#order"},
{
text: "Contact Us",
href: "#contact",
},
text: "Contact Us", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177035.jpg"
imageAlt="Large bakery banner with various cakes and pastries"
mediaAnimation="entrance-slide"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smacking-woman-with-cake_1163-1049.jpg",
alt: "Happy customer Sarah L.",
},
src: "http://img.b2bpic.net/free-photo/smacking-woman-with-cake_1163-1049.jpg", alt: "Happy customer Sarah L."},
{
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-pin-up-woman-holding-cake-hands_176420-3331.jpg",
alt: "Satisfied client Mark T.",
},
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-pin-up-woman-holding-cake-hands_176420-3331.jpg", alt: "Satisfied client Mark T."},
{
src: "http://img.b2bpic.net/free-photo/shop-assistant-preparing-croissant-bag_23-2147985162.jpg",
alt: "Delighted customer Emily K.",
},
src: "http://img.b2bpic.net/free-photo/shop-assistant-preparing-croissant-bag_23-2147985162.jpg", alt: "Delighted customer Emily K."},
{
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-pin-up-woman-holding-cake-hands_176420-3308.jpg",
alt: "Joyful patron David P.",
},
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-pin-up-woman-holding-cake-hands_176420-3308.jpg", alt: "Joyful patron David P."},
{
src: "http://img.b2bpic.net/free-photo/front-view-adult-holding-burger_23-2149660951.jpg",
alt: "Sweet treat fan Jessica M.",
},
src: "http://img.b2bpic.net/free-photo/front-view-adult-holding-burger_23-2149660951.jpg", alt: "Sweet treat fan Jessica M."},
]}
avatarText="Loved by 1000+ happy customers!"
marqueeItems={[
{
type: "text",
text: "Freshly Baked Daily",
},
type: "text", text: "Freshly Baked Daily"},
{
type: "text",
text: "Custom Designs",
},
type: "text", text: "Custom Designs"},
{
type: "text",
text: "Home Delivery",
},
type: "text", text: "Home Delivery"},
{
type: "text",
text: "Premium Ingredients",
},
type: "text", text: "Premium Ingredients"},
{
type: "text",
text: "Celebrate with Us",
},
type: "text", text: "Celebrate with Us"},
]}
/>
</div>
@@ -151,21 +108,15 @@ export default function LandingPage() {
metrics={[
{
icon: Cake,
label: "Years of Baking",
value: "10+",
},
label: "Years of Baking", value: "10+"},
{
icon: Heart,
label: "Happy Customers",
value: "1000+",
},
label: "Happy Customers", value: "1000+"},
{
icon: Cookie,
label: "Fresh Daily Bakes",
value: "50+",
},
label: "Fresh Daily Bakes", value: "50+"},
]}
metricsAnimation="entrance-slide"
metricsAnimation="slide-up"
description="At Latika's Yummy Cakes, every cake, brownie, and pastry is baked with passion and the finest ingredients. We believe in crafting happiness, one delicious bite at a time, bringing that friendly, homemade feel to your special moments."
/>
</div>
@@ -178,75 +129,26 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "Specialty",
name: "Birthday Cakes",
price: "From $50",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-delicious-white-wedding-cake-with-red-berries-flowers-cake-topper_181624-44417.jpg",
imageAlt: "Beautifully decorated birthday cake",
},
id: "p1", brand: "Specialty", name: "Birthday Cakes", price: "From $50", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-delicious-white-wedding-cake-with-red-berries-flowers-cake-topper_181624-44417.jpg", imageAlt: "Beautifully decorated birthday cake"},
{
id: "p2",
brand: "Elegance",
name: "Anniversary Cakes",
price: "From $65",
rating: 5,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/bride-groom-cut-wedding-cake-with-blueberries_8353-8901.jpg",
imageAlt: "Romantic anniversary cake with flowers",
},
id: "p2", brand: "Elegance", name: "Anniversary Cakes", price: "From $65", rating: 5,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/bride-groom-cut-wedding-cake-with-blueberries_8353-8901.jpg", imageAlt: "Romantic anniversary cake with flowers"},
{
id: "p3",
brand: "Unique",
name: "Custom Cakes",
price: "Quote",
rating: 5,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-cutting-cake_23-2149234851.jpg",
imageAlt: "Custom designed cake for unique occasions",
},
id: "p3", brand: "Unique", name: "Custom Cakes", price: "Quote", rating: 5,
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-cutting-cake_23-2149234851.jpg", imageAlt: "Custom designed cake for unique occasions"},
{
id: "p4",
brand: "Classic",
name: "Fudgy Brownies",
price: "$25 / dozen",
rating: 5,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies_74190-7103.jpg",
imageAlt: "Stack of rich chocolate fudgy brownies",
},
id: "p4", brand: "Classic", name: "Fudgy Brownies", price: "$25 / dozen", rating: 5,
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies_74190-7103.jpg", imageAlt: "Stack of rich chocolate fudgy brownies"},
{
id: "p5",
brand: "Mini Treats",
name: "Gourmet Cupcakes",
price: "$30 / dozen",
rating: 5,
reviewCount: "110",
imageSrc: "http://img.b2bpic.net/free-photo/candy-topped-cupcakes-baubles-black-tray-marble-surface_114579-25581.jpg",
imageAlt: "Assortment of gourmet cupcakes with various frostings",
},
id: "p5", brand: "Mini Treats", name: "Gourmet Cupcakes", price: "$30 / dozen", rating: 5,
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/candy-topped-cupcakes-baubles-black-tray-marble-surface_114579-25581.jpg", imageAlt: "Assortment of gourmet cupcakes with various frostings"},
{
id: "p6",
brand: "Artisan",
name: "Delicate Pastries",
price: "From $15",
rating: 5,
reviewCount: "70",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cupcakes-with-cinnamon_23-2148604558.jpg",
imageAlt: "Selection of delicate French pastries",
},
id: "p6", brand: "Artisan", name: "Delicate Pastries", price: "From $15", rating: 5,
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cupcakes-with-cinnamon_23-2148604558.jpg", imageAlt: "Selection of delicate French pastries"},
{
id: "p7",
brand: "Cool Off",
name: "Homemade Ice Cream",
price: "From $12",
rating: 5,
reviewCount: "60",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-waffle-cones-with-chocolate-ice-cream-vanilla-ice-cream-chocolate-chips-ice-cream-spoon-rag-napkins_176474-3491.jpg",
imageAlt: "Scoops of homemade ice cream in a bowl",
},
id: "p7", brand: "Cool Off", name: "Homemade Ice Cream", price: "From $12", rating: 5,
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/top-view-waffle-cones-with-chocolate-ice-cream-vanilla-ice-cream-chocolate-chips-ice-cream-spoon-rag-napkins_176474-3491.jpg", imageAlt: "Scoops of homemade ice cream in a bowl"},
]}
title="Our Delicious Creations"
description="Explore our exquisite range of freshly baked goods, perfect for every occasion. From celebration cakes to everyday treats, find your next favorite dessert."
@@ -260,53 +162,17 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "g1",
value: "Bespoke",
title: "Wedding Cake Wonder",
description: "An elegant tiered cake perfect for your special day.",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cupcake-golden-ribbon_23-2149528411.jpg",
imageAlt: "Elegant tiered wedding cake",
},
id: "g1", value: "Bespoke", title: "Wedding Cake Wonder", description: "An elegant tiered cake perfect for your special day.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cupcake-golden-ribbon_23-2149528411.jpg", imageAlt: "Elegant tiered wedding cake"},
{
id: "g2",
value: "Celebration",
title: "Pink Ombre Dream",
description: "A delightful cake with gradient pink frosting for birthdays.",
imageSrc: "http://img.b2bpic.net/free-photo/pastel-color-birthday-cake_23-2148016023.jpg",
imageAlt: "Pink ombre birthday cake",
},
id: "g2", value: "Celebration", title: "Pink Ombre Dream", description: "A delightful cake with gradient pink frosting for birthdays.", imageSrc: "http://img.b2bpic.net/free-photo/pastel-color-birthday-cake_23-2148016023.jpg", imageAlt: "Pink ombre birthday cake"},
{
id: "g3",
value: "Indulgence",
title: "Decadent Chocolate",
description: "Rich chocolate cake with a luscious drip and fresh berries.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-chocolate-cake-concept_23-2148769247.jpg",
imageAlt: "Decadent chocolate drip cake",
},
id: "g3", value: "Indulgence", title: "Decadent Chocolate", description: "Rich chocolate cake with a luscious drip and fresh berries.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-chocolate-cake-concept_23-2148769247.jpg", imageAlt: "Decadent chocolate drip cake"},
{
id: "g4",
value: "Seasonal",
title: "Spring Floral Cake",
description: "A fresh and vibrant cake adorned with edible spring flowers.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-decorative-cake-brown-table_181624-43452.jpg",
imageAlt: "Floral decorated spring cake",
},
id: "g4", value: "Seasonal", title: "Spring Floral Cake", description: "A fresh and vibrant cake adorned with edible spring flowers.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-decorative-cake-brown-table_181624-43452.jpg", imageAlt: "Floral decorated spring cake"},
{
id: "g5",
value: "Chic",
title: "Macaron Delight",
description: "A stylish cake decorated with colorful French macarons.",
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-birthday-event-with-cake-macaroons_23-2149312299.jpg",
imageAlt: "Cake adorned with macarons",
},
id: "g5", value: "Chic", title: "Macaron Delight", description: "A stylish cake decorated with colorful French macarons.", imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-birthday-event-with-cake-macaroons_23-2149312299.jpg", imageAlt: "Cake adorned with macarons"},
{
id: "g6",
value: "Minimalist",
title: "Classic White Elegance",
description: "Simple yet sophisticated, a timeless design for any event.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-tasty-cake-table_23-2148414039.jpg",
imageAlt: "Minimalist white cake with smooth frosting",
},
id: "g6", value: "Minimalist", title: "Classic White Elegance", description: "Simple yet sophisticated, a timeless design for any event.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-tasty-cake-table_23-2148414039.jpg", imageAlt: "Minimalist white cake with smooth frosting"},
]}
title="Our Exquisite Cake Gallery"
description="A visual feast of our most beloved custom cakes, designed to inspire your next celebration. Each creation is a masterpiece, handcrafted with love and precision."
@@ -321,29 +187,19 @@ export default function LandingPage() {
features={[
{
icon: Leaf,
title: "Fresh Ingredients",
description: "Only the finest, freshest ingredients are used to ensure superior taste and quality in every bite.",
},
title: "Fresh Ingredients", description: "Only the finest, freshest ingredients are used to ensure superior taste and quality in every bite."},
{
icon: Palette,
title: "Custom Designs",
description: "Bring your vision to life with bespoke cake designs tailored perfectly for your special occasion.",
},
title: "Custom Designs", description: "Bring your vision to life with bespoke cake designs tailored perfectly for your special occasion."},
{
icon: Truck,
title: "Convenient Home Delivery",
description: "Enjoy the ease of having your delicious treats delivered right to your doorstep.",
},
title: "Convenient Home Delivery", description: "Enjoy the ease of having your delicious treats delivered right to your doorstep."},
{
icon: Award,
title: "Quality Assured",
description: "Every product is baked with meticulous attention to detail, ensuring exceptional taste and presentation.",
},
title: "Quality Assured", description: "Every product is baked with meticulous attention to detail, ensuring exceptional taste and presentation."},
{
icon: Tag,
title: "Affordable Prices",
description: "Premium quality doesn't have to break the bank. Indulge without compromise.",
},
title: "Affordable Prices", description: "Premium quality doesn't have to break the bank. Indulge without compromise."},
]}
title="Why Choose Latika's Yummy Cakes?"
description="Experience the difference with our unwavering commitment to quality, creativity, and customer satisfaction. We pour our heart into every bake."
@@ -354,57 +210,34 @@ export default function LandingPage() {
<PricingCardThree
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
plans={[
{
id: "offer1",
badge: "Limited Time",
badgeIcon: Sparkles,
price: "20% OFF",
name: "First Custom Order",
buttons: [
id: "offer1", badge: "Limited Time", badgeIcon: Sparkles,
price: "20% OFF", name: "First Custom Order", buttons: [
{
text: "Claim Offer",
},
text: "Claim Offer"},
],
features: [
"Any custom cake design",
"Minimum order $75",
"Valid for new customers",
],
"Any custom cake design", "Minimum order $75", "Valid for new customers"],
},
{
id: "offer2",
badge: "Seasonal",
badgeIcon: Leaf,
price: "Bundle Deal",
name: "Cupcake & Brownie Duo",
buttons: [
id: "offer2", badge: "Seasonal", badgeIcon: Leaf,
price: "Bundle Deal", name: "Cupcake & Brownie Duo", buttons: [
{
text: "Shop Now",
},
text: "Shop Now"},
],
features: [
"1 dozen cupcakes",
"1 dozen brownies",
"Perfect for parties",
],
"1 dozen cupcakes", "1 dozen brownies", "Perfect for parties"],
},
{
id: "offer3",
badge: "Loyalty",
badgeIcon: Star,
price: "$10 Voucher",
name: "Next Order",
buttons: [
id: "offer3", badge: "Loyalty", badgeIcon: Star,
price: "$10 Voucher", name: "Next Order", buttons: [
{
text: "Join Loyalty",
},
text: "Join Loyalty"},
],
features: [
"Spend $100+ annually",
"Exclusive member perks",
"Early access to new items",
],
"Spend $100+ annually", "Exclusive member perks", "Early access to new items"],
},
]}
title="Sweet Deals & Special Offers"
@@ -419,53 +252,17 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah J.",
handle: "@sarah_bakes",
testimonial: "Latika's cakes are simply divine! The custom birthday cake was a masterpiece and tasted even better than it looked. Everyone loved it!",
imageSrc: "http://img.b2bpic.net/free-photo/cozy-portrait-beautiful-young-woman-chilling-comfortable-cafe-winter-time-cheerful-mood-positive-emotions-long-brunette-hair-delicious-dessert-sweet-life_197531-1495.jpg",
imageAlt: "Happy customer Sarah J.",
},
id: "t1", name: "Sarah J.", handle: "@sarah_bakes", testimonial: "Latika's cakes are simply divine! The custom birthday cake was a masterpiece and tasted even better than it looked. Everyone loved it!", imageSrc: "http://img.b2bpic.net/free-photo/cozy-portrait-beautiful-young-woman-chilling-comfortable-cafe-winter-time-cheerful-mood-positive-emotions-long-brunette-hair-delicious-dessert-sweet-life_197531-1495.jpg", imageAlt: "Happy customer Sarah J."},
{
id: "t2",
name: "Michael D.",
handle: "@mdelights",
testimonial: "The brownies are to die for perfectly fudgy and rich. Latika's Yummy Cakes never disappoints, a true gem in the city.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-with-food-phone_23-2149155151.jpg",
imageAlt: "Satisfied customer Michael D.",
},
id: "t2", name: "Michael D.", handle: "@mdelights", testimonial: "The brownies are to die for perfectly fudgy and rich. Latika's Yummy Cakes never disappoints, a true gem in the city.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-with-food-phone_23-2149155151.jpg", imageAlt: "Satisfied customer Michael D."},
{
id: "t3",
name: "Emily R.",
handle: "@sweetlife_emily",
testimonial: "I ordered cupcakes for a baby shower, and they were a huge hit! Beautifully decorated and absolutely delicious. Highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-senior-birthday-party_23-2149168206.jpg",
imageAlt: "Happy customer Emily R.",
},
id: "t3", name: "Emily R.", handle: "@sweetlife_emily", testimonial: "I ordered cupcakes for a baby shower, and they were a huge hit! Beautifully decorated and absolutely delicious. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-senior-birthday-party_23-2149168206.jpg", imageAlt: "Happy customer Emily R."},
{
id: "t4",
name: "David K.",
handle: "@cake_lover_dave",
testimonial: "The anniversary cake was beyond perfect. Elegant, moist, and incredibly flavorful. Latika's attention to detail is remarkable.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-breakfast_23-2148597005.jpg",
imageAlt: "Happy customer David K.",
},
id: "t4", name: "David K.", handle: "@cake_lover_dave", testimonial: "The anniversary cake was beyond perfect. Elegant, moist, and incredibly flavorful. Latika's attention to detail is remarkable.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-breakfast_23-2148597005.jpg", imageAlt: "Happy customer David K."},
{
id: "t5",
name: "Jessica L.",
handle: "@dessertqueen_j",
testimonial: "Their homemade ice cream is a game changer! So creamy and fresh. A perfect treat to beat the heat or enjoy anytime.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-girls-with-doughnuts_23-2148499581.jpg",
imageAlt: "Happy customer Jessica L.",
},
id: "t5", name: "Jessica L.", handle: "@dessertqueen_j", testimonial: "Their homemade ice cream is a game changer! So creamy and fresh. A perfect treat to beat the heat or enjoy anytime.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-girls-with-doughnuts_23-2148499581.jpg", imageAlt: "Happy customer Jessica L."},
{
id: "t6",
name: "Chris B.",
handle: "@bakefan_chris",
testimonial: "The pastries are absolutely exquisite! Every bite is a little piece of heaven. I'm always impressed by the quality.",
imageSrc: "http://img.b2bpic.net/free-photo/friends-chatting-restaurant-with-face-masks_23-2148693106.jpg",
imageAlt: "Customer Chris B. enjoying pastries",
},
id: "t6", name: "Chris B.", handle: "@bakefan_chris", testimonial: "The pastries are absolutely exquisite! Every bite is a little piece of heaven. I'm always impressed by the quality.", imageSrc: "http://img.b2bpic.net/free-photo/friends-chatting-restaurant-with-face-masks_23-2148693106.jpg", imageAlt: "Customer Chris B. enjoying pastries"},
]}
title="What Our Sweet Customers Say"
description="Hear from those who've experienced the joy of Latika's Yummy Cakes. Your happiness is our greatest reward!"
@@ -477,21 +274,14 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Easy & Fast",
"Always Fresh",
"Customizable",
]}
"Easy & Fast", "Always Fresh", "Customizable"]}
title="Ready for a Slice of Happiness?"
description="Ordering your favorite treats from Latika's Yummy Cakes is easy. Choose your preferred method below to start your sweet journey!"
buttons={[
{
text: "Order via WhatsApp",
href: "https://wa.me/1234567890",
},
text: "Order via WhatsApp", href: "https://wa.me/1234567890"},
{
text: "Place Order Form",
href: "#contact",
},
text: "Place Order Form", href: "#contact"},
]}
showCard={false}
/>
@@ -504,33 +294,22 @@ export default function LandingPage() {
description="We'd love to hear from you! Reach out for custom orders, inquiries, or just to say hello. Our team is ready to assist."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
{
name: "subject",
type: "text",
placeholder: "Subject",
required: true,
name: "subject", type: "text", placeholder: "Subject", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Your Message",
rows: 4,
name: "message", placeholder: "Your Message", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/cake-with-walnuts-prunes-dried-apricots-dark-wood-background_505751-5234.jpg"
imageAlt="Google Maps location placeholder"
mediaAnimation="entrance-slide"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Send Message"
/>
@@ -544,61 +323,37 @@ export default function LandingPage() {
{
items: [
{
label: "Home",
href: "#hero",
},
label: "Home", href: "#hero"},
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Categories",
href: "#categories",
},
label: "Categories", href: "#categories"},
{
label: "Gallery",
href: "#gallery",
},
label: "Gallery", href: "#gallery"},
],
},
{
items: [
{
label: "Offers",
href: "#offers",
},
label: "Offers", href: "#offers"},
{
label: "Reviews",
href: "#reviews",
},
label: "Reviews", href: "#reviews"},
{
label: "Order Now",
href: "#order",
},
label: "Order Now", href: "#order"},
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
],
},
{
items: [
{
label: "WhatsApp",
href: "https://wa.me/1234567890",
},
label: "WhatsApp", href: "https://wa.me/1234567890"},
{
label: "Instagram",
href: "https://instagram.com/latikas_yummy_cakes",
},
label: "Instagram", href: "https://instagram.com/latikas_yummy_cakes"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}