From faf6b40e74aec132c15b62f37f3f9e342cfc4805 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 13:33:09 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ca31661..ad77734 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,36 +3,23 @@ import { Barlow } from "next/font/google"; import "./globals.css"; const barlow = Barlow({ - variable: "--font-barlow", - subsets: ["latin"], + variable: "--font-barlow", subsets: ["latin"], weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export const metadata: Metadata = { - title: "Brew Haven - Your Daily Coffee Escape", - description: "Experience the finest coffee, expertly crafted in a cozy and welcoming atmosphere. Brew Haven is your perfect spot for quality brews and relaxation.", - robots: { + title: "Brew Haven - Your Daily Coffee Escape", description: "Experience the finest coffee, expertly crafted in a cozy and welcoming atmosphere. Brew Haven is your perfect spot for quality brews and relaxation.", robots: { index: true, follow: true, }, openGraph: { - title: "Brew Haven - Premium Coffee Shop", - description: "Indulge in the best coffee experience at Brew Haven. Freshly brewed, ethically sourced, and passionately served.", - url: "https://www.brewhaven.com", - siteName: "Brew Haven", - images: [ + title: "Brew Haven - Premium Coffee Shop", description: "Indulge in the best coffee experience at Brew Haven. Freshly brewed, ethically sourced, and passionately served.", url: "https://www.brewhaven.com", siteName: "Brew Haven", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9h4xtn", - alt: "Freshly roasted coffee beans and a steaming cup of coffee", - }, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9h4xtn", alt: "Freshly roasted coffee beans and a steaming cup of coffee"}, ], - type: "website", - }, + type: "website"}, twitter: { - card: "summary_large_image", - title: "Brew Haven - Your Daily Coffee Escape", - description: "Experience the finest coffee, expertly crafted in a cozy and welcoming atmosphere.", - images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9h4xtn"], + card: "summary_large_image", title: "Brew Haven - Your Daily Coffee Escape", description: "Experience the finest coffee, expertly crafted in a cozy and welcoming atmosphere.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9h4xtn"], }, };