Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-02 14:44:05 +00:00

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Zap } from "lucide-react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterSimple from '@/components/sections/footer/FooterSimple';
@@ -28,24 +29,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Contact", id: "contact" },
]}
brandName="Caffè Saraceno"
button={{ text: "Prenota", href: "#contact" }}
/>
</div>
@@ -55,9 +45,7 @@ export default function LandingPage() {
description="L'essenza di Venezia in una terrazza sul Canal Grande."
buttons={[
{
text: "Prenota ora",
href: "#contact",
},
text: "Prenota ora", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/group-traditional-gondola-service-boats-venice-italy_181624-45593.jpg"
imageAlt="Terrazza del Caffè Saraceno affacciata sul Canal Grande"
@@ -71,19 +59,13 @@ export default function LandingPage() {
description="Situato nel cuore di San Polo, il Caffè Saraceno offre un'atmosfera romantica ed elegante con una vista impareggiabile sui riflessi del Canal Grande."
metrics={[
{
value: "4.8",
title: "Stelle (13.6k+ recensioni)",
},
value: "4.8", title: "Stelle (13.6k+ recensioni)"},
{
value: "08:00",
title: "Apertura giornaliera",
},
value: "08:00", title: "Apertura giornaliera"},
{
value: "Venice",
title: "Sestiere San Polo",
},
value: "Venice", title: "Sestiere San Polo"},
]}
imageSrc="http://img.b2bpic.net/free-photo/restaurant-hall-with-round-table-some-chairs-fireplace-plants_140725-8034.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/restaurant-hall-with-round-table-some-chairs-fireplace-plants_140725-8034.jpg"
mediaAnimation="slide-up"
metricsAnimation="blur-reveal"
/>
@@ -95,23 +77,14 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Pasta al Nero di Seppia",
description: "Un classico iconico della cucina veneziana, preparato con seppie freschissime.",
buttonIcon: "Zap",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-black-tagliatelle-bowl_23-2148461648.jpg",
},
title: "Pasta al Nero di Seppia", description: "Un classico iconico della cucina veneziana, preparato con seppie freschissime.", buttonIcon: Zap,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-black-tagliatelle-bowl_23-2148461648.jpg"},
{
title: "Branzino al Sale",
description: "Pesce freschissimo pescato nel mare Adriatico, cotto intero sotto crosta di sale.",
buttonIcon: "Zap",
imageSrc: "http://img.b2bpic.net/free-photo/half-cut-grilled-fish-served-with-onion-cherry-tomato_140725-2635.jpg",
},
title: "Branzino al Sale", description: "Pesce freschissimo pescato nel mare Adriatico, cotto intero sotto crosta di sale.", buttonIcon: Zap,
imageSrc: "http://img.b2bpic.net/free-photo/half-cut-grilled-fish-served-with-onion-cherry-tomato_140725-2635.jpg"},
{
title: "Fegato alla Veneziana",
description: "La ricetta storica con cipolle bianche caramellate servita con polenta morbida.",
buttonIcon: "Zap",
imageSrc: "http://img.b2bpic.net/free-photo/grape-leaf-dolma-with-stuffed-meat_140725-4735.jpg",
},
title: "Fegato alla Veneziana", description: "La ricetta storica con cipolle bianche caramellate servita con polenta morbida.", buttonIcon: Zap,
imageSrc: "http://img.b2bpic.net/free-photo/grape-leaf-dolma-with-stuffed-meat_140725-4735.jpg"},
]}
title="Le Specialità del Menu"
description="Tradizione veneziana reinterpretata con ingredienti freschissimi."
@@ -125,40 +98,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah J.",
handle: "@sarahj",
testimonial: "Atmosfera magica, una cena indimenticabile sul canale.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-honeymoon-venice_1303-5716.jpg",
},
id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Atmosfera magica, una cena indimenticabile sul canale.", imageSrc: "http://img.b2bpic.net/free-photo/couple-honeymoon-venice_1303-5716.jpg"},
{
id: "2",
name: "Marco P.",
handle: "@marco_p",
testimonial: "Personale cordiale e piatti squisiti. Tornerò sicuramente.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fat-tourist-travelling_23-2151711802.jpg",
},
id: "2", name: "Marco P.", handle: "@marco_p", testimonial: "Personale cordiale e piatti squisiti. Tornerò sicuramente.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fat-tourist-travelling_23-2151711802.jpg"},
{
id: "3",
name: "Elena R.",
handle: "@elena_r",
testimonial: "La pasta al nero di seppia è la migliore di Venezia.",
imageSrc: "http://img.b2bpic.net/free-photo/senior-couples-together-luxurious-restaurant_23-2150517427.jpg",
},
id: "3", name: "Elena R.", handle: "@elena_r", testimonial: "La pasta al nero di seppia è la migliore di Venezia.", imageSrc: "http://img.b2bpic.net/free-photo/senior-couples-together-luxurious-restaurant_23-2150517427.jpg"},
{
id: "4",
name: "David K.",
handle: "@davidk",
testimonial: "Ottimo servizio, lo staff è stato eccezionale per il nostro anniversario.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-honeymoon-venice_1303-10422.jpg",
},
id: "4", name: "David K.", handle: "@davidk", testimonial: "Ottimo servizio, lo staff è stato eccezionale per il nostro anniversario.", imageSrc: "http://img.b2bpic.net/free-photo/couple-honeymoon-venice_1303-10422.jpg"},
{
id: "5",
name: "Laura B.",
handle: "@laurab",
testimonial: "Location perfetta, una vera perla nascosta nel sestiere di San Polo.",
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663851.jpg",
},
id: "5", name: "Laura B.", handle: "@laurab", testimonial: "Location perfetta, una vera perla nascosta nel sestiere di San Polo.", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663851.jpg"},
]}
title="Cosa dicono i nostri ospiti"
description="La soddisfazione dei nostri clienti è la nostra priorità assoluta."
@@ -172,31 +120,20 @@ export default function LandingPage() {
description="Prenotazione consigliata, specialmente per i tavoli con vista canale."
inputs={[
{
name: "name",
type: "text",
placeholder: "Nome e Cognome",
required: true,
name: "name", type: "text", placeholder: "Nome e Cognome", required: true,
},
{
name: "email",
type: "email",
placeholder: "Indirizzo Email",
required: true,
name: "email", type: "email", placeholder: "Indirizzo Email", required: true,
},
{
name: "date",
type: "date",
placeholder: "Data prenotazione",
required: true,
name: "date", type: "date", placeholder: "Data prenotazione", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Numero di persone e richieste particolari",
rows: 4,
name: "message", placeholder: "Numero di persone e richieste particolari", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/restaurant-hall-with-round-table-some-chairs-fireplace-plants_140725-8034.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/restaurant-hall-with-round-table-some-chairs-fireplace-plants_140725-8034.jpg"
mediaAnimation="blur-reveal"
/>
</div>
@@ -205,29 +142,19 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Dove trovarci",
items: [
title: "Dove trovarci", items: [
{
label: "S. Polo, 726, 30125 Venezia (VE)",
href: "#",
},
label: "S. Polo, 726, 30125 Venezia (VE)", href: "#"},
{
label: "Tel: +39 041 522 5556",
href: "tel:+390415225556",
},
label: "Tel: +39 041 522 5556", href: "tel:+390415225556"},
],
},
{
title: "Orari",
items: [
title: "Orari", items: [
{
label: "Aperti tutti i giorni",
href: "#",
},
label: "Aperti tutti i giorni", href: "#"},
{
label: "08:00 - 02:00",
href: "#",
},
label: "08:00 - 02:00", href: "#"},
],
},
]}