diff --git a/src/app/page.tsx b/src/app/page.tsx index fb75f1f..55d4cc8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,16 +53,13 @@ export default function LandingPage() { mediaAnimation="slide-up" testimonials={[ { - name: "Marco Rossi", handle: "Tourist from Rome", testimonial: "Piatti genuini e abbondanti, personale gentilissimo. Un'esperienza indimenticabile!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg" + name: "Marco Rossi", handle: "Tourist from Rome", testimonial: "Piatti genuini e abbondanti, personale gentilissimo. Un'esperienza indimenticabile!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg" }, { - name: "Laura Carta", handle: "Local Family", testimonial: "Porzioni abbondanti e prezzi più che onesti. Torneremo sicuramente!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-image-charming-young-european-female-wearing-trendy-red-polka-dress-sitting-bench_343059-2906.jpg" + name: "Laura Carta", handle: "Local Family", testimonial: "Porzioni abbondanti e prezzi più che onesti. Torneremo sicuramente!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/outdoor-image-charming-young-european-female-wearing-trendy-red-polka-dress-sitting-bench_343059-2906.jpg" }, { - name: "Giovanni Bitti", handle: "Food Enthusiast", testimonial: "Il tris di primi è super consigliato. Ambiente familiare e accogliente.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-showing-disposable-coffee-cup-park_23-2148193872.jpg" + name: "Giovanni Bitti", handle: "Food Enthusiast", testimonial: "Il tris di primi è super consigliato. Ambiente familiare e accogliente.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-showing-disposable-coffee-cup-park_23-2148193872.jpg" }, ]} testimonialRotationInterval={5000} @@ -72,6 +69,7 @@ export default function LandingPage() { { text: "Call Now", href: "tel:+39" }, ]} buttonAnimation="blur-reveal" + background={{ variant: "plain" }} />