From 74c13df4390d01825f51132486803d4ed9587cff Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:29:57 +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 0ad7896..4fd1f1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,13 +58,13 @@ export default function LandingPage() { testimonials={[ { name: "Marcus Reid", handle: "CEO, Luxury Retail Co", testimonial: "These watches are the perfect investment. The quality and attention to detail are unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=1"}, { name: "Sophie Anderson", handle: "Entrepreneur", testimonial: "Every moment wearing this watch reminds me of timeless elegance and Swiss precision.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-her-office-businesswoman-sitting-with-her-notebook-writing-making_1258-194709.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-her-office-businesswoman-sitting-with-her-notebook-writing-making_1258-194709.jpg?_wi=1"}, { name: "James Mitchell", handle: "Executive Director", testimonial: "An exceptional timepiece that transcends generations. A true collector's item.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/proud-middle-aged-business-man-conference-room_1262-3062.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/proud-middle-aged-business-man-conference-room_1262-3062.jpg?_wi=1"}, ]} useInvertedBackground={false} /> @@ -151,13 +151,13 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Richard Thompson", role: "Watch Collector", company: "Luxury Watch Society", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=2"}, { id: "2", name: "Isabella Martinez", role: "Jewelry Designer", company: "Premium Designs Int'l", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-her-office-businesswoman-sitting-with-her-notebook-writing-making_1258-194709.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-her-office-businesswoman-sitting-with-her-notebook-writing-making_1258-194709.jpg?_wi=2"}, { id: "3", name: "David Chen", role: "Business Executive", company: "Fortune 500 Corp", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/proud-middle-aged-business-man-conference-room_1262-3062.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/proud-middle-aged-business-man-conference-room_1262-3062.jpg?_wi=2"}, ]} kpiItems={[ { value: "25,000+", label: "Happy Customers" }, -- 2.49.1