diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e89b01..c925eef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,10 +51,10 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-table-with-cheese-plate-pate-it_140725-12866.jpg", imageAlt: "Elegant restaurant ambiance with fine dining setup" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-table-with-cheese-plate-pate-it_140725-12866.jpg?_wi=1", imageAlt: "Elegant restaurant ambiance with fine dining setup" }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-table-with-cheese-plate-pate-it_140725-12866.jpg", imageAlt: "Premium dining experience" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-table-with-cheese-plate-pate-it_140725-12866.jpg?_wi=2", imageAlt: "Premium dining experience" }, ]} rating={5} @@ -173,7 +173,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Ahmed", role: "CEO", company: "Tech Solutions Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Portrait of Sarah Ahmed" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=1", imageAlt: "Portrait of Sarah Ahmed" }, { id: "2", name: "Ali Khan", role: "Business Owner", company: "Khan Enterprises", rating: 5, @@ -181,7 +181,7 @@ export default function LandingPage() { }, { id: "3", name: "Maryam Malik", role: "Food Blogger", company: "Taste Chronicles", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Portrait of Maryam Malik" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=2", imageAlt: "Portrait of Maryam Malik" }, { id: "4", name: "Hassan Raza", role: "Hotel Manager", company: "Luxury Hotels Group", rating: 5,