From 88f29af3f822a67f3e002b364b19b35760e7e11e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 03:50:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bbe358e..3f5c8a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Create Your Cake", href: "#custom" }, ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-wedding-cake-decorated-with-fresh-fruits-berries-flower-ring_181624-42002.jpg", imageAlt: "Luxury cake showcase" }, + { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-wedding-cake-decorated-with-fresh-fruits-berries-flower-ring_181624-42002.jpg?_wi=1", imageAlt: "Luxury cake showcase" }, { imageSrc: "http://img.b2bpic.net/free-photo/small-cookies-stick-crackers-navy-platter-marble-background_114579-26160.jpg", imageAlt: "Luxury cake showcase" }, { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-white-delicious-christmas-cake-with-nuts-mandarine_181624-22289.jpg", imageAlt: "Luxury cake showcase" }, { imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-birthday-event-with-cake-bottle-champagne_23-2149312286.jpg", imageAlt: "Luxury cake showcase" }, @@ -80,8 +80,8 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { id: "1", name: "Belgian Chocolate Bliss", price: "₹1,200", imageSrc: "http://img.b2bpic.net/free-photo/pair-dessert-topped-with-ice-cream_141793-436.jpg" }, - { id: "2", name: "Vanilla Bean Petals", price: "₹1,100", imageSrc: "http://img.b2bpic.net/free-photo/dessert-round-plate-topped-with-berry-jam_141793-17446.jpg" }, + { id: "1", name: "Belgian Chocolate Bliss", price: "₹1,200", imageSrc: "http://img.b2bpic.net/free-photo/pair-dessert-topped-with-ice-cream_141793-436.jpg?_wi=1" }, + { id: "2", name: "Vanilla Bean Petals", price: "₹1,100", imageSrc: "http://img.b2bpic.net/free-photo/dessert-round-plate-topped-with-berry-jam_141793-17446.jpg?_wi=1" }, { id: "3", name: "Exotic Mango Layer", price: "₹1,400", imageSrc: "http://img.b2bpic.net/free-photo/homemade-tart-with-berries-whipped-cream-brown-desk-against-black-background_23-2148161731.jpg" }, { id: "4", name: "Classic Berry Red", price: "₹1,300", imageSrc: "http://img.b2bpic.net/free-photo/woman-brown-bra-holds-plate-with-waffles-chocolate-sauce-peanuts_197531-18182.jpg" }, { id: "5", name: "Golden Caramel Swirl", price: "₹1,500", imageSrc: "http://img.b2bpic.net/free-photo/traditional-ukrainian-wedding-bread-embroidery-towel_146671-19768.jpg" }, @@ -98,9 +98,9 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { title: "Birthdays", description: "Make every year unforgettable.", buttonIcon: Gift, imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-cutting-cake-their-wedding_23-2150835736.jpg", imageAlt: "Lesbian couple cutting the cake at their wedding" }, - { title: "Anniversaries", description: "Love deserves a sweet tribute.", buttonIcon: Heart, imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-wedding-cake-decorated-with-fresh-fruits-berries-flower-ring_181624-42002.jpg", imageAlt: "Lesbian couple cutting the cake at their wedding" }, - { title: "Weddings", description: "Layers of elegance for your big day.", buttonIcon: Circle, imageSrc: "http://img.b2bpic.net/free-photo/pair-dessert-topped-with-ice-cream_141793-436.jpg", imageAlt: "Lesbian couple cutting the cake at their wedding" }, - { title: "Festivals", description: "Celebrate traditions in style.", buttonIcon: Sparkles, imageSrc: "http://img.b2bpic.net/free-photo/dessert-round-plate-topped-with-berry-jam_141793-17446.jpg", imageAlt: "Lesbian couple cutting the cake at their wedding" }, + { title: "Anniversaries", description: "Love deserves a sweet tribute.", buttonIcon: Heart, imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-wedding-cake-decorated-with-fresh-fruits-berries-flower-ring_181624-42002.jpg?_wi=2", imageAlt: "Lesbian couple cutting the cake at their wedding" }, + { title: "Weddings", description: "Layers of elegance for your big day.", buttonIcon: Circle, imageSrc: "http://img.b2bpic.net/free-photo/pair-dessert-topped-with-ice-cream_141793-436.jpg?_wi=2", imageAlt: "Lesbian couple cutting the cake at their wedding" }, + { title: "Festivals", description: "Celebrate traditions in style.", buttonIcon: Sparkles, imageSrc: "http://img.b2bpic.net/free-photo/dessert-round-plate-topped-with-berry-jam_141793-17446.jpg?_wi=2", imageAlt: "Lesbian couple cutting the cake at their wedding" }, ]} title="Curated Moments" description="Every celebration is an opportunity to craft something legendary. Explore curated collections designed for your meaningful moments." -- 2.49.1