diff --git a/src/app/page.tsx b/src/app/page.tsx index e231f04..df779e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,7 +34,8 @@ export default function LandingPage() { navItems={[ { name: "Chi Siamo", id: "about" }, { name: "Menu", id: "menu" }, - { name: "Esperienza", id: "team" }, + { name: "Team", id: "team" }, + { name: "FAQ", id: "faq" }, { name: "Contatti", id: "contact" }, ]} brandName="Osteria Al Pescatore" @@ -74,21 +75,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Pescato Giornaliero", description: "Proveniente direttamente dai pescatori locali per garantire la massima freschezza.", buttonIcon: Fish, - imageSrc: "http://img.b2bpic.net/free-photo/seafood-cleaning-process-kitchen_23-2150171450.jpg"}, - { - title: "Vini Premium", description: "Una selezione curata di etichette italiane perfette per accompagnare il nostro pesce.", buttonIcon: Wine, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-seafood-wine_23-2149410733.jpg"}, - { - title: "Atmosfera Autentica", description: "Interni caldi e accoglienti che richiamano la classica osteria italiana.", buttonIcon: Users, - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190917.jpg"}, - { - title: "Prodotti di Stagione", description: "Verdure biologiche a km zero che esaltano il gusto del mare.", buttonIcon: Leaf, - imageSrc: "http://img.b2bpic.net/free-photo/vegetable-tray-with-tomatoes-cucumber-herbs_114579-4527.jpg"}, - { - title: "Preparazione Esperta", description: "Tecniche culinarie affinate in oltre 40 anni di attività.", buttonIcon: ChefHat, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chef-with-black-gloves-holding-raw-fish-wooden-board-pepper-grinder-flour-bowl-pomegranate-seeds-bowl-table_179666-46861.jpg"}, + { title: "Pescato Giornaliero", description: "Proveniente direttamente dai pescatori locali per garantire la massima freschezza.", buttonIcon: Fish, imageSrc: "http://img.b2bpic.net/free-photo/seafood-cleaning-process-kitchen_23-2150171450.jpg" }, + { title: "Vini Premium", description: "Una selezione curata di etichette italiane perfette per accompagnare il nostro pesce.", buttonIcon: Wine, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-seafood-wine_23-2149410733.jpg" }, + { title: "Atmosfera Autentica", description: "Interni caldi e accoglienti che richiamano la classica osteria italiana.", buttonIcon: Users, imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190917.jpg" }, + { title: "Prodotti di Stagione", description: "Verdure biologiche a km zero che esaltano il gusto del mare.", buttonIcon: Leaf, imageSrc: "http://img.b2bpic.net/free-photo/vegetable-tray-with-tomatoes-cucumber-herbs_114579-4527.jpg" }, ]} title="La Nostra Promessa" description="Scopri cosa rende un'esperienza all'Osteria Al Pescatore indimenticabile." @@ -106,8 +96,6 @@ export default function LandingPage() { { 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: "5", name: "Vino Bianco della Casa", price: "€6", imageSrc: "http://img.b2bpic.net/free-photo/side-view-bottle-glass-red-wine-with-frame-leaves-with-flower-petals-black-with-copy-space_141793-6546.jpg" }, - { id: "6", name: "Zuppa di Pesce", price: "€26", imageSrc: "http://img.b2bpic.net/free-photo/seafood-casserole-with-toasts_140725-841.jpg" }, ]} title="Piatti Signature" description="Ricette tramandate con amore che raccontano la storia della nostra costa." @@ -175,10 +163,10 @@ export default function LandingPage() {
); -} \ No newline at end of file +}