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" },