Update src/app/layout.tsx
This commit is contained in:
@@ -10,8 +10,8 @@ const playfairDisplay = Playfair_Display({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "BrewMoment - Specialty Coffee & Pastries",
|
title: "1 - Specialty Coffee & Pastries",
|
||||||
description: "Discover exceptional specialty coffee and freshly baked pastries at BrewMoment. Handcrafted drinks, premium beans, and cozy atmosphere.",
|
description: "Discover exceptional specialty coffee and freshly baked pastries at 1. Handcrafted drinks, premium beans, and cozy atmosphere.",
|
||||||
keywords: "coffee shop, specialty coffee, espresso, barista, cafe, pastries",
|
keywords: "coffee shop, specialty coffee, espresso, barista, cafe, pastries",
|
||||||
metadataBase: new URL("http://localhost:3000"),
|
metadataBase: new URL("http://localhost:3000"),
|
||||||
alternates: {
|
alternates: {
|
||||||
@@ -22,10 +22,10 @@ export const metadata: Metadata = {
|
|||||||
follow: true
|
follow: true
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "BrewMoment - Specialty Coffee & Pastries",
|
title: "1 - Specialty Coffee & Pastries",
|
||||||
description: "Discover exceptional specialty coffee and freshly baked pastries at BrewMoment.",
|
description: "Discover exceptional specialty coffee and freshly baked pastries at 1.",
|
||||||
type: "website",
|
type: "website",
|
||||||
siteName: "BrewMoment"
|
siteName: "1"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user