diff --git a/src/app/page.tsx b/src/app/page.tsx index 48e7340..4ec41d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,7 +77,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Johnson", date: "10/05/2024", title: "Top Experience", quote: "Una perla nascosta, nel cuore di Napoli. Un'esperienza sensoriale indimenticabile.", tag: "Eccellente", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-bolognese-vegetables-served-bowl-closeup_1220-7697.jpg?id=64868821"}, + id: "1", name: "Sarah Johnson", date: "10/05/2024", title: "Top Experience", quote: "Una perla nascosta, nel cuore di Napoli. Un'esperienza sensoriale indimenticabile.", tag: "Eccellente", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-bolognese-vegetables-served-bowl-closeup_1220-7697.jpg?id=64868821&_wi=1"}, { id: "2", name: "Michael Chen", date: "12/06/2024", title: "Casa away from home", quote: "Ci ha fatti sentire a casa. Il ragù è incredibile, una poesia.", tag: "Caloroso", avatarSrc: "http://img.b2bpic.net/free-photo/couple-having-lunch-together-restaurant_58466-16804.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pasta-bolognese-with-bacon_661915-132.jpg?id=28006996"}, { @@ -113,7 +113,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Ragù Napoletano", price: "€16", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-bolognese-vegetables-served-bowl-closeup_1220-7697.jpg?id=64868821"}, + id: "p1", name: "Ragù Napoletano", price: "€16", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-bolognese-vegetables-served-bowl-closeup_1220-7697.jpg?id=64868821&_wi=2"}, { id: "p2", name: "Parmigiana di Melanzane", price: "€12", imageSrc: "http://img.b2bpic.net/free-photo/pot-roast-chicken-with-bell-peppers_141793-1241.jpg?id=7105069"}, {