diff --git a/src/app/page.tsx b/src/app/page.tsx index d67c134..cd530a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { { text: "Take Quiz", href: "#" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg" + imageSrc="http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg?_wi=1" imageAlt="Premium perfume bottles collection" mediaAnimation="slide-up" imagePosition="right" @@ -165,19 +165,19 @@ export default function LandingPage() { }, { id: "2", name: "James Rodriguez", role: "Executive", company: "Forbes 500 Company", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Rodriguez" }, { id: "3", name: "Emma Thompson", role: "Fashion Blogger", company: "Style & Elegance", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg", imageAlt: "Emma Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg?_wi=1", imageAlt: "Emma Thompson" }, { id: "4", name: "Michael Chen", role: "Entrepreneur", company: "Tech Innovation Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen" }, { id: "5", name: "Olivia Brennan", role: "Designer", company: "Creative Studios", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg", imageAlt: "Olivia Brennan" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg?_wi=2", imageAlt: "Olivia Brennan" }, { id: "6", name: "David Kim", role: "Wellness Expert", company: "Holistic Living", rating: 5, @@ -253,7 +253,7 @@ export default function LandingPage() {