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