diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b3cf8f4..ae3586e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -10,22 +10,22 @@ const sourceCodePro = Source_Code_Pro({ }); export const metadata: Metadata = { - title: "Brew Haven - Premium Specialty Coffee", - description: "Discover exceptional specialty coffee at Brew Haven. Premium beans, expert baristas, welcoming atmosphere.", + title: "1 - Premium Specialty Coffee", + description: "Discover exceptional specialty coffee at 1. Premium beans, expert baristas, welcoming atmosphere.", keywords: ["specialty coffee", "coffee shop", "espresso", "cafe", "artisan coffee"], robots: { index: true, follow: true, }, openGraph: { - title: "Brew Haven - Premium Specialty Coffee", - description: "Discover exceptional specialty coffee at Brew Haven", - siteName: "Brew Haven", + title: "1 - Premium Specialty Coffee", + description: "Discover exceptional specialty coffee at 1", + siteName: "1", type: "website", images: [ { url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766749013962-htnou8d4.jpg", - alt: "Brew Haven coffee", + alt: "1 coffee", }, ], },