From 17650142d2344929cbec1e018652cd5fbd7f19d9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 20:43:24 +0000 Subject: [PATCH 1/2] Update src/app/our-story/page.tsx --- src/app/our-story/page.tsx | 76 ++++---------------------------------- 1 file changed, 8 insertions(+), 68 deletions(-) diff --git a/src/app/our-story/page.tsx b/src/app/our-story/page.tsx index daeac45..0391251 100644 --- a/src/app/our-story/page.tsx +++ b/src/app/our-story/page.tsx @@ -8,7 +8,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import { Coffee, Leaf } from "lucide-react"; -export default function LandingPage() { +export default function StoryPage() { return ( @@ -55,7 +38,7 @@ export default function LandingPage() { 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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/modern-serve-restaurant-outdoor-chairs_1203-4492.jpg" mediaAnimation="slide-up" /> @@ -69,19 +52,8 @@ export default function LandingPage() { description="What drives our team." 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?_wi=2", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/modern-serve-restaurant-outdoor-chairs_1203-4492.jpg?_wi=3", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-having-breakfast-with-pastry-assortment_23-2148354675.jpg?_wi=2", - imageAlt: "full irish breakfast plate", + 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" }] }, ]} /> @@ -89,44 +61,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From e8a5b5e9bd806324c7cc8d2ea360ebbc833a4915 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 20:43:24 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 241 +++++++---------------------------------------- 1 file changed, 32 insertions(+), 209 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a7a3739..6372771 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1