diff --git a/src/app/page.tsx b/src/app/page.tsx index 46ecd92..57d036f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,7 +123,7 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Elena Rodriguez", role: "Food Blogger", company: "Authentic Eatz", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-chicken-shawarma-flatbread-served-with-fries-sauces-yogurt-pickles_141793-2200.jpg" }, { id: "t2", name: "Marcus Chen", role: "Chef", company: "Fine Eats", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-preparing-delicious-meal_23-2149661346.jpg" }, - { id: "t3", name: "Sarah Miller", role: "Critique", company: "Foodies Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fresh-mexican-ingredients_23-2147640331.jpg" }, + { id: "t3", name: "Sarah Miller", role: "Critique", company: "Foodies Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fresh-mexican-ingredients_23-2147640331.jpg?_wi=1" }, ]} kpiItems={[ { value: "4.9", label: "Rating" }, @@ -162,7 +162,7 @@ export default function LandingPage() {