From 08e24966abc9f1ae954187281a2149574384836d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 14:31:54 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9ece2ec..cc2f904 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Playfair_Display, Inter } from "next/font/google"; export const metadata: Metadata = { - title: 'Enoteca L\'Angolo Di Vino | Boutique Italian Wine Experience', - description: 'Discover curated premium Italian wines, expert sommelier advice, and unique tasting experiences at Enoteca L\'Angolo Di Vino.', + title: 'Enoteca L\'Angolo Di Vino - Boutique Italian Wines', + description: 'Discover curated premium Italian wines, expert sommelier advice, and unique tasting experiences.', openGraph: { "title": "Enoteca L'Angolo Di Vino | Boutique Italian Wine Experience", "siteName": "Enoteca L'Angolo Di Vino", -- 2.49.1 From 99727ea12acaede50900be7b3f1a24f751e8ce8c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 14:31:54 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7358e73..06a38dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,18 @@ const navItems = [{ name: "Home", id: "/" }]; export default function Page() { return ( - + -- 2.49.1