From fb4b3855d6942985f34a659255657c1ffd81ea60 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 16:32:22 +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 f23df63..efab578 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Montserrat } from "next/font/google"; export const metadata: Metadata = { - title: 'Professional Chef Portfolio | Private Dining & Consulting', - description: 'Exquisite private fine dining, catering, and culinary consultancy by a Michelin-starred chef. Book your exclusive culinary experience today.', + title: 'Chef Portfolio | Private Dining & Culinary Experiences', + description: 'Exquisite private dining experiences by professional chefs. Customized tasting menus, workshops, and exclusive event consulting.', robots: { "index": true, "follow": true -- 2.49.1 From 2097141d53ac2912dcfa7c72351271afdc3ec87d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 16:32:22 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 405 +++++++++++++++-------------------------------- 1 file changed, 124 insertions(+), 281 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 15c0573..542ed0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,296 +29,139 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1