From 9c2b16671e393e94c92e5bd00a3c2bf8dca9e4e4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 14:15:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 81 +++++++++++++++++++++++++++--------------------- 1 file changed, 45 insertions(+), 36 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df779e4..aab2cfe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import { Fish, Wine, Users, Leaf, ChefHat } from 'lucide-react'; export default function LandingPage() { @@ -34,7 +34,7 @@ export default function LandingPage() { navItems={[ { name: "Chi Siamo", id: "about" }, { name: "Menu", id: "menu" }, - { name: "Team", id: "team" }, + { name: "L'ambiente", id: "team" }, { name: "FAQ", id: "faq" }, { name: "Contatti", id: "contact" }, ]} @@ -46,7 +46,7 @@ export default function LandingPage() { @@ -92,41 +92,48 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={true} products={[ - { id: "1", name: "Linguine alle Vongole", price: "€22", imageSrc: "http://img.b2bpic.net/free-photo/tasty-seafood-plate-table-closeup_93675-129784.jpg" }, - { id: "2", name: "Calamari Fritti", price: "€18", imageSrc: "http://img.b2bpic.net/free-photo/herring-salad-with-sun-dried-tomatoes-celery-red-onion_2829-8292.jpg" }, - { id: "3", name: "Branzino alla Griglia", price: "€28", imageSrc: "http://img.b2bpic.net/free-photo/shrimp-salad-with-peaches-tomato-avocado-lettuce_2829-13841.jpg" }, - { id: "4", name: "Tiramisù della Casa", price: "€9", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-with-pastry-cream-lemon-platter-cookies-female-hand-candies-bowl-green-white-checkered-tablecloth_140725-99874.jpg" }, + { id: "1", name: "Linguine alle Vongole", price: "", imageSrc: "http://img.b2bpic.net/free-photo/tasty-seafood-plate-table-closeup_93675-129784.jpg" }, + { id: "2", name: "Calamari Fritti", price: "", imageSrc: "http://img.b2bpic.net/free-photo/herring-salad-with-sun-dried-tomatoes-celery-red-onion_2829-8292.jpg" }, + { id: "3", name: "Branzino alla Griglia", price: "", imageSrc: "http://img.b2bpic.net/free-photo/shrimp-salad-with-peaches-tomato-avocado-lettuce_2829-13841.jpg" }, + { id: "4", name: "Dolce del Giorno", price: "", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-with-pastry-cream-lemon-platter-cookies-female-hand-candies-bowl-green-white-checkered-tablecloth_140725-99874.jpg" }, ]} - title="Piatti Signature" - description="Ricette tramandate con amore che raccontano la storia della nostra costa." + title="Menu" + description="I nostri piatti signature, preparati con cura quotidiana." />
-
@@ -135,12 +142,13 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { id: "1", title: "È necessaria la prenotazione?", content: "Sì, consigliamo di prenotare in anticipo, specialmente nel fine settimana." }, - { id: "2", title: "Ci sono opzioni vegetariane?", content: "Sì, offriamo diverse opzioni stagionali basate sui prodotti dell'orto." }, - { id: "3", title: "C'è un parcheggio?", content: "Disponibile parcheggio su strada e un garage pubblico a pochi passi." }, + { id: "1", title: "Prenotazioni", content: "È possibile prenotare il proprio tavolo chiamando il nostro numero o scrivendo una mail." }, + { id: "2", title: "Dove siamo", content: "Via Trieste, 106, 30020 Quarto d’Altino VE." }, + { id: "3", title: "Il Menu", content: "Proponiamo piatti di pesce fresco basati sul pescato giornaliero e stagionalità." }, + { id: "4", title: "Contattaci", content: "Siamo disponibili per informazioni via telefono o messaggio." }, ]} - title="Domande Frequenti" - description="Dubbi? Abbiamo le risposte che cerchi." + title="Informazioni Utili" + description="Tutto quello che c'è da sapere per il tuo pasto." faqsAnimation="blur-reveal" /> @@ -148,8 +156,8 @@ export default function LandingPage() {
); -} +} \ No newline at end of file