From 76e0d506ccd2de02c4c3accccc5af4113fe0a284 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 16:56:23 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 57ace8b..406f3c8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -12,7 +12,7 @@ import { Playfair_Display, Inter } from "next/font/google"; export const metadata: Metadata = { title: 'Cafe Mollie | Your Sanctuary Between Chapters', - description: 'Experience Coffee Mollie—where coffee understands you and space holds you. Join us for a quiet moment.', + description: 'Experience Cafe Mollie—where coffee understands you and space holds you. Join us for a quiet moment.', openGraph: { "title": "Cafe Mollie | Your Sanctuary", "description": "A place for those starting fresh, catching up, or quietly putting themselves back together.", -- 2.49.1 From 332d50755035461b46a87ab0426dcc0e12f75dd1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 16:56:24 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 227 ++++++++++++++++++++++++----------------------- 1 file changed, 114 insertions(+), 113 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 486704a..3b4ed85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,125 +26,126 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1