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({ 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() {