From d3d7f4ca8d654b75cc994719e48fae02fc7516c8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 14:01:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a74cbfb..19f44a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { href: "#", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg?_wi=1" mediaAnimation="blur-reveal" avatars={[ { @@ -140,7 +140,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg?_wi=2", imageAlt: "artisanal coffee latte art", }, { @@ -167,7 +167,7 @@ export default function LandingPage() { title: "Delivery", description: "Get your favorite treats delivered right to your doorstep, piping hot.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/positive-pretty-young-lady-enjoying-drinking-coffee-cafe_1262-19006.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-pretty-young-lady-enjoying-drinking-coffee-cafe_1262-19006.jpg?_wi=1", }, items: [ { @@ -180,7 +180,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-tanned-student-with-thick-beard-having-good-coffee-lunch-smiling-happily-enjoying-summer-vacations-tropical-country_273609-1756.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-tanned-student-with-thick-beard-having-good-coffee-lunch-smiling-happily-enjoying-summer-vacations-tropical-country_273609-1756.jpg?_wi=1", imageAlt: "artisanal coffee latte art", }, ]} @@ -254,14 +254,14 @@ export default function LandingPage() { name: "Priya", handle: "@priya_p", testimonial: "The best coffee in Panchkula! Truly cozy.", - imageSrc: "http://img.b2bpic.net/free-photo/positive-pretty-young-lady-enjoying-drinking-coffee-cafe_1262-19006.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-pretty-young-lady-enjoying-drinking-coffee-cafe_1262-19006.jpg?_wi=2", }, { id: "t2", name: "Rohan", handle: "@rohan_j", testimonial: "Awesome sandwiches and great service.", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-tanned-student-with-thick-beard-having-good-coffee-lunch-smiling-happily-enjoying-summer-vacations-tropical-country_273609-1756.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-tanned-student-with-thick-beard-having-good-coffee-lunch-smiling-happily-enjoying-summer-vacations-tropical-country_273609-1756.jpg?_wi=2", }, { id: "t3", -- 2.49.1