From 2fc4b6e1263621c93acbb17754ae310d6f2b3ca5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:41:27 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fcec76d..c9e126c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,9 +15,11 @@ const inter = Inter({ export const metadata: Metadata = { title: "Urban Bar - Coffee, Cocktails & Italian Food", description: "Premium coffee, handcrafted cocktails, gourmet panini and authentic piadine in a warm, welcoming atmosphere.", keywords: "bar, coffee, cocktails, panini, piadine, cafe, restaurant, drinks", openGraph: { - title: "Urban Bar - Coffee, Cocktails & Italian Food", description: "Experience premium coffee, handcrafted cocktails, gourmet panini and authentic piadine.", siteName: "Urban Bar", type: "website"}, + title: "Urban Bar - Coffee, Cocktails & Italian Food", description: "Experience premium coffee, handcrafted cocktails, gourmet panini and authentic piadine.", siteName: "Urban Bar", type: "website" + }, twitter: { - card: "summary_large_image", title: "Urban Bar - Coffee, Cocktails & Italian Food", description: "Premium coffee, cocktails, panini and piadine in a warm atmosphere."}, + card: "summary_large_image", title: "Urban Bar - Coffee, Cocktails & Italian Food", description: "Premium coffee, cocktails, panini and piadine in a warm atmosphere." + }, }; export default function RootLayout({ -- 2.49.1 From e0ba9e43c154b4e40926d1d14624cb5541efbeca Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:41:28 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5f3984..b3d2d59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,7 +93,7 @@ export default function LandingPage() {