diff --git a/src/app/page.tsx b/src/app/page.tsx index 2372240..02b6466 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,9 +54,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-american-food-with-copy-space_23-2148454909.jpg", imageAlt: "Fried chicken and burger combo"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-american-food-with-copy-space_23-2148454909.jpg?_wi=1", imageAlt: "Fried chicken and burger combo"}, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-american-food-with-copy-space_23-2148454909.jpg", imageAlt: "Restaurant ambiance"} + imageSrc: "http://img.b2bpic.net/free-photo/top-view-american-food-with-copy-space_23-2148454909.jpg?_wi=2", imageAlt: "Restaurant ambiance"} ]} mediaAnimation="slide-up" rating={3.7} @@ -100,7 +100,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"}, + id: "1", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1"}, { id: "2", name: "Anitha S.", imageSrc: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262159.jpg"}, { @@ -108,7 +108,7 @@ export default function LandingPage() { { id: "4", name: "Priya R.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491790.jpg"}, { - id: "5", name: "Suresh M.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"}, + id: "5", name: "Suresh M.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2"}, ]} cardTitle="What our customers say" cardTag="Reviews"