From fcc15ee28793b2257f7de877bc055dccdfb8ce65 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 22:35:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 64 +++++++++++++++++++++++++++--------------------- 1 file changed, 36 insertions(+), 28 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 31637bd..9259437 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,18 +58,10 @@ export default function LandingPage() { mediaAnimation="slide-up" imagePosition="right" testimonials={[ - { - name: "Marco R.", handle: "Roma", testimonial: "Uno dei migliori piatti che abbia mai mangiato in vita mia.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her_1258-199002.jpg?_wi=1"}, - { - name: "Giulia M.", handle: "Perugia", testimonial: "Ingredienti di altissima qualità lavorati con semplicità e amore.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg?_wi=1"}, - { - name: "Paolo T.", handle: "Firenze", testimonial: "Carlo è un oste fantastico e l'accoglienza è straordinaria.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-waiter-holding-vegetable-roll-cafa_1170-610.jpg?_wi=1"}, - { - name: "Elena L.", handle: "Milano", testimonial: "Un posto raro dove tornare ad ogni occasione.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-adult-brunette-woman-smiles-puts-her-thumb-forefinger-together-showing-that-everything-is-ok_197531-31190.jpg?_wi=1"}, + {name: "Marco R.",handle: "Roma",testimonial: "Uno dei migliori piatti che abbia mai mangiato in vita mia.",rating: 5,imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her_1258-199002.jpg?_wi=1"}, + {name: "Giulia M.",handle: "Perugia",testimonial: "Ingredienti di altissima qualità lavorati con semplicità e amore.",rating: 5,imageSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg?_wi=1"}, + {name: "Paolo T.",handle: "Firenze",testimonial: "Carlo è un oste fantastico e l'accoglienza è straordinaria.",rating: 5,imageSrc: "http://img.b2bpic.net/free-photo/smiling-waiter-holding-vegetable-roll-cafa_1170-610.jpg?_wi=1"}, + {name: "Elena L.",handle: "Milano",testimonial: "Un posto raro dove tornare ad ogni occasione.",rating: 5,imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-adult-brunette-woman-smiles-puts-her-thumb-forefinger-together-showing-that-everything-is-ok_197531-31190.jpg?_wi=1"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -81,7 +73,8 @@ export default function LandingPage() {