diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e9a15c..acc89d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-fruits_23-2150727767.jpg", imageAlt: "Beautiful chocolate cake" + imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-fruits_23-2150727767.jpg?_wi=1", imageAlt: "Beautiful chocolate cake" }, { imageSrc: "http://img.b2bpic.net/free-photo/still-life-composition-delicious-panettone_23-2149173072.jpg?_wi=1", imageAlt: "Colorful birthday cake" @@ -100,22 +100,22 @@ export default function LandingPage() { animationType="blur-reveal" products={[ { - id: "chocolate-truffle", name: "Chocolate Truffle Cake", price: "₹500", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-hand-slicing-black-white-chocolate_176474-3268.jpg", imageAlt: "Chocolate Truffle Cake" + id: "chocolate-truffle", name: "Chocolate Truffle Cake", price: "₹500", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-hand-slicing-black-white-chocolate_176474-3268.jpg?_wi=1", imageAlt: "Chocolate Truffle Cake" }, { - id: "butterscotch", name: "Butterscotch Cake", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/carrot-cake-with-2020-candles-cup-tea-grey-concrete_114579-4863.jpg", imageAlt: "Butterscotch Cake" + id: "butterscotch", name: "Butterscotch Cake", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/carrot-cake-with-2020-candles-cup-tea-grey-concrete_114579-4863.jpg?_wi=1", imageAlt: "Butterscotch Cake" }, { - id: "red-velvet", name: "Red Velvet Cake", price: "₹700", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-fruits_23-2150727664.jpg", imageAlt: "Red Velvet Cake" + id: "red-velvet", name: "Red Velvet Cake", price: "₹700", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-fruits_23-2150727664.jpg?_wi=1", imageAlt: "Red Velvet Cake" }, { - id: "black-forest", name: "Black Forest Cake", price: "₹550", imageSrc: "http://img.b2bpic.net/free-photo/christmas-cake-decorated-with-red-berries_1303-13007.jpg", imageAlt: "Black Forest Cake" + id: "black-forest", name: "Black Forest Cake", price: "₹550", imageSrc: "http://img.b2bpic.net/free-photo/christmas-cake-decorated-with-red-berries_1303-13007.jpg?_wi=1", imageAlt: "Black Forest Cake" }, { - id: "pineapple", name: "Pineapple Cake", price: "₹400", imageSrc: "http://img.b2bpic.net/free-photo/half-shot-fresh-orange-slices-chopped-cake-slices-dark-table_140725-86751.jpg", imageAlt: "Pineapple Cake" + id: "pineapple", name: "Pineapple Cake", price: "₹400", imageSrc: "http://img.b2bpic.net/free-photo/half-shot-fresh-orange-slices-chopped-cake-slices-dark-table_140725-86751.jpg?_wi=1", imageAlt: "Pineapple Cake" }, { - id: "cupcakes", name: "Cupcake Box (6 pcs)", price: "₹300", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-muffins-glaze_23-2148425788.jpg", imageAlt: "Cupcake Box" + id: "cupcakes", name: "Cupcake Box (6 pcs)", price: "₹300", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-muffins-glaze_23-2148425788.jpg?_wi=1", imageAlt: "Cupcake Box" } ]} ariaLabel="Product showcase section" @@ -210,7 +210,7 @@ export default function LandingPage() {