From 44ea90e21789fd93145172fdde135ee95b88571e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 16:13:10 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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() { Date: Thu, 19 Mar 2026 16:13:10 +0000 Subject: [PATCH 2/2] Update src/app/products/page.tsx --- src/app/products/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index b56cbd2..565960e 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -56,31 +56,31 @@ export default function ProductsPage() { 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=2", 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=2", 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=2", 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=2", 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=2", 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=2", imageAlt: "Cupcake Box" }, { - id: "vanilla-dream", name: "Vanilla Dream Cake", price: "₹480", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-fruits_23-2150727767.jpg", imageAlt: "Vanilla Dream Cake" + id: "vanilla-dream", name: "Vanilla Dream Cake", price: "₹480", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-fruits_23-2150727767.jpg?_wi=2", imageAlt: "Vanilla Dream Cake" }, { id: "strawberry-bliss", name: "Strawberry Bliss", price: "₹520", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-strawberry-pie-with-macarons-cup-tea-light-white_140725-78197.jpg", imageAlt: "Strawberry Bliss Cake" }, { - id: "mango-tango", name: "Mango Tango", price: "₹460", imageSrc: "http://img.b2bpic.net/free-photo/half-shot-fresh-orange-slices-chopped-cake-slices-dark-table_140725-86751.jpg", imageAlt: "Mango Tango Cake" + id: "mango-tango", name: "Mango Tango", price: "₹460", imageSrc: "http://img.b2bpic.net/free-photo/half-shot-fresh-orange-slices-chopped-cake-slices-dark-table_140725-86751.jpg?_wi=3", imageAlt: "Mango Tango Cake" } ]} ariaLabel="Complete product catalog" @@ -91,7 +91,7 @@ export default function ProductsPage() {