diff --git a/src/app/page.tsx b/src/app/page.tsx index 809a831..8cc36bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { { text: "Shop Collection", href: "products" }, { text: "Learn More", href: "about" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-dark-haired-woman-serving-table-kitchen_259150-59709.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-dark-haired-woman-serving-table-kitchen_259150-59709.jpg?_wi=1" imageAlt="Premium ceramic plates collection" showDimOverlay={true} /> @@ -78,16 +78,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Home Chef", company: "Chicago, IL", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell"}, { id: "2", name: "David Chen", role: "Interior Designer", company: "New York, NY", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Chen"}, { id: "3", name: "Emma Rodriguez", role: "Restaurant Owner", company: "Miami, FL", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emma Rodriguez"}, { id: "4", name: "James Williams", role: "Event Planner", company: "San Francisco, CA", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Williams"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "James Williams"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -124,7 +124,7 @@ export default function LandingPage() {