From 67e44e086ebbc5ad6a1742ca4334d9657a898b05 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:16:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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" }} /> -- 2.49.1