From a9920e571c28609b2004d1be4e764861095e7194 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:37:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 128 +++++++++++++++++++++++++++++++---------------- 1 file changed, 84 insertions(+), 44 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cad0047..96529f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="largeSmallSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -36,7 +36,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Order Now", href: "https://wa.me/?text=I'd%20like%20to%20order%20a%20cake%20from%20Moni's%20Cakes"}} + text: "Order Now", href: "https://wa.me/?text=I'd%20like%20to%20order%20a%20cake%20from%20Moni's%20Cakes" + }} animateOnLoad={true} /> @@ -48,30 +49,39 @@ export default function LandingPage() { tag="Premium Bakery" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/pink-creamy-cupcake-glass-plate-marble-surface_114579-30442.jpg", imageAlt: "Decorated artisan cake"}, + imageSrc: "http://img.b2bpic.net/free-photo/pink-creamy-cupcake-glass-plate-marble-surface_114579-30442.jpg", imageAlt: "Decorated artisan cake" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-bundt-cake-with-oranges-arrangement_23-2149095710.jpg", imageAlt: "Healthy jaggery cake"}, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-bundt-cake-with-oranges-arrangement_23-2149095710.jpg", imageAlt: "Healthy jaggery cake" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-oval-plate-xmas-ornaments-dark_140725-105604.jpg", imageAlt: "Celebration cake design"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-oval-plate-xmas-ornaments-dark_140725-105604.jpg", imageAlt: "Celebration cake design" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/dessert-catering_1203-2827.jpg", imageAlt: "Fresh daily cakes"}, + imageSrc: "http://img.b2bpic.net/free-photo/dessert-catering_1203-2827.jpg", imageAlt: "Fresh daily cakes" + }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/strawberry-syrup-poured-cheesecake-with-orange-slice_140725-2213.jpg?_wi=1", imageAlt: "Jaggery cake close-up"}, + imageSrc: "http://img.b2bpic.net/free-photo/strawberry-syrup-poured-cheesecake-with-orange-slice_140725-2213.jpg", imageAlt: "Jaggery cake close-up" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/lovely-birthday-concept-with-happy-girl_23-2147997440.jpg?_wi=1", imageAlt: "Custom celebration cake"}, + imageSrc: "http://img.b2bpic.net/free-photo/lovely-birthday-concept-with-happy-girl_23-2147997440.jpg", imageAlt: "Custom celebration cake" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/small-glass-pedestal-with-modest-portion-carrot-topped-walnut-beet-salad-marble-table_114579-56676.jpg?_wi=1", imageAlt: "Designer cake masterpiece"}, + imageSrc: "http://img.b2bpic.net/free-photo/small-glass-pedestal-with-modest-portion-carrot-topped-walnut-beet-salad-marble-table_114579-56676.jpg", imageAlt: "Designer cake masterpiece" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/cookies-with-cocoa-sesame-cumin-with-glass-milk_114579-16071.jpg?_wi=1", imageAlt: "Fresh daily selection"}, + imageSrc: "http://img.b2bpic.net/free-photo/cookies-with-cocoa-sesame-cumin-with-glass-milk_114579-16071.jpg", imageAlt: "Fresh daily selection" + }, ]} buttons={[ { - text: "Order Your Cake", href: "https://wa.me/?text=I'd%20like%20to%20order%20a%20cake%20from%20Moni's%20Cakes"}, + text: "Order Your Cake", href: "https://wa.me/?text=I'd%20like%20to%20order%20a%20cake%20from%20Moni's%20Cakes" + }, { text: "Explore Our Cakes", href: "#signature-cakes" }, ]} buttonAnimation="slide-up" @@ -106,13 +116,17 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" products={[ { - id: "1", name: "Healthy Jaggery Cakes", price: "₹550 - ₹1,200", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-syrup-poured-cheesecake-with-orange-slice_140725-2213.jpg?_wi=2", imageAlt: "Healthy Jaggery Cake"}, + id: "1", name: "Healthy Jaggery Cakes", price: "₹550 - ₹1,200", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-syrup-poured-cheesecake-with-orange-slice_140725-2213.jpg", imageAlt: "Healthy Jaggery Cake" + }, { - id: "2", name: "Custom Celebration Cakes", price: "₹2,000 - ₹8,000", imageSrc: "http://img.b2bpic.net/free-photo/lovely-birthday-concept-with-happy-girl_23-2147997440.jpg?_wi=2", imageAlt: "Custom Celebration Cake"}, + id: "2", name: "Custom Celebration Cakes", price: "₹2,000 - ₹8,000", imageSrc: "http://img.b2bpic.net/free-photo/lovely-birthday-concept-with-happy-girl_23-2147997440.jpg", imageAlt: "Custom Celebration Cake" + }, { - id: "3", name: "Artisan Designer Cakes", price: "₹3,500 - ₹12,000", imageSrc: "http://img.b2bpic.net/free-photo/small-glass-pedestal-with-modest-portion-carrot-topped-walnut-beet-salad-marble-table_114579-56676.jpg?_wi=2", imageAlt: "Designer Cake"}, + id: "3", name: "Artisan Designer Cakes", price: "₹3,500 - ₹12,000", imageSrc: "http://img.b2bpic.net/free-photo/small-glass-pedestal-with-modest-portion-carrot-topped-walnut-beet-salad-marble-table_114579-56676.jpg", imageAlt: "Designer Cake" + }, { - id: "4", name: "Fresh Daily Cakes", price: "₹450 - ₹800", imageSrc: "http://img.b2bpic.net/free-photo/cookies-with-cocoa-sesame-cumin-with-glass-milk_114579-16071.jpg?_wi=2", imageAlt: "Fresh Daily Cake"}, + id: "4", name: "Fresh Daily Cakes", price: "₹450 - ₹800", imageSrc: "http://img.b2bpic.net/free-photo/cookies-with-cocoa-sesame-cumin-with-glass-milk_114579-16071.jpg", imageAlt: "Fresh Daily Cake" + }, ]} /> @@ -131,17 +145,19 @@ export default function LandingPage() { features={[ { title: "Hands-on Training", description: "Learn directly from Moni with personalized attention and expert guidance throughout the class.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-kids-cooking-kitchen_23-2149870144.jpg", imageAlt: "Hands-on cake decorating class", button: { - text: "Book Class", href: "https://wa.me/?text=I'd%20like%20to%20book%20a%20cake%20class"}, + text: "Book Class", href: "https://wa.me/?text=I'd%20like%20to%20book%20a%20cake%20class" + }, }, { title: "Small Batch Classes", description: "Intimate class sizes ensure you get personalized attention and plenty of practice time.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-colleagues-celebrating-office_23-2149295516.jpg", imageAlt: "Baking class instruction", button: { - text: "View Dates", href: "https://wa.me/?text=What%20are%20the%20upcoming%20cake%20class%20dates"}, + text: "View Dates", href: "https://wa.me/?text=What%20are%20the%20upcoming%20cake%20class%20dates" + }, }, { - title: "Learn Decoration Techniques", description: "Master piping, fondant work, and artistic design that transforms cakes into edible art.", imageSrc: "http://img.b2bpic.net/free-vector/flat-birthday-cake-collection_23-2148038612.jpg?_wi=1", imageAlt: "Cake decoration techniques", button: { text: "Explore", href: "#" }, + title: "Learn Decoration Techniques", description: "Master piping, fondant work, and artistic design that transforms cakes into edible art.", imageSrc: "http://img.b2bpic.net/free-vector/flat-birthday-cake-collection_23-2148038612.jpg", imageAlt: "Cake decoration techniques", button: { text: "Explore", href: "#" }, }, { - title: "Professional Tips & Secrets", description: "Discover the pro baking tips and tricks that Moni has perfected over years of experience.", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughters-preparing-food-kitchen_23-2148044386.jpg?_wi=1", imageAlt: "Professional baking moment", button: { text: "Learn More", href: "#" }, + title: "Professional Tips & Secrets", description: "Discover the pro baking tips and tricks that Moni has perfected over years of experience.", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughters-preparing-food-kitchen_23-2148044386.jpg", imageAlt: "Professional baking moment", button: { text: "Learn More", href: "#" }, }, ]} /> @@ -160,17 +176,23 @@ export default function LandingPage() { uniformGridCustomHeightClasses="min-h-none" testimonials={[ { - id: "1", name: "Priya Sharma", role: "Customer", testimonial: "Great taste with beautiful items. The baking artist puts her heart into every cake. My daughter's birthday was unforgettable!", imageSrc: "http://img.b2bpic.net/free-photo/headshot-attractive-young-redhead-female-with-hair-bun-sitting-cafe-having-surprised-facial-expression_273609-9261.jpg", imageAlt: "Priya Sharma"}, + id: "1", name: "Priya Sharma", role: "Customer", testimonial: "Great taste with beautiful items. The baking artist puts her heart into every cake. My daughter's birthday was unforgettable!", imageSrc: "http://img.b2bpic.net/free-photo/headshot-attractive-young-redhead-female-with-hair-bun-sitting-cafe-having-surprised-facial-expression_273609-9261.jpg", imageAlt: "Priya Sharma" + }, { - id: "2", name: "Rajesh Kumar", role: "Customer", testimonial: "The healthy jaggery cake was soft, flavourful and perfectly sweet. No guilt, all joy! Ordering again for the family gathering.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Rajesh Kumar"}, + id: "2", name: "Rajesh Kumar", role: "Customer", testimonial: "The healthy jaggery cake was soft, flavourful and perfectly sweet. No guilt, all joy! Ordering again for the family gathering.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Rajesh Kumar" + }, { - id: "3", name: "Ananya Desai", role: "Class Participant", testimonial: "Wonderful cake class experience — every moment filled with creativity and fun. Moni's patience and expertise made me feel like a real baker!", imageSrc: "http://img.b2bpic.net/free-photo/lucky-happy-girl-triumphing-laughing-from-happiness-winning-first-place-clenching-fists-success-gesture-smiling-broadly-celebrating-victory-with-enthusiasm-excitement-blue-background_1258-308790.jpg", imageAlt: "Ananya Desai"}, + id: "3", name: "Ananya Desai", role: "Class Participant", testimonial: "Wonderful cake class experience — every moment filled with creativity and fun. Moni's patience and expertise made me feel like a real baker!", imageSrc: "http://img.b2bpic.net/free-photo/lucky-happy-girl-triumphing-laughing-from-happiness-winning-first-place-clenching-fists-success-gesture-smiling-broadly-celebrating-victory-with-enthusiasm-excitement-blue-background_1258-308790.jpg", imageAlt: "Ananya Desai" + }, { - id: "4", name: "Vikram Singh", role: "Customer", testimonial: "Custom cake for our anniversary was absolutely stunning. Not just beautiful, but delicious too. Moni listened to every detail.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing_23-2149745618.jpg", imageAlt: "Vikram Singh"}, + id: "4", name: "Vikram Singh", role: "Customer", testimonial: "Custom cake for our anniversary was absolutely stunning. Not just beautiful, but delicious too. Moni listened to every detail.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing_23-2149745618.jpg", imageAlt: "Vikram Singh" + }, { - id: "5", name: "Neha Gupta", role: "Regular Customer", testimonial: "I'm addicted to the fresh daily cakes. The quality is consistent, the taste is amazing, and the personal touch is what keeps me coming back.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg", imageAlt: "Neha Gupta"}, + id: "5", name: "Neha Gupta", role: "Regular Customer", testimonial: "I'm addicted to the fresh daily cakes. The quality is consistent, the taste is amazing, and the personal touch is what keeps me coming back.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg", imageAlt: "Neha Gupta" + }, { - id: "6", name: "Arjun Nair", role: "Customer", testimonial: "Moni transformed my party with her artistic cakes. The wow factor was incredible, and guests couldn't stop talking about the taste!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-posing-with-crossed-arms_23-2149206523.jpg", imageAlt: "Arjun Nair"}, + id: "6", name: "Arjun Nair", role: "Customer", testimonial: "Moni transformed my party with her artistic cakes. The wow factor was incredible, and guests couldn't stop talking about the taste!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-posing-with-crossed-arms_23-2149206523.jpg", imageAlt: "Arjun Nair" + }, ]} /> @@ -185,13 +207,17 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" features={[ { - title: "Healthy Options", description: "Delicious cakes made with jaggery, natural sweeteners, and premium quality ingredients—guilt-free indulgence.", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-syrup-poured-cheesecake-with-orange-slice_140725-2213.jpg?_wi=3", imageAlt: "Healthy cake ingredients"}, + title: "Healthy Options", description: "Delicious cakes made with jaggery, natural sweeteners, and premium quality ingredients—guilt-free indulgence.", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-syrup-poured-cheesecake-with-orange-slice_140725-2213.jpg", imageAlt: "Healthy cake ingredients" + }, { - title: "Artistic Design", description: "Every cake is beautifully decorated with meticulous attention to detail, turning celebrations into masterpieces.", imageSrc: "http://img.b2bpic.net/free-photo/small-glass-pedestal-with-modest-portion-carrot-topped-walnut-beet-salad-marble-table_114579-56676.jpg?_wi=3", imageAlt: "Artistic cake design"}, + title: "Artistic Design", description: "Every cake is beautifully decorated with meticulous attention to detail, turning celebrations into masterpieces.", imageSrc: "http://img.b2bpic.net/free-photo/small-glass-pedestal-with-modest-portion-carrot-topped-walnut-beet-salad-marble-table_114579-56676.jpg", imageAlt: "Artistic cake design" + }, { - title: "Personal Experience", description: "Moni personally helps customers choose the perfect cake for their celebration, ensuring your vision comes to life.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-baker-standing-with-his-hands-crossed_1170-2305.jpg", imageAlt: "Personal service"}, + title: "Personal Experience", description: "Moni personally helps customers choose the perfect cake for their celebration, ensuring your vision comes to life.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-baker-standing-with-his-hands-crossed_1170-2305.jpg", imageAlt: "Personal service" + }, { - title: "Prompt Delivery", description: "Fresh cakes delivered on time for your celebration. Reliable, professional, and with a warm personal touch.", imageSrc: "http://img.b2bpic.net/free-vector/flat-birthday-cake-collection_23-2148038612.jpg?_wi=2", imageAlt: "Fresh cake delivery"}, + title: "Prompt Delivery", description: "Fresh cakes delivered on time for your celebration. Reliable, professional, and with a warm personal touch.", imageSrc: "http://img.b2bpic.net/free-vector/flat-birthday-cake-collection_23-2148038612.jpg", imageAlt: "Fresh cake delivery" + }, ]} /> @@ -209,13 +235,17 @@ export default function LandingPage() { carouselMode="buttons" blogs={[ { - id: "1", category: "Designer Cakes", title: "Artisan Creations", excerpt: "Hand-decorated masterpieces that showcase years of baking artistry and creative vision.", imageSrc: "http://img.b2bpic.net/free-vector/flat-birthday-cake-collection_23-2148038612.jpg?_wi=3", authorName: "Moni", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-baker-standing-with-his-hands-crossed_1170-2305.jpg", date: "Created with Love"}, + id: "1", category: "Designer Cakes", title: "Artisan Creations", excerpt: "Hand-decorated masterpieces that showcase years of baking artistry and creative vision.", imageSrc: "http://img.b2bpic.net/free-vector/flat-birthday-cake-collection_23-2148038612.jpg", authorName: "Moni", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-baker-standing-with-his-hands-crossed_1170-2305.jpg", date: "Created with Love" + }, { - id: "2", category: "Healthy Cakes", title: "Guilt-Free Indulgence", excerpt: "Beautiful and delicious cakes made with natural sweeteners and premium ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/celebrating-orthodox-easter-with-delicious-food_23-2150279871.jpg", authorName: "Moni", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-baker-standing-with-his-hands-crossed_1170-2305.jpg", date: "Crafted Daily"}, + id: "2", category: "Healthy Cakes", title: "Guilt-Free Indulgence", excerpt: "Beautiful and delicious cakes made with natural sweeteners and premium ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/celebrating-orthodox-easter-with-delicious-food_23-2150279871.jpg", authorName: "Moni", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-baker-standing-with-his-hands-crossed_1170-2305.jpg", date: "Crafted Daily" + }, { - id: "3", category: "Celebrations", title: "Joyful Moments", excerpt: "Capturing the happiness and beauty of special celebrations made memorable with our cakes.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-queer-couples-celebrating-birthday_23-2149667998.jpg", authorName: "Moni", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-baker-standing-with-his-hands-crossed_1170-2305.jpg", date: "Celebrations"}, + id: "3", category: "Celebrations", title: "Joyful Moments", excerpt: "Capturing the happiness and beauty of special celebrations made memorable with our cakes.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-queer-couples-celebrating-birthday_23-2149667998.jpg", authorName: "Moni", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-baker-standing-with-his-hands-crossed_1170-2305.jpg", date: "Celebrations" + }, { - id: "4", category: "Cake Classes", title: "Creative Learning", excerpt: "Join our hands-on cake classes and discover the joy of baking with expert guidance.", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughters-preparing-food-kitchen_23-2148044386.jpg?_wi=2", authorName: "Moni", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-baker-standing-with-his-hands-crossed_1170-2305.jpg", date: "Community"}, + id: "4", category: "Cake Classes", title: "Creative Learning", excerpt: "Join our hands-on cake classes and discover the joy of baking with expert guidance.", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughters-preparing-food-kitchen_23-2148044386.jpg", authorName: "Moni", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-baker-standing-with-his-hands-crossed_1170-2305.jpg", date: "Community" + }, ]} /> @@ -225,7 +255,8 @@ export default function LandingPage() { ctaTitle="Ready To Order Your Perfect Cake?" ctaDescription="Tell us about your celebration and we'll craft a cake that makes it unforgettable." ctaButton={{ - text: "Order On WhatsApp", href: "https://wa.me/?text=I'd%20like%20to%20order%20a%20cake%20from%20Moni's%20Cakes"}} + text: "Order On WhatsApp", href: "https://wa.me/?text=I'd%20like%20to%20order%20a%20cake%20from%20Moni's%20Cakes" + }} ctaIcon={MessageCircle} useInvertedBackground={false} animationType="slide-up" @@ -233,17 +264,23 @@ export default function LandingPage() { showCard={true} faqs={[ { - id: "1", title: "How do I place a custom cake order?", content: "Reach out to us via WhatsApp or phone call with your cake vision. Share details like size, flavor, design, and delivery date. We'll discuss pricing, confirm the design, and take your order. Our typical turnaround is 2-3 days for custom orders."}, + id: "1", title: "How do I place a custom cake order?", content: "Reach out to us via WhatsApp or phone call with your cake vision. Share details like size, flavor, design, and delivery date. We'll discuss pricing, confirm the design, and take your order. Our typical turnaround is 2-3 days for custom orders." + }, { - id: "2", title: "What ingredients do you use?", content: "We use only premium quality ingredients including jaggery (in our healthy cakes), natural sweeteners, fresh eggs, quality butter, and professional-grade cocoa and chocolate. All cakes are made fresh without preservatives."}, + id: "2", title: "What ingredients do you use?", content: "We use only premium quality ingredients including jaggery (in our healthy cakes), natural sweeteners, fresh eggs, quality butter, and professional-grade cocoa and chocolate. All cakes are made fresh without preservatives." + }, { - id: "3", title: "Do you offer healthy or dietary-specific cakes?", content: "Yes! Our signature healthy jaggery cakes are naturally sweetened and delicious. We can also create cakes for specific dietary needs including eggless, vegan, and sugar-free options. Just let us know your requirements."}, + id: "3", title: "Do you offer healthy or dietary-specific cakes?", content: "Yes! Our signature healthy jaggery cakes are naturally sweetened and delicious. We can also create cakes for specific dietary needs including eggless, vegan, and sugar-free options. Just let us know your requirements." + }, { - id: "4", title: "When do cake classes run and how do I register?", content: "Our cake classes run on weekends and select weekdays. Classes are intimate with small batches to ensure personal attention. Message us on WhatsApp to check available dates and register. Classes typically run for 3-4 hours."}, + id: "4", title: "When do cake classes run and how do I register?", content: "Our cake classes run on weekends and select weekdays. Classes are intimate with small batches to ensure personal attention. Message us on WhatsApp to check available dates and register. Classes typically run for 3-4 hours." + }, { - id: "5", title: "What is your delivery policy?", content: "We offer delivery for custom orders within the city. Delivery charges apply based on location. For large orders, free delivery may be available. We ensure fresh cakes arrive safely at your venue with our careful packaging and handling."}, + id: "5", title: "What is your delivery policy?", content: "We offer delivery for custom orders within the city. Delivery charges apply based on location. For large orders, free delivery may be available. We ensure fresh cakes arrive safely at your venue with our careful packaging and handling." + }, { - id: "6", title: "How far in advance should I place an order?", content: "For simple designs, 2-3 days notice is sufficient. For custom or intricate designs, we recommend 5-7 days advance notice. Urgent orders may be accommodated based on availability. Contact us to discuss your timeline."}, + id: "6", title: "How far in advance should I place an order?", content: "For simple designs, 2-3 days notice is sufficient. For custom or intricate designs, we recommend 5-7 days advance notice. Urgent orders may be accommodated based on availability. Contact us to discuss your timeline." + }, ]} /> @@ -254,10 +291,12 @@ export default function LandingPage() { { title: "Order", items: [ { - label: "Order Now", href: "https://wa.me/?text=I'd%20like%20to%20order%20a%20cake%20from%20Moni's%20Cakes"}, + label: "Order Now", href: "https://wa.me/?text=I'd%20like%20to%20order%20a%20cake%20from%20Moni's%20Cakes" + }, { label: "View Cakes", href: "#signature-cakes" }, { - label: "Custom Designs", href: "https://wa.me/?text=I%20would%20like%20a%20custom%20cake%20design"}, + label: "Custom Designs", href: "https://wa.me/?text=I%20would%20like%20a%20custom%20cake%20design" + }, { label: "Pricing", href: "#signature-cakes" }, ], }, @@ -265,7 +304,8 @@ export default function LandingPage() { title: "Classes", items: [ { label: "Book a Class", href: "#cake-classes" }, { - label: "Class Schedule", href: "https://wa.me/?text=What%20are%20the%20upcoming%20cake%20class%20dates"}, + label: "Class Schedule", href: "https://wa.me/?text=What%20are%20the%20upcoming%20cake%20class%20dates" + }, { label: "What's Included", href: "#cake-classes" }, { label: "Testimonials", href: "#testimonials" }, ], -- 2.49.1