From 3bcc192a19c92a2eb45a32571225d694325ddceb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 12:34:13 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 133c3c0..dddd520 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,27 +5,16 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const manrope = Manrope({ - variable: "--font-manrope", - subsets: ["latin"], + variable: "--font-manrope", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Bean & Brew Coffee Shop - Your Daily Escape", - description: "Experience artisanal coffee, delightful pastries, and a cozy ambiance at Bean & Brew. Your perfect spot for a coffee break, work, or social gathering.", - keywords: ["coffee shop", "cafe", "artisanal coffee", "pastries", "espresso", "latte", "local coffee", "cozy cafe", "Bean & Brew"], + title: "Bean & Brew Coffee Shop - Your Daily Escape", description: "Experience artisanal coffee, delightful pastries, and a cozy ambiance at Bean & Brew. Your perfect spot for a coffee break, work, or social gathering.", keywords: ["coffee shop", "cafe", "artisanal coffee", "pastries", "espresso", "latte", "local coffee", "cozy cafe", "Bean & Brew"], openGraph: { - title: "Bean & Brew Coffee Shop - Your Daily Escape", - description: "Experience artisanal coffee, delightful pastries, and a cozy ambiance at Bean & Brew. Your perfect spot for a coffee break, work, or social gathering.", - url: "https://www.beanandbrew.com", - siteName: "Bean & Brew", - images: [{ url: "https://img.b2bpic.net/free-photo/man-apron-preparing-coffee-machine_23-2148366708.jpg", alt: "Coffee shop interior with coffee and pastries" }], - type: "website", - }, + title: "Bean & Brew Coffee Shop - Your Daily Escape", description: "Experience artisanal coffee, delightful pastries, and a cozy ambiance at Bean & Brew. Your perfect spot for a coffee break, work, or social gathering.", url: "https://www.beanandbrew.com", siteName: "Bean & Brew", images: [{ url: "https://img.b2bpic.net/free-photo/man-apron-preparing-coffee-machine_23-2148366708.jpg", alt: "Coffee shop interior with coffee and pastries" }], + type: "website"}, twitter: { - card: "summary_large_image", - title: "Bean & Brew Coffee Shop - Your Daily Escape", - description: "Experience artisanal coffee, delightful pastries, and a cozy ambiance at Bean & Brew. Your perfect spot for a coffee break, work, or social gathering.", - images: ["https://img.b2bpic.net/free-photo/man-apron-preparing-coffee-machine_23-2148366708.jpg"], + card: "summary_large_image", title: "Bean & Brew Coffee Shop - Your Daily Escape", description: "Experience artisanal coffee, delightful pastries, and a cozy ambiance at Bean & Brew. Your perfect spot for a coffee break, work, or social gathering.", images: ["https://img.b2bpic.net/free-photo/man-apron-preparing-coffee-machine_23-2148366708.jpg"], }, robots: { index: true,