From 4af9fc61728f22f9d77c89222e9f1bc7963f55c4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 20:12:18 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a9da4d8..f419945 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Manrope } from "next/font/google"; export const metadata: Metadata = { - title: 'Blanco Cafe & PlayStation | Sidi Gaber Alexandria', - description: 'Best coffee and PlayStation gaming in Sidi Gaber, Alexandria. Cozy atmosphere, high-quality drinks, and premium gaming stations. Visit us today!', + title: 'Blanco Cafe & PlayStation | Sidi Gaber', + description: 'Premium coffee, high-speed gaming, and a cozy atmosphere in Sidi Gaber, Alexandria.', openGraph: { "title": "Blanco Cafe & PlayStation", "description": "Your daily hangout for coffee, gaming, and good vibes.", -- 2.49.1 From f597fc711be992d1019caee351a7b6c15a174874 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 20:12:19 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 226 +++++++++++++++++++++++------------------------ 1 file changed, 113 insertions(+), 113 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 68aa8e6..f734027 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,125 +25,125 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + - +
); -} +} \ No newline at end of file -- 2.49.1