From 2a73b1efd81eb0f64250a51ab3bd7bded9349ff6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 23:57:59 +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 28f0d38..8344656 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,11 +92,11 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-business-man-working_23-2148366589.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-business-man-working_23-2148366589.jpg?_wi=1", imageAlt: "Cozy coffee shop interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-morning-pastry-coffee-display-traditional-city-cafe_613910-18517.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-morning-pastry-coffee-display-traditional-city-cafe_613910-18517.jpg?_wi=1", imageAlt: "Freshly baked pastries", }, { @@ -139,7 +139,7 @@ export default function LandingPage() { ]} tag="Our Story" tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/cafe-restaurants-coffee-shop-owners-retail-concept-friendly-joyful-handsome-barista-black_1258-60007.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cafe-restaurants-coffee-shop-owners-retail-concept-friendly-joyful-handsome-barista-black_1258-60007.jpg?_wi=1" imageAlt="Friendly barista serving coffee" mediaAnimation="opacity" metricsAnimation="slide-up" @@ -174,7 +174,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-business-man-working_23-2148366589.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-business-man-working_23-2148366589.jpg?_wi=2", imageAlt: "freshly roasted coffee beans burlap sack", }, { @@ -199,7 +199,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/tasty-morning-pastry-coffee-display-traditional-city-cafe_613910-18517.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-morning-pastry-coffee-display-traditional-city-cafe_613910-18517.jpg?_wi=2", imageAlt: "freshly roasted coffee beans burlap sack", }, { @@ -224,7 +224,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/cafe-restaurants-coffee-shop-owners-retail-concept-friendly-joyful-handsome-barista-black_1258-60007.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cafe-restaurants-coffee-shop-owners-retail-concept-friendly-joyful-handsome-barista-black_1258-60007.jpg?_wi=2", imageAlt: "freshly roasted coffee beans burlap sack", }, ]}