Update src/app/layout.tsx

This commit is contained in:
2026-02-24 06:49:17 +00:00
parent f30786a957
commit 8ae5453631

View File

@@ -12,7 +12,8 @@ export const metadata: Metadata = {
title: "Pia Coffeeshop | Your Daily Brew of Happiness", description: "Experience the warmth and community of Pia Coffeeshop. Enjoy artisanal coffee, freshly baked pastries, and a cozy atmosphere perfect for any moment.", openGraph: {
title: "Pia Coffeeshop", description: "Experience the warmth and community of Pia Coffeeshop. Enjoy artisanal coffee, freshly baked pastries, and a cozy atmosphere perfect for any moment.", url: "https://www.piacoffee.com", siteName: "Pia Coffeeshop", images: [
{
url: "https://img.b2bpic.net/free-photo/portrait-smiling-waitress-using-coffee-machine_107420-12297.jpg", alt: "Cozy coffeeshop interior" }
url: "https://img.b2bpic.net/free-photo/portrait-smiling-waitress-using-coffee-machine_107420-12297.jpg", alt: "Cozy coffeeshop interior"
}
]
},
twitter: {
@@ -1404,4 +1405,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}