Update src/app/layout.tsx

This commit is contained in:
2026-02-12 12:34:13 +00:00
parent 7565fe467a
commit 3bcc192a19

View File

@@ -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,