Merge version_1 into main #12
@@ -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",
|
||||
|
||||
@@ -13,7 +13,18 @@ const navItems = [{ name: "Home", id: "/" }];
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay navItems={navItems} brandName="Enoteca L'Angolo Di Vino" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user