From e5ba60be30295709d5b46e1ef6aa3377181f5b38 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 22:32:56 +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 a4439b8..55caaac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function LandingPage() { description="The Coffee Garden isn't just about the caffeine. We've built a home for the neighborhood, a garden of calm for commuters and students alike." subdescription="From our handcrafted iced lattes to our daily fresh-baked pastries, everything is served with a local smile." icon={Coffee} - imageSrc="http://img.b2bpic.net/free-photo/person-drinking-healthy-matcha-tea_52683-109318.jpg" + imageSrc="http://img.b2bpic.net/free-photo/person-drinking-healthy-matcha-tea_52683-109318.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -101,7 +101,7 @@ export default function LandingPage() { title="Our Baristas" description="Meet the friendly faces behind your morning brew." members={[ - { id: "member-1", name: "Alex", role: "Head Barista", imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-healthy-matcha-tea_52683-109318.jpg" }, + { id: "member-1", name: "Alex", role: "Head Barista", imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-healthy-matcha-tea_52683-109318.jpg?_wi=2" }, { id: "member-2", name: "Sam", role: "Coffee Expert", imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6420.jpg" } ]} animationType="slide-up" -- 2.49.1