From 5ecf8a3e9259c608e97c7a0935a9946b7d6aaa87 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 23:03:23 +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 25fa87d..daf3bcc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Public_Sans } from "next/font/google"; export const metadata: Metadata = { - title: 'Rosa e Tymosur | Fine Albanian Cuisine in Pogradec', - description: 'Experience luxury traditional Albanian cuisine at Rosa e Tymosur. Enjoy authentic flavors, premium service, and elegant ambiance in Pogradec.', + title: 'Rosa e Tymosur | Traditional Albanian Cuisine', + description: 'Experience the finest traditional Albanian cuisine in the heart of Pogradec.', keywords: ["restaurant pogradec, albanian food, fine dining albania, rosa e tymosur, traditional food, luxury dining"], openGraph: { "title": "Rosa e Tymosur | Fine Albanian Cuisine", -- 2.49.1 From 77c3df4f18006c19f7d68fa220a40b553de05b6b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 23:03:23 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 471 ++++++++++++++--------------------------------- 1 file changed, 141 insertions(+), 330 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e60902..a150d94 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,344 +27,155 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1