From 3620d7db13b65a0655fd29822d480ce8ee264d2e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 07:49:36 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2ad534f..76a2020 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,7 +21,8 @@ const manrope = Manrope({ export const metadata: Metadata = { title: "Private Chef Services | Gourmet Dining at Home", description: "Experience fine dining in your home with our private chef service. Customized menus, premium ingredients, and professional service for your special occasions.", keywords: "private chef, personal chef, home catering, gourmet meals, private dining, personalized menu, fine dining, meal delivery", openGraph: { - title: "Private Chef Services | Culinary Excellence", description: "Transform your dining experience with a personal chef bringing restaurant-quality meals to your home.", type: "website", siteName: "Private Chef"}, + title: "Private Chef Services | Culinary Excellence", description: "Transform your dining experience with a personal chef bringing restaurant-quality meals to your home.", type: "website", siteName: "Private Chef" + }, }; export default function RootLayout({ -- 2.49.1 From 2f3bb6f744210a174c0066d371ef0fac7ac6b7df Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 07:49:36 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fc4ca42..b9e6422 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,7 @@ export default function LandingPage() {