From 3a4141ce86f5d355e3ebcb808a174b7054cd7b56 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 17:27:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 61afe9f..7d710ef 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={[ @@ -190,13 +190,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" -- 2.49.1