diff --git a/src/app/page.tsx b/src/app/page.tsx index 839a717..b0cc1d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-wedding-cake-decorated-with-fresh-fruits-berries-flower-ring_181624-42002.jpg", + 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", }, { @@ -135,13 +135,13 @@ export default function LandingPage() { 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", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/dessert-round-plate-topped-with-berry-jam_141793-17446.jpg?_wi=1", }, { id: "3", @@ -189,21 +189,21 @@ export default function LandingPage() { 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", + 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: "Ring", - imageSrc: "http://img.b2bpic.net/free-photo/pair-dessert-topped-with-ice-cream_141793-436.jpg", + 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", + 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", }, ]}