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"