diff --git a/src/app/page.tsx b/src/app/page.tsx index 4719d12..50788e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,16 +110,16 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Authentic Atmosphere & Variety", quote: "Grande variedade de pratos, bom ambiente, pessoas simpáticas! Everything feels welcoming and the menu never disappoints.", name: "Maria Silva", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Maria Silva" + id: "1", title: "Authentic Atmosphere & Variety", quote: "Grande variedade de pratos, bom ambiente, pessoas simpáticas! Everything feels welcoming and the menu never disappoints.", name: "Maria Silva", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Maria Silva" }, { - id: "2", title: "Quality Food, Great Value", quote: "Bom ambiente comida com boa qualidade... The prices are fantastic for the quality you receive. Highly recommend for families.", name: "João Costa", role: "Family Diner", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "João Costa" + id: "2", title: "Quality Food, Great Value", quote: "Bom ambiente comida com boa qualidade... The prices are fantastic for the quality you receive. Highly recommend for families.", name: "João Costa", role: "Family Diner", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "João Costa" }, { - id: "3", title: "Your Local Café Gem", quote: "Bom café restaurante com boas refeições... I pop in regularly for coffee and always stay for a meal. It's become my second home.", name: "Ana Ferreira", role: "Daily Visitor", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Ana Ferreira" + id: "3", title: "Your Local Café Gem", quote: "Bom café restaurante com boas refeições... I pop in regularly for coffee and always stay for a meal. It's become my second home.", name: "Ana Ferreira", role: "Daily Visitor", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Ana Ferreira" }, { - id: "4", title: "Late-Night Comfort Food", quote: "Open until late with genuine Portuguese hospitality. The staff remembers your name and they truly care about your experience.", name: "Pedro Mendes", role: "Evening Regular", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Pedro Mendes" + id: "4", title: "Late-Night Comfort Food", quote: "Open until late with genuine Portuguese hospitality. The staff remembers your name and they truly care about your experience.", name: "Pedro Mendes", role: "Evening Regular", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4", imageAlt: "Pedro Mendes" } ]} tagAnimation="slide-up"