diff --git a/src/app/page.tsx b/src/app/page.tsx index c247b69..97cfd1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,16 +28,11 @@ export default function LandingPage() { @@ -106,16 +90,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", name: "Marco V.", date: "12/05/2023", title: "Celiaco felice", quote: "Una delle migliori pizze senza glutine della mia carriera da celiaco.", tag: "Senza glutine", avatarSrc: "https://images.unsplash.com/photo-1534528741775-53994a69daeb?q=80&w=150", imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?q=80&w=800", imageAlt: "happy customer dining restaurant"}, - { - id: "2", name: "Elena B.", date: "10/05/2023", title: "Eccellente", quote: "Cibo ottimo e personale gentilissimo.", tag: "Cucina", avatarSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=150", imageSrc: "https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?q=80&w=800", imageAlt: "happy customer dining restaurant"}, - { - id: "3", name: "Luca R.", date: "08/05/2023", title: "Porzioni abbondanti", quote: "Qualità eccellente e porzioni generose, consigliatissimo.", tag: "Carne", avatarSrc: "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?q=80&w=150", imageSrc: "https://images.unsplash.com/photo-1414235077428-338989a2e8c0?q=80&w=800", imageAlt: "happy customer dining restaurant"}, - { - id: "4", name: "Sara G.", date: "05/05/2023", title: "Top", quote: "Ambiente spazioso e pizza davvero eccezionale.", tag: "Pizza", avatarSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?q=80&w=150", imageSrc: "https://images.unsplash.com/photo-1552566626-52f8b828add9?q=80&w=800", imageAlt: "happy customer dining restaurant"}, - { - id: "5", name: "Giulia P.", date: "01/05/2023", title: "Punto di riferimento", quote: "Il miglior posto dove mangiare in zona.", tag: "Gluten-free", avatarSrc: "https://images.unsplash.com/photo-1539571696357-5a69c17a67c6?q=80&w=150", imageSrc: "https://images.unsplash.com/photo-1514362545857-3bc16c4c7d1b?q=80&w=800", imageAlt: "happy customer dining restaurant"}, + { id: "1", name: "Marco V.", date: "12/05/2023", title: "Celiaco felice", quote: "Una delle migliori pizze senza glutine della mia carriera da celiaco.", tag: "Senza glutine", avatarSrc: "https://images.unsplash.com/photo-1534528741775-53994a69daeb?q=90&w=300", imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?q=90&w=1200" }, + { id: "2", name: "Elena B.", date: "10/05/2023", title: "Eccellente", quote: "Cibo ottimo e personale gentilissimo.", tag: "Cucina", avatarSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=90&w=300", imageSrc: "https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?q=90&w=1200" }, + { id: "3", name: "Luca R.", date: "08/05/2023", title: "Porzioni abbondanti", quote: "Qualità eccellente e porzioni generose, consigliatissimo.", tag: "Carne", avatarSrc: "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?q=90&w=300", imageSrc: "https://images.unsplash.com/photo-1414235077428-338989a2e8c0?q=90&w=1200" }, ]} title="Dicono di noi" description="Le testimonianze dei nostri clienti fedeli." @@ -128,44 +105,18 @@ export default function LandingPage() { title="Prenota ora" description="Contattaci per prenotare il tuo tavolo." inputs={[ - { - name: "name", type: "text", placeholder: "Il tuo nome", required: true, - }, - { - name: "phone", type: "tel", placeholder: "Telefono", required: true, - }, + { name: "name", type: "text", placeholder: "Il tuo nome", required: true }, + { name: "phone", type: "tel", placeholder: "Telefono", required: true }, ]} - textarea={{ - name: "message", placeholder: "Note per la prenotazione", rows: 4, - required: false, - }} - imageSrc="https://images.unsplash.com/photo-1550966871-3ed37b5ed019?q=80&w=800" + imageSrc="https://images.unsplash.com/photo-1550966871-3ed37b5ed019?q=90&w=1200" />