diff --git a/src/app/page.tsx b/src/app/page.tsx index 660c2cc..911eddf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,8 @@ export default function LandingPage() { { name: "Contatti", id: "contact" }, ]} button={{ - text: "Scopri il Menu", href: "https://example.com/menu"}} + text: "Scopri il Menu", href: "https://example.com/menu" + }} /> @@ -53,9 +54,8 @@ export default function LandingPage() { showDimOverlay={false} buttons={[ { - text: "🍸 Scopri i Cocktail", href: "offerings"}, - { - text: "📍 Dove Trovarci", href: "contact"}, + text: "📍 Dove Trovarci", href: "https://www.google.com/maps/place/Bes+Bar/@41.8901756,12.462561,14z/data=!4m12!1m2!2m1!1sbar!3m8!1s0x132f6169a326c0cf:0x2e7e1ca4299ad1d7!8m2!3d41.8706717!4d12.4805177!9m1!1b1!15sCgNiYXJaBSIDYmFykgEMY29ja3RhaWxfYmFy4AEA!16s%2Fg%2F11v0q2xzq2?authuser=0&entry=ttu&g_ep=EgoyMDI2MDMwNC4xIKXMDSoASAFQAw%3D%3D" + }, ]} buttonAnimation="slide-up" /> @@ -65,13 +65,17 @@ export default function LandingPage() { @@ -139,13 +149,16 @@ export default function LandingPage() { features={[ { id: 1, - title: "🍸 Serate Gin", description: "Scopri nuovi gin dal mondo con tasting guidati e cocktail esclusivi.", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-cocktail-glass-copy-space_23-2148340112.jpg?_wi=2", imageAlt: "Gin Tasting Evening"}, + title: "🍸 Serate Gin", description: "Scopri nuovi gin dal mondo con tasting guidati e cocktail esclusivi.", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-cocktail-glass-copy-space_23-2148340112.jpg?_wi=2", imageAlt: "Gin Tasting Evening" + }, { id: 2, - title: "🍹 Cocktail Speciali", description: "Creazioni temporanee ispirate dalle stagioni e dai mood del momento.", imageSrc: "http://img.b2bpic.net/free-photo/preparing-refreshing-cocktail-bar_23-2148176734.jpg?_wi=2", imageAlt: "Special Cocktails"}, + title: "🍹 Cocktail Speciali", description: "Creazioni temporanee ispirate dalle stagioni e dai mood del momento.", imageSrc: "http://img.b2bpic.net/free-photo/preparing-refreshing-cocktail-bar_23-2148176734.jpg?_wi=2", imageAlt: "Special Cocktails" + }, { id: 3, - title: "🎶 Serate Chill", description: "Musica selezionata, buone vibrazioni e una comunità di persone che apprezzano la qualità.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-women-having-fun-time_23-2149232873.jpg", imageAlt: "Chill Evening at Bes Bar"}, + title: "🎶 Serate Chill", description: "Musica selezionata, buone vibrazioni e una comunità di persone che apprezzano la qualità.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-women-having-fun-time_23-2149232873.jpg", imageAlt: "Chill Evening at Bes Bar" + }, ]} textboxLayout="default" useInvertedBackground={false} @@ -159,12 +172,15 @@ export default function LandingPage() { animationType="reveal-blur" buttons={[ { - text: "📍 Trova Bes Bar", href: "https://maps.google.com"}, + text: "📍 Trova Bes Bar", href: "https://www.google.com/maps/place/Bes+Bar/@41.8901756,12.462561,14z/data=!4m12!1m2!2m1!1sbar!3m8!1s0x132f6169a326c0cf:0x2e7e1ca4299ad1d7!8m2!3d41.8706717!4d12.4805177!9m1!1b1!15sCgNiYXJaBSIDYmFykgEMY29ja3RhaWxfYmFy4AEA!16s%2Fg%2F11v0q2xzq2?authuser=0&entry=ttu&g_ep=EgoyMDI2MDMwNC4xIKXMDSoASAFQAw%3D%3D" + }, { - text: "🍸 Scopri il Menu", href: "https://example.com/menu"}, + text: "🍸 Scopri il Menu", href: "https://example.com/menu" + }, ]} background={{ - variant: "plain"}} + variant: "plain" + }} useInvertedBackground={false} /> @@ -192,7 +208,8 @@ export default function LandingPage() { { label: "Instagram", href: "https://instagram.com/besbarroma" }, { label: "Privacy Policy", href: "#" }, { - label: "Nessun cocktail è stato maltrattato nella creazione di questo bar", href: "#"}, + label: "Nessun cocktail è stato maltrattato nella creazione di questo bar", href: "#" + }, ], }, ]}