From 9dc9c2df5c457c2c853fa6f7ed8aaa73a1ec8dab Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 20:43:51 +0000 Subject: [PATCH] Update src/app/our-story/page.tsx --- src/app/our-story/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/our-story/page.tsx b/src/app/our-story/page.tsx index 0391251..8d93f8c 100644 --- a/src/app/our-story/page.tsx +++ b/src/app/our-story/page.tsx @@ -38,7 +38,7 @@ export default function StoryPage() { description="Meades has been a fixture for years, providing a home away from home. We pride ourselves on our homemade bakes, our wonderful regulars, and the staff who go above and beyond." subdescription="Come in. Sit down. You're always welcome here." icon={Coffee} - imageSrc="http://img.b2bpic.net/free-photo/modern-serve-restaurant-outdoor-chairs_1203-4492.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-serve-restaurant-outdoor-chairs_1203-4492.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -53,7 +53,7 @@ export default function StoryPage() { features={[ { title: "Sustainability", description: "Locally sourced beans.", icon: Leaf, - mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-hot-coffee-cup_1150-14258.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/modern-serve-restaurant-outdoor-chairs_1203-4492.jpg" }] + mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-hot-coffee-cup_1150-14258.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/modern-serve-restaurant-outdoor-chairs_1203-4492.jpg?_wi=3" }] }, ]} /> @@ -61,7 +61,7 @@ export default function StoryPage() {