From 8dec6ea22c9f33d569a6d0a987049ed8d5bd0320 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 09:02:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ce2c147..322fc5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,10 +60,10 @@ export default function LandingPage() { testimonials={[ { name: "Alex Rivet", handle: "@alexrivet", testimonial: "This platform transformed my perspective on business growth.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/proud-middle-aged-business-man-conference-room_1262-3062.jpg", imageAlt: "successful entrepreneur portrait modern office"}, + imageSrc: "http://img.b2bpic.net/free-photo/proud-middle-aged-business-man-conference-room_1262-3062.jpg?_wi=1", imageAlt: "successful entrepreneur portrait modern office"}, { name: "Sarah Chen", handle: "@schen", testimonial: "Incredible insights into the minds of modern founders.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-office-stationery-with-laptop-coffee_23-2148524863.jpg", imageAlt: "successful entrepreneur portrait modern office"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-office-stationery-with-laptop-coffee_23-2148524863.jpg?_wi=1", imageAlt: "successful entrepreneur portrait modern office"}, { name: "Marcus Thorne", handle: "@mthorne", testimonial: "Essential reading for anyone starting their own journey.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-businessman-wearing-suit-headshot-vertical-portrait-with-team_1163-3924.jpg", imageAlt: "successful entrepreneur portrait modern office"}, @@ -78,7 +78,7 @@ export default function LandingPage() { { text: "Explore Stories", href: "#about"}, ]} - 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" imageAlt="Successful business leader in modern office" avatars={[ { @@ -108,7 +108,7 @@ export default function LandingPage() { { value: "50", title: "Countries Covered"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-office-stationery-with-laptop-coffee_23-2148524863.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-office-stationery-with-laptop-coffee_23-2148524863.jpg?_wi=2" imageAlt="Minimalist growth-focused office" mediaAnimation="slide-up" metricsAnimation="blur-reveal" -- 2.49.1