From ad29f6614f5bd0d69e3a159154d34a8b2997fc96 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:04:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c8ff520..24d04bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16250.jpg", imageAlt: "Coffee community gathering" }, { imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-drinks-latte-coffee_140725-13907.jpg", imageAlt: "Specialty coffee drink" }, { imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-warming-near-cup-coffee_23-2147936730.jpg", imageAlt: "Coffee tasting experience" }, - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-agriculturist-hands-holding-fresh-arabica-coffee-berries-coffee-plantation-farmer-picking-coffee-bean-coffee-process-agriculture_1150-61471.jpg", imageAlt: "Sustainable coffee farming" }, + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-agriculturist-hands-holding-fresh-arabica-coffee-berries-coffee-plantation-farmer-picking-coffee-bean-coffee-process-agriculture_1150-61471.jpg?_wi=1", imageAlt: "Sustainable coffee farming" }, ]} buttons={[ { text: "Explore Menu", href: "products" }, @@ -88,7 +88,7 @@ export default function LandingPage() { title: "Community Focus", description: "Every Starbucks is a gathering place where people connect, create, and inspire one another.", icon: Users, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/closeup-agriculturist-hands-holding-fresh-arabica-coffee-berries-coffee-plantation-farmer-picking-coffee-bean-coffee-process-agriculture_1150-61471.jpg" + imageSrc="http://img.b2bpic.net/free-photo/closeup-agriculturist-hands-holding-fresh-arabica-coffee-berries-coffee-plantation-farmer-picking-coffee-bean-coffee-process-agriculture_1150-61471.jpg?_wi=2" imageAlt="Sustainable coffee farming" mediaAnimation="slide-up" imagePosition="right" -- 2.49.1