From 21b15c4d0d67efa30c9897da426bec2cede0d836 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 23:48:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 172 +++++++++++------------------------------------ 1 file changed, 39 insertions(+), 133 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 946b6fa..6d9e6bb 100644 --- a/src/app/page.tsx +++ b/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() {
-
@@ -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"}, ]} /> @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1