From b9e2653c2b1ddac0edab54275792e4205265e492 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:06:12 +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 90b8d45..aed8f1b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,13 +51,13 @@ export default function HomePage() { { imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg", imageAlt: "Aesthetic cafe interior with warm lighting and cozy seating"}, { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-pouring-milk-into-glass-coffee_181624-1769.jpg", imageAlt: "Coffee preparation and cafe ambiance"}, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-pouring-milk-into-glass-coffee_181624-1769.jpg?_wi=1", imageAlt: "Coffee preparation and cafe ambiance"}, { - imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe_1098-13854.jpg", imageAlt: "Cozy cafe interior seating"}, + imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe_1098-13854.jpg?_wi=1", imageAlt: "Cozy cafe interior seating"}, { - imageSrc: "http://img.b2bpic.net/free-photo/ceramic-cups-coffee-machine_23-2147830564.jpg", imageAlt: "Coffee counter and espresso machine"}, + imageSrc: "http://img.b2bpic.net/free-photo/ceramic-cups-coffee-machine_23-2147830564.jpg?_wi=1", imageAlt: "Coffee counter and espresso machine"}, { - imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-heart-pattern-wooden-background_1232-2090.jpg", imageAlt: "Latte art with heart pattern"}, + imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-heart-pattern-wooden-background_1232-2090.jpg?_wi=1", imageAlt: "Latte art with heart pattern"}, ]} buttons={[ { text: "Explore Our World", href: "#menu" }, @@ -77,7 +77,7 @@ export default function HomePage() { description="Founded by coffee enthusiasts" subdescription="Aesthetic Cafe - Est. 2021" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-male-pouring-milk-into-glass-coffee_181624-1769.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-male-pouring-milk-into-glass-coffee_181624-1769.jpg?_wi=2" imageAlt="Coffee preparation and cafe ambiance" mediaAnimation="slide-up" useInvertedBackground={false} @@ -147,16 +147,16 @@ export default function HomePage() { testimonials={[ { id: "1", name: "Cozy Corner", role: "Seating", company: "Main Lounge", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe_1098-13854.jpg", imageAlt: "Cozy cafe interior seating"}, + imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe_1098-13854.jpg?_wi=2", imageAlt: "Cozy cafe interior seating"}, { id: "2", name: "Coffee Counter", role: "Service", company: "Main Bar", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/ceramic-cups-coffee-machine_23-2147830564.jpg", imageAlt: "Coffee counter and espresso machine"}, + imageSrc: "http://img.b2bpic.net/free-photo/ceramic-cups-coffee-machine_23-2147830564.jpg?_wi=2", imageAlt: "Coffee counter and espresso machine"}, { id: "3", name: "Storefront", role: "Entrance", company: "Street Presence", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-girl-drinks-coffee-sitting-near-coffee-shop-relaxing-after-riding-skateboard_613910-18845.jpg", imageAlt: "Cafe storefront view"}, { id: "4", name: "Coffee Artistry", role: "Detail", company: "Craftsmanship", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-heart-pattern-wooden-background_1232-2090.jpg", imageAlt: "Latte art with heart pattern"}, + imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-heart-pattern-wooden-background_1232-2090.jpg?_wi=2", imageAlt: "Latte art with heart pattern"}, ]} />