Update src/app/page.tsx
This commit is contained in:
@@ -9,7 +9,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import { Home, BookOpen, Star, CalendarCheck, HeartHandshake, Leaf, Mushroom, Fish, Instagram, Facebook } from "lucide-react";
|
||||
import { Home, BookOpen, Star, CalendarCheck, HeartHandshake, Leaf, Fish, Instagram, Facebook } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Prenota", id: "/prenota"},
|
||||
{
|
||||
name: "Contatti", id: "/contatti"},
|
||||
name: "Contatti", id: "/contatti"}
|
||||
]}
|
||||
brandName="Trattoria Bar Vittorio Gigagin"
|
||||
button={{
|
||||
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Prenota un tavolo", href: "/prenota"},
|
||||
{
|
||||
text: "Scopri il menù", href: "/menu"},
|
||||
text: "Scopri il menù", href: "/menu"}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
@@ -103,7 +103,7 @@ export default function LandingPage() {
|
||||
title: "Picagge al pesto", description: "Basilico ligure, pinoli, olio EVO: il profumo di casa in ogni forchettata. Un classico della nostra terra.", imageSrc: "http://img.b2bpic.net/free-photo/plate-pasta-with-homemade-pesto-sauce_114579-20522.jpg", imageAlt: "Picagge al pesto con basilico fresco", buttonIcon: Leaf
|
||||
},
|
||||
{
|
||||
title: "Taglierini ai funghi porcini", description: "Porcini freschi, taglio sottile, equilibrio perfetto. Un piatto stagionale che esalta i sapori del bosco.", imageSrc: "http://img.b2bpic.net/free-photo/lamb-with-rice-dry-fruits-chestnuts-prunes-spices-oil-top-view_141793-1790.jpg", imageAlt: "Taglierini ai funghi porcini", buttonIcon: Mushroom
|
||||
title: "Taglierini ai funghi porcini", description: "Porcini freschi, taglio sottile, equilibrio perfetto. Un piatto stagionale che esalta i sapori del bosco.", imageSrc: "http://img.b2bpic.net/free-photo/lamb-with-rice-dry-fruits-chestnuts-prunes-spices-oil-top-view_141793-1790.jpg", imageAlt: "Taglierini ai funghi porcini", buttonIcon: Leaf
|
||||
},
|
||||
{
|
||||
title: "Fritto misto del Ligagin", description: "Dorato, asciutto, irresistibile. Come deve essere un fritto misto alla genovese, perfetto e leggero.", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-potatoes-sauce_140725-2747.jpg", imageAlt: "Fritto misto alla genovese asciutto e dorato", buttonIcon: Fish
|
||||
@@ -131,7 +131,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "4", name: "Elena Neri", role: "Visitatrice", testimonial: "Ambiente accogliente con il camino acceso, un'atmosfera magica. Il servizio è impeccabile, ti senti davvero a casa. Torneremo presto!", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-preparing-healthy-food-while-making-bruschetta-kitchen_637285-3527.jpg", imageAlt: "Elena Neri, visitor"},
|
||||
{
|
||||
id: "5", name: "Luca Gialli", role: "Famiglia con bambini", testimonial: "Ottima accoglienza anche per le famiglie, con seggioloni disponibili. E l'ampio parcheggio gratuito è un grande plus! Consigliatissimo.", imageSrc: "http://img.b2bpic.net/free-photo/man-chilling-out-coffee-shop-with-mobile-phone_53876-42682.jpg", imageAlt: "Luca Gialli, family customer"},
|
||||
id: "5", name: "Luca Gialli", role: "Famiglia con bambini", testimonial: "Ottima accoglienza anche per le famiglie, con seggioloni disponibili. E l'ampio parcheggio gratuito è un grande plus! Consigliatissimo.", imageSrc: "http://img.b2bpic.net/free-photo/man-chilling-out-coffee-shop-with-mobile-phone_53876-42682.jpg", imageAlt: "Luca Gialli, family customer"}
|
||||
]}
|
||||
title="Dicono di Noi"
|
||||
description="Le parole dei nostri ospiti sono la nostra più grande soddisfazione. Recensioni autentiche che raccontano l'esperienza unica al Gigagin."
|
||||
@@ -166,7 +166,7 @@ export default function LandingPage() {
|
||||
href: "#", ariaLabel: "Instagram page"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#", ariaLabel: "Facebook page"},
|
||||
href: "#", ariaLabel: "Facebook page"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user