From d4a4581575b26e25520286bf787b51250c55a41e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 10:40:21 +0000 Subject: [PATCH] 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 ebaca4f..61794c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { description="Authentic Italian flavors with a touch of warmth in the heart of the city." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-wooden-table-with-gradient-photo-style_53876-14314.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-wooden-table-with-gradient-photo-style_53876-14314.jpg?_wi=1", imageAlt: "Pasta dish", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/old-style-asian-coffee-set_53876-147836.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/old-style-asian-coffee-set_53876-147836.jpg?_wi=1", imageAlt: "Coffee", }, { @@ -193,7 +193,7 @@ export default function LandingPage() { id: "p1", name: "Classic Pasta", price: "₹450", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-tiramisu-plate-top-view_23-2149599623.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-tiramisu-plate-top-view_23-2149599623.jpg?_wi=1", }, { id: "p2", @@ -275,7 +275,7 @@ export default function LandingPage() { value: "Calm", title: "Atmosphere", description: "Relax in our curated space.", - imageSrc: "http://img.b2bpic.net/free-photo/glass-platter-with-coffee-beans-chocolate-coated-cake-marble-surface_114579-75292.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-platter-with-coffee-beans-chocolate-coated-cake-marble-surface_114579-75292.jpg?_wi=1", }, { id: "m2", @@ -310,7 +310,7 @@ export default function LandingPage() { quote: "The best pasta in Chennai!", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-sitting-cafe-holding-takeaway-coffee-cup_23-2148148111.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-wooden-table-with-gradient-photo-style_53876-14314.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-wooden-table-with-gradient-photo-style_53876-14314.jpg?_wi=2", imageAlt: "customer portrait happy cafe", }, { @@ -321,7 +321,7 @@ export default function LandingPage() { quote: "Very authentic and peaceful.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-is-eating-sandwich_1153-6264.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/old-style-asian-coffee-set_53876-147836.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/old-style-asian-coffee-set_53876-147836.jpg?_wi=2", imageAlt: "customer portrait happy cafe", }, { @@ -343,7 +343,7 @@ export default function LandingPage() { quote: "My go-to cafe now.", tag: "Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/happy-portrait-girl-holding-takeaway-coffee-cup_23-2147906477.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-tiramisu-plate-top-view_23-2149599623.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-tiramisu-plate-top-view_23-2149599623.jpg?_wi=2", imageAlt: "customer portrait happy cafe", }, { @@ -354,7 +354,7 @@ export default function LandingPage() { quote: "Perfect espresso and vibes.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-iced-coffee_23-2149624101.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/glass-platter-with-coffee-beans-chocolate-coated-cake-marble-surface_114579-75292.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-platter-with-coffee-beans-chocolate-coated-cake-marble-surface_114579-75292.jpg?_wi=2", imageAlt: "customer portrait happy cafe", }, ]} -- 2.49.1