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", 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 ( - +