From b533a4198c748789f2a191930576d244a81c5d44 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:41:48 +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 02ef0f0..17da127 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -176,13 +176,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Johnson", role: "Bride", company: "Manhattan Wedding", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sarah Johnson"}, + id: "1", name: "Sarah Johnson", role: "Bride", company: "Manhattan Wedding", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Sarah Johnson"}, { - id: "2", name: "Michael Chen", role: "Event Planner", company: "NYC Events", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Michael Chen"}, + id: "2", name: "Michael Chen", role: "Event Planner", company: "NYC Events", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Michael Chen"}, { - id: "3", name: "Emma Rodriguez", role: "Corporate Client", company: "Finance Firm", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Emma Rodriguez"}, + id: "3", name: "Emma Rodriguez", role: "Corporate Client", company: "Finance Firm", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Emma Rodriguez"}, { - id: "4", name: "David Kim", role: "Restaurant Owner", company: "Chelsea Venue", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "David Kim"}, + id: "4", name: "David Kim", role: "Restaurant Owner", company: "Chelsea Venue", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "David Kim"}, ]} kpiItems={[ { value: "5,000+", label: "Happy Customers" }, -- 2.49.1