diff --git a/src/app/layout.tsx b/src/app/layout.tsx index efdcc15..424e0c7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,9 +11,9 @@ const interTight = Inter_Tight({ }); export const metadata: Metadata = { - title: "Bella Italia - Authentic Italian Restaurant", - description: "Discover authentic Italian cuisine at Bella Italia. Experience traditional dishes, fine dining, and unforgettable flavors.", - keywords: "italian restaurant, authentic cuisine, fine dining, pasta, risotto, seafood", + title: "Bella Mexico - Authentic Mexican Restaurant", + description: "Discover authentic Mexican cuisine at Bella Mexico. Experience traditional dishes, vibrant flavors, and unforgettable dining.", + keywords: "mexican restaurant, authentic cuisine, fine dining, tacos, enchiladas, ceviche", metadataBase: new URL("https://www.example.com"), alternates: { canonical: "https://www.example.com" @@ -23,21 +23,21 @@ export const metadata: Metadata = { follow: true }, openGraph: { - title: "Bella Italia - Authentic Italian Restaurant", - description: "Experience authentic Italian cuisine with passion and tradition", + title: "Bella Mexico - Authentic Mexican Restaurant", + description: "Experience authentic Mexican cuisine with passion and tradition", type: "website", - siteName: "Bella Italia", + siteName: "Bella Mexico", images: [ { url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766183837505-ll9mx7sj.jpg", - alt: "Bella Italia Restaurant" + alt: "Bella Mexico Restaurant" } ] }, twitter: { card: "summary_large_image", - title: "Bella Italia - Authentic Italian Restaurant", - description: "Experience authentic Italian cuisine with passion and tradition", + title: "Bella Mexico - Authentic Mexican Restaurant", + description: "Experience authentic Mexican cuisine with passion and tradition", images: [ "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766183837505-ll9mx7sj.jpg" ]