From a0f5bf3e5fa72151350394e43cb2cefffcd0b475 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 11:10:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4df51f6..64fcdf2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,27 +66,27 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-soviet-traditional-anthill-cake-with-walnut-condensed-milk-cookies_114579-8457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-soviet-traditional-anthill-cake-with-walnut-condensed-milk-cookies_114579-8457.jpg?_wi=1", imageAlt: "Fresh Cakes", }, { - imageSrc: "http://img.b2bpic.net/free-photo/various-buns-bread-table_23-2147869492.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/various-buns-bread-table_23-2147869492.jpg?_wi=1", imageAlt: "Custom Cakes", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-cookies-walnuts-grey-desk-cookie-biscuit-sugar-sweet_140725-33950.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-cookies-walnuts-grey-desk-cookie-biscuit-sugar-sweet_140725-33950.jpg?_wi=1", imageAlt: "Fresh Pastries", }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-loaf-bread-with-close-up_23-2148361897.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-loaf-bread-with-close-up_23-2148361897.jpg?_wi=1", imageAlt: "Daily Bakes", }, { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-soviet-traditional-anthill-cake-with-walnut-condensed-milk-cookies_114579-8457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-soviet-traditional-anthill-cake-with-walnut-condensed-milk-cookies_114579-8457.jpg?_wi=2", imageAlt: "Birthday Delights", }, { - imageSrc: "http://img.b2bpic.net/free-photo/various-buns-bread-table_23-2147869492.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/various-buns-bread-table_23-2147869492.jpg?_wi=2", imageAlt: "Anniversary Cakes", }, ]} @@ -118,19 +118,19 @@ export default function LandingPage() { id: "p1", name: "Butterscotch Cake", price: "₹600+", - imageSrc: "http://img.b2bpic.net/free-photo/various-buns-bread-table_23-2147869492.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/various-buns-bread-table_23-2147869492.jpg?_wi=3", }, { id: "p2", name: "Chocolate Pastry", price: "₹50", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-cookies-walnuts-grey-desk-cookie-biscuit-sugar-sweet_140725-33950.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-cookies-walnuts-grey-desk-cookie-biscuit-sugar-sweet_140725-33950.jpg?_wi=2", }, { id: "p3", name: "Fresh Bread", price: "₹40", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-loaf-bread-with-close-up_23-2148361897.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-loaf-bread-with-close-up_23-2148361897.jpg?_wi=2", }, ]} title="Our Menu" @@ -192,7 +192,7 @@ export default function LandingPage() { handle: "@rahulv", testimonial: "Best butterscotch cake in Agra!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-family-kid_23-2149141839.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-family-kid_23-2149141839.jpg?_wi=1", }, { id: "t2", @@ -224,7 +224,7 @@ export default function LandingPage() { handle: "@vmehra", testimonial: "Incredible service and taste.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-family-kid_23-2149141839.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-family-kid_23-2149141839.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1