8 Commits

Author SHA1 Message Date
22be491bf9 Merge version_4 into main
Merge version_4 into main
2026-04-16 13:59:14 +00:00
b4536b3d01 Update src/app/page.tsx 2026-04-16 13:59:11 +00:00
45cad416cd Merge version_3 into main
Merge version_3 into main
2026-04-16 13:57:53 +00:00
192389a58c Update src/app/page.tsx 2026-04-16 13:57:50 +00:00
1b152a19ec Merge version_2 into main
Merge version_2 into main
2026-04-16 13:56:52 +00:00
e587bf5a8f Update src/app/page.tsx 2026-04-16 13:56:49 +00:00
4a7aaa84db Merge version_1 into main
Merge version_1 into main
2026-04-16 13:54:44 +00:00
c7a9fd2c3d Merge version_1 into main
Merge version_1 into main
2026-04-16 13:54:16 +00:00

View File

@@ -82,6 +82,10 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Giusy & Vittoria: Passione e Professionalità."
description="Un locale nato dal cuore, dove la professionalità di Giusy e l'energia di Vittoria si incontrano per regalarti serate indimenticabili."
buttons={[
{
text: "Prenota Ora", href: "#contact"},
]}
bulletPoints={[
{
title: "Gestione Familiare", description: "Accoglienza autentica e curata nei dettagli."},
@@ -153,6 +157,10 @@ export default function LandingPage() {
{
id: "c6", name: "Moscow Mule", price: "€9", imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-cocktail_52683-107587.jpg"},
]}
buttons={[
{
text: "Visualizza Menu Completo", href: "/menu-pdf"}
]}
title="Menu & Cocktail"
description="La nostra selezione di bevande d'autore."
/>
@@ -211,8 +219,9 @@ export default function LandingPage() {
background={{
variant: "gradient-bars"}}
tag="Contatti"
title="Prenota il tuo posto"
title="Prenota il tuo tavolo"
description="Contattaci per riservare un tavolo o organizzare la tua festa privata."
buttonText="Invia Richiesta"
/>
</div>
@@ -249,4 +258,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}