Update src/app/our-story/page.tsx

This commit is contained in:
2026-04-07 20:43:51 +00:00
parent e8a5b5e9bd
commit 9dc9c2df5c

View File

@@ -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"
/>
</div>
@@ -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() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/empty-cafe-bar-interior-design-with-artistic-drawing-back-wine-bottles-light-bulbs-hanging-from-ceiling_482257-18253.jpg"
imageSrc="http://img.b2bpic.net/free-photo/empty-cafe-bar-interior-design-with-artistic-drawing-back-wine-bottles-light-bulbs-hanging-from-ceiling_482257-18253.jpg?_wi=2"
logoText="Meades Cafe"
columns={[{ title: "Visit Us", items: [{ label: "22 Grattan Square, Dungarvan", href: "#" }] }, { title: "Social", items: [{ label: "Facebook", href: "https://facebook.com/MeadesCafe" }] }, { title: "Menu", items: [{ label: "Breakfast", href: "/menu" }, { label: "Bakes", href: "/menu" }] }]}
/>