diff --git a/src/app/page.tsx b/src/app/page.tsx index 30598a6..be7205b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,15 +52,15 @@ export default function LandingPage() { testimonials={[ { name: "Michelin Chef", handle: "@michelin_kitchen", testimonial: "The precision and balance are unmatched. Every cut feels like an extension of my hand.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-portrait-with-hands-crossed_158595-2940.jpg", imageAlt: "Chef testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-portrait-with-hands-crossed_158595-2940.jpg?_wi=1", imageAlt: "Chef testimonial" }, { name: "Collector", handle: "@historical_archive", testimonial: "Museum-quality craftsmanship meets functional art. Truly exceptional pieces.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-leader-pointing-you_1262-5890.jpg", imageAlt: "Collector testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-leader-pointing-you_1262-5890.jpg?_wi=1", imageAlt: "Collector testimonial" }, { name: "Master Butcher", handle: "@butcher_guild", testimonial: "Professional grade performance. These blades earn their place in any premium kitchen.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1524.jpg", imageAlt: "Butcher testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1524.jpg?_wi=1", imageAlt: "Butcher testimonial" } ]} buttons={[ @@ -189,13 +189,13 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Head Chef, Le Bernardin", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-portrait-with-hands-crossed_158595-2940.jpg", imageAlt: "Chef 1" + id: "1", name: "Head Chef, Le Bernardin", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-portrait-with-hands-crossed_158595-2940.jpg?_wi=2", imageAlt: "Chef 1" }, { - id: "2", name: "Master Collector", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-leader-pointing-you_1262-5890.jpg", imageAlt: "Collector" + id: "2", name: "Master Collector", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-leader-pointing-you_1262-5890.jpg?_wi=2", imageAlt: "Collector" }, { - id: "3", name: "Executive Chef", imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1524.jpg", imageAlt: "Chef 2" + id: "3", name: "Executive Chef", imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1524.jpg?_wi=2", imageAlt: "Chef 2" }, { id: "4", name: "Museum Curator", imageSrc: "http://img.b2bpic.net/free-photo/joy-happiness-positive-feelings-concept-portrait-fair-haired-friendly-young-female-stylish-white-shirt-smiling-happily-rejoicing-good-news-present-exams-success-work_343059-4197.jpg", imageAlt: "Curator"