Merge version_2 into main #2
172
src/app/page.tsx
172
src/app/page.tsx
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
@@ -29,50 +29,40 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "La Storia",
|
||||
id: "about",
|
||||
},
|
||||
name: "La Storia", id: "about"},
|
||||
{
|
||||
name: "Specialità",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Specialità", id: "menu"},
|
||||
{
|
||||
name: "Dicono di Noi",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Dicono di Noi", id: "testimonials"},
|
||||
{
|
||||
name: "Contatti",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contatti", id: "contact"},
|
||||
]}
|
||||
brandName="Serghei"
|
||||
button={{
|
||||
text: "Prenota",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Prenota", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
logoText="SERGHEI"
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="Serghei Pasotti"
|
||||
description="La storia della famiglia Pasotti nel cuore di Bologna, dove il tempo si ferma da generazioni."
|
||||
buttons={[
|
||||
{
|
||||
text: "Scopri la Nostra Storia",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Scopri la Nostra Storia", href: "#about"},
|
||||
{
|
||||
text: "Prenota un Tavolo",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Prenota un Tavolo", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-gathering_23-2149001313.jpg?_wi=1", imageAlt: "Famiglia Pasotti" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-fork_23-2148296921.jpg", imageAlt: "Dettaglio cucina" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-with-potatoes-inside-little-plate-dark-background-meat-table-dish-dinner-horizontal-food-meal-cuisine-cooking_140725-158762.jpg", imageAlt: "Piatto tipico" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/pasta-cutlery-near-pizzas_23-2147772098.jpg", imageAlt: "Pasta fresca" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/side-view-dessert-with-ice-cream-cup-tea_141793-4877.jpg", imageAlt: "Dolce tradizionale" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/clean-city-streets-prague_23-2149417772.jpg", imageAlt: "Veduta esterna" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-family-gathering_23-2149001313.jpg?_wi=1"
|
||||
imageAlt="Interno accogliente del locale"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -81,14 +71,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Generazioni di Passione",
|
||||
},
|
||||
type: "text", content: "Generazioni di Passione"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-person-holding-fork_23-2148296921.jpg",
|
||||
alt: "La famiglia Pasotti",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/close-up-person-holding-fork_23-2148296921.jpg", alt: "La famiglia Pasotti"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -100,35 +85,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "p1",
|
||||
label: "I Primi",
|
||||
title: "Tradizione Bolognese",
|
||||
items: [
|
||||
"Gramigna con salsiccia",
|
||||
"Tortelloni verdi al gorgonzola",
|
||||
"Tagliatelle al ragù",
|
||||
"Tortellini in brodo",
|
||||
],
|
||||
id: "p1", label: "I Primi", title: "Tradizione Bolognese", items: [
|
||||
"Gramigna con salsiccia", "Tortelloni verdi al gorgonzola", "Tagliatelle al ragù", "Tortellini in brodo"],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
label: "I Secondi",
|
||||
title: "Sapori Autentici",
|
||||
items: [
|
||||
"Ossobuco di vitello",
|
||||
"Coniglio alla cacciatora",
|
||||
"Polpette al sugo",
|
||||
"Zucchine ripiene",
|
||||
],
|
||||
id: "p2", label: "I Secondi", title: "Sapori Autentici", items: [
|
||||
"Ossobuco di vitello", "Coniglio alla cacciatora", "Polpette al sugo", "Zucchine ripiene"],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
label: "I Dolci",
|
||||
title: "Fine Pasto",
|
||||
items: [
|
||||
"Fior di Latte bolognese",
|
||||
"Torta di ricotta artigianale",
|
||||
],
|
||||
id: "p3", label: "I Dolci", title: "Fine Pasto", items: [
|
||||
"Fior di Latte bolognese", "Torta di ricotta artigianale"],
|
||||
},
|
||||
]}
|
||||
title="Le Nostre Specialità"
|
||||
@@ -142,60 +108,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marco Rossi",
|
||||
date: "10 Ottobre 2023",
|
||||
title: "Esperienza fantastica",
|
||||
quote: "Qui il tempo si è fermato, una vera oasi di pace.",
|
||||
tag: "Locale",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-gathering_23-2149001313.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-gathering_23-2149001313.jpg?_wi=2",
|
||||
imageAlt: "authentic italian restaurant interior rustic",
|
||||
},
|
||||
id: "1", name: "Marco Rossi", date: "10 Ottobre 2023", title: "Esperienza fantastica", quote: "Qui il tempo si è fermato, una vera oasi di pace.", tag: "Locale", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-gathering_23-2149001313.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-gathering_23-2149001313.jpg?_wi=2", imageAlt: "authentic italian restaurant interior rustic"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Elena Bianchi",
|
||||
date: "15 Settembre 2023",
|
||||
title: "Autentico",
|
||||
quote: "Il miglior ragù che abbia mai mangiato a Bologna.",
|
||||
tag: "Cibo",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-gathering_23-2149001313.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-fork_23-2148296921.jpg",
|
||||
imageAlt: "family owner italian restaurant authentic",
|
||||
},
|
||||
id: "2", name: "Elena Bianchi", date: "15 Settembre 2023", title: "Autentico", quote: "Il miglior ragù che abbia mai mangiato a Bologna.", tag: "Cibo", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-gathering_23-2149001313.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-fork_23-2148296921.jpg", imageAlt: "family owner italian restaurant authentic"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Luca Verdi",
|
||||
date: "20 Agosto 2023",
|
||||
title: "Accogliente",
|
||||
quote: "Atmosfera intima, perfetta per chi ama la musica.",
|
||||
tag: "Atmosfera",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-gathering_23-2149001313.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-with-potatoes-inside-little-plate-dark-background-meat-table-dish-dinner-horizontal-food-meal-cuisine-cooking_140725-158762.jpg",
|
||||
imageAlt: "traditional bolognese tortellini in broth",
|
||||
},
|
||||
id: "3", name: "Luca Verdi", date: "20 Agosto 2023", title: "Accogliente", quote: "Atmosfera intima, perfetta per chi ama la musica.", tag: "Atmosfera", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-gathering_23-2149001313.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-with-potatoes-inside-little-plate-dark-background-meat-table-dish-dinner-horizontal-food-meal-cuisine-cooking_140725-158762.jpg", imageAlt: "traditional bolognese tortellini in broth"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sofia Neri",
|
||||
date: "05 Luglio 2023",
|
||||
title: "Un gioiello",
|
||||
quote: "Accanto alla finestrella, una scoperta eccezionale.",
|
||||
tag: "Posizione",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-gathering_23-2149001313.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-cutlery-near-pizzas_23-2147772098.jpg",
|
||||
imageAlt: "tagliatelle al ragu traditional bolognese",
|
||||
},
|
||||
id: "4", name: "Sofia Neri", date: "05 Luglio 2023", title: "Un gioiello", quote: "Accanto alla finestrella, una scoperta eccezionale.", tag: "Posizione", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-gathering_23-2149001313.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pasta-cutlery-near-pizzas_23-2147772098.jpg", imageAlt: "tagliatelle al ragu traditional bolognese"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alessandro Bruni",
|
||||
date: "12 Giugno 2023",
|
||||
title: "Indimenticabile",
|
||||
quote: "La torta di ricotta è un capolavoro assoluto.",
|
||||
tag: "Dolci",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-gathering_23-2149001313.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-dessert-with-ice-cream-cup-tea_141793-4877.jpg",
|
||||
imageAlt: "italian ricotta cake traditional dessert",
|
||||
},
|
||||
id: "5", name: "Alessandro Bruni", date: "12 Giugno 2023", title: "Indimenticabile", quote: "La torta di ricotta è un capolavoro assoluto.", tag: "Dolci", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-gathering_23-2149001313.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-dessert-with-ice-cream-cup-tea_141793-4877.jpg", imageAlt: "italian ricotta cake traditional dessert"},
|
||||
]}
|
||||
title="Voci dal Nostro Locale"
|
||||
description="Cosa dicono i nostri ospiti sull'atmosfera unica di Serghei."
|
||||
@@ -209,28 +130,17 @@ export default function LandingPage() {
|
||||
description="Il nostro locale è piccolo e la prenotazione è consigliata. Chiamaci al +39 051 233533 o usa il form qui sotto."
|
||||
inputs={[
|
||||
{
|
||||
name: "nome",
|
||||
type: "text",
|
||||
placeholder: "Nome e Cognome",
|
||||
required: true,
|
||||
name: "nome", type: "text", placeholder: "Nome e Cognome", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "data",
|
||||
type: "date",
|
||||
placeholder: "Data",
|
||||
required: true,
|
||||
name: "data", type: "date", placeholder: "Data", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "messaggio",
|
||||
placeholder: "Numero di persone e note",
|
||||
rows: 4,
|
||||
name: "messaggio", placeholder: "Numero di persone e note", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/clean-city-streets-prague_23-2149417772.jpg"
|
||||
imageAlt="Finestrella di via Piella"
|
||||
@@ -241,16 +151,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="SERGHEI"
|
||||
leftLink={{
|
||||
text: "Via Piella, 12, Bologna",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Via Piella, 12, Bologna", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Chiusi Sabato e Domenica",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Chiusi Sabato e Domenica", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user