Merge version_5 into main #4

Merged
bender merged 1 commits from version_5 into main 2026-03-09 16:39:08 +00:00

View File

@@ -35,7 +35,7 @@ export default function LandingPage() {
{ name: "Contatti", id: "contact" },
]}
button={{
text: "Scopri il Menu", href: "https://example.com/menu"
text: "Prenota", href: "https://example.com/booking"
}}
/>
</div>
@@ -52,11 +52,7 @@ export default function LandingPage() {
textPosition="bottom-left"
showBlur={true}
showDimOverlay={false}
buttons={[
{
text: "📍 Dove Trovarci", href: "https://www.google.com/maps/place/Bes+Bar/@41.8706717,12.4779428,17z/data=!3m1!4b1!4m6!3m5!1s0x132f6169a326c0cf:0x2e7e1ca4299ad1d7!8m2!3d41.8706717!4d12.4805177!16s%2Fg%2F11v0q2xzq2?authuser=0&entry=ttu&g_ep=EgoyMDI2MDMwNC4xIKXMDSoASAFQAw%3D%3D"
},
]}
buttons={[]}
buttonAnimation="slide-up"
/>
</div>
@@ -174,9 +170,6 @@ export default function LandingPage() {
{
text: "📍 Trova Bes Bar", href: "https://www.google.com/maps/place/Bes+Bar/@41.8706717,12.4779428,17z/data=!3m1!4b1!4m6!3m5!1s0x132f6169a326c0cf:0x2e7e1ca4299ad1d7!8m2!3d41.8706717!4d12.4805177!16s%2Fg%2F11v0q2xzq2?authuser=0&entry=ttu&g_ep=EgoyMDI2MDMwNC4xIKXMDSoASAFQAw%3D%3D"
},
{
text: "🍸 Scopri il Menu", href: "https://example.com/menu"
},
]}
background={{
variant: "plain"
@@ -191,7 +184,6 @@ export default function LandingPage() {
columns={[
{
items: [
{ label: "Menu", href: "https://example.com/menu" },
{ label: "Il Bar", href: "#about" },
{ label: "Cocktail", href: "#offerings" },
],
@@ -217,4 +209,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}