From 9bd4a5426255383edd5106fe5c9135459657b1aa Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:35:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 18db488..cad0047 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,13 +61,13 @@ export default function LandingPage() { ]} rightCarouselItems={[ { - 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/strawberry-syrup-poured-cheesecake-with-orange-slice_140725-2213.jpg?_wi=1", imageAlt: "Jaggery cake close-up"}, { - 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/lovely-birthday-concept-with-happy-girl_23-2147997440.jpg?_wi=1", 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", 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?_wi=1", imageAlt: "Designer cake masterpiece"}, { - imageSrc: "http://img.b2bpic.net/free-photo/cookies-with-cocoa-sesame-cumin-with-glass-milk_114579-16071.jpg", imageAlt: "Fresh daily selection"}, + imageSrc: "http://img.b2bpic.net/free-photo/cookies-with-cocoa-sesame-cumin-with-glass-milk_114579-16071.jpg?_wi=1", imageAlt: "Fresh daily selection"}, ]} buttons={[ { @@ -106,13 +106,13 @@ 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", imageAlt: "Fresh Daily Cake"}, ]} /> @@ -138,10 +138,10 @@ export default function LandingPage() { 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", 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?_wi=1", 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", 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?_wi=1", imageAlt: "Professional baking moment", button: { text: "Learn More", href: "#" }, }, ]} /> @@ -185,13 +185,13 @@ 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", 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?_wi=3", 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", 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?_wi=3", 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: "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"}, + 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"}, ]} /> @@ -209,13 +209,13 @@ 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", 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?_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: "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: "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"}, + 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"}, ]} /> -- 2.49.1