diff --git a/src/app/page.tsx b/src/app/page.tsx index c0caa08..57aa609 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,14 +87,14 @@ export default function LandingPage() { animationType="slide-up" gridVariant="three-columns-all-equal-width" products={[ - { id: "1", name: "Birthday Cakes", price: "₹500+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-indoors-still-life_23-2151172750.jpg", imageAlt: "Colorful birthday cakes" }, - { id: "2", name: "Chocolate Cakes", price: "₹600+", imageSrc: "http://img.b2bpic.net/free-photo/slice-cake-with-cocoa-cookies_114579-19073.jpg", imageAlt: "Rich chocolate cakes" }, + { id: "1", name: "Birthday Cakes", price: "₹500+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-indoors-still-life_23-2151172750.jpg?_wi=1", imageAlt: "Colorful birthday cakes" }, + { id: "2", name: "Chocolate Cakes", price: "₹600+", imageSrc: "http://img.b2bpic.net/free-photo/slice-cake-with-cocoa-cookies_114579-19073.jpg?_wi=1", imageAlt: "Rich chocolate cakes" }, { id: "3", name: "Bento Cakes", price: "₹400+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-safari-party-cupcakes-arrangement_23-2150172529.jpg", imageAlt: "Cute bento style cakes" }, - { id: "4", name: "Customised Cakes", price: "₹800+", imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177030.jpg", imageAlt: "Custom designed cakes" }, + { id: "4", name: "Customised Cakes", price: "₹800+", imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177030.jpg?_wi=1", imageAlt: "Custom designed cakes" }, { id: "5", name: "Pastries", price: "₹200+", imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-homemade-cakes_23-2148900988.jpg", imageAlt: "Fresh pastries" }, { id: "6", name: "Cupcakes", price: "₹150+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pastel-color-cupcakes-with-chocolate-balls-with-confetti_23-2147988466.jpg", imageAlt: "Decorated cupcakes" }, { id: "7", name: "Mousse Cakes", price: "₹550+", imageSrc: "http://img.b2bpic.net/free-photo/fruit-dessert-with-cream-sprinkled-with-cocoa_140725-4728.jpg", imageAlt: "Light mousse cakes" }, - { id: "8", name: "Chocolate Desserts", price: "₹350+", imageSrc: "http://img.b2bpic.net/free-photo/slice-cake-with-cocoa-cookies_114579-19073.jpg", imageAlt: "Chocolate desserts" }, + { id: "8", name: "Chocolate Desserts", price: "₹350+", imageSrc: "http://img.b2bpic.net/free-photo/slice-cake-with-cocoa-cookies_114579-19073.jpg?_wi=2", imageAlt: "Chocolate desserts" }, ]} /> @@ -129,15 +129,15 @@ export default function LandingPage() { { title: "Photo Cakes", description: "Add your favorite memory to your cake with crystal-clear photo printing.", icon: Camera, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177030.jpg", imageAlt: "Photo cake example" }, - { imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177030.jpg", imageAlt: "Photo cake creation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177030.jpg?_wi=2", imageAlt: "Photo cake example" }, + { imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177030.jpg?_wi=3", imageAlt: "Photo cake creation" }, ], }, { title: "Theme Cakes", description: "Birthday themes, movie characters, hobbies - any design you imagine.", icon: Palette, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-indoors-still-life_23-2151172750.jpg", imageAlt: "Theme cake designs" }, - { imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177030.jpg", imageAlt: "Custom theme cake" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-indoors-still-life_23-2151172750.jpg?_wi=2", imageAlt: "Theme cake designs" }, + { imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177030.jpg?_wi=4", imageAlt: "Custom theme cake" }, ], }, ]}