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
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() {
@@ -52,94 +40,37 @@ export default function LandingPage() {
@@ -242,70 +115,20 @@ export default function LandingPage() {
title="Cafe Notes"
description="Stories from behind the counter."
blogs={[
- {
- id: "1",
- category: "Community",
- title: "A Morning in Grattan Square",
- excerpt: "The story behind our favourite corner of the world.",
- imageSrc: "http://img.b2bpic.net/free-photo/modern-serve-restaurant-outdoor-chairs_1203-4492.jpg?_wi=1",
- authorName: "Maisy",
- authorAvatar: "http://img.b2bpic.net/free-photo/smiley-employee-making-coffee_23-2148366606.jpg",
- date: "Jan 2025",
- },
- {
- id: "2",
- category: "Recipe",
- title: "Secrets of our Scones",
- excerpt: "Why our cream tea is a local favourite.",
- imageSrc: "http://img.b2bpic.net/free-photo/cream-puff-plate_1339-6687.jpg?_wi=1",
- authorName: "Róisín",
- authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149304143.jpg",
- date: "Dec 2024",
- },
+ { id: "1", category: "Community", title: "A Morning in Grattan Square", excerpt: "The story behind our favourite corner of the world.", imageSrc: "http://img.b2bpic.net/free-photo/modern-serve-restaurant-outdoor-chairs_1203-4492.jpg", authorName: "Maisy", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-employee-making-coffee_23-2148366606.jpg", date: "Jan 2025" },
+ { id: "2", category: "Recipe", title: "Secrets of our Scones", excerpt: "Why our cream tea is a local favourite.", imageSrc: "http://img.b2bpic.net/free-photo/cream-puff-plate_1339-6687.jpg", authorName: "Róisín", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149304143.jpg", date: "Dec 2024" },
]}
/>
);
-}
+}
\ No newline at end of file