From 67274983cf1650be47fb0feddc1b16066f9e0e56 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 16:25:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 527536b..08e6d83 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,11 +91,11 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" testimonials={[ - { id: "1", name: "Emma Wilson", role: "Creative", company: "Studio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blonde-asian-woman-beige-oversized-sweater-sits-cafe-with-cup-coffee-carrot-juice_197531-16887.jpg" }, + { id: "1", name: "Emma Wilson", role: "Creative", company: "Studio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blonde-asian-woman-beige-oversized-sweater-sits-cafe-with-cup-coffee-carrot-juice_197531-16887.jpg?_wi=1" }, { id: "2", name: "Sarah Reed", role: "Director", company: "Growth", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-gorgeous-businesswoman-looking-stylish-wearing-turtleneck-sweater-smiling-camera-city-street-happy-face-expression_574295-2019.jpg" }, { id: "3", name: "Marcus Chen", role: "Architect", company: "Design", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-medical-mask-outside_23-2148777597.jpg" }, { id: "4", name: "Olivia Rose", role: "Manager", company: "Brand", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/wanderlust-nature-with-beautiful-female-traveler_23-2148931727.jpg" }, - { id: "5", name: "James Holt", role: "Photographer", company: "Visuals", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blonde-asian-woman-beige-oversized-sweater-sits-cafe-with-cup-coffee-carrot-juice_197531-16887.jpg" }, + { id: "5", name: "James Holt", role: "Photographer", company: "Visuals", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blonde-asian-woman-beige-oversized-sweater-sits-cafe-with-cup-coffee-carrot-juice_197531-16887.jpg?_wi=2" }, ]} kpiItems={[ { value: "10k+", label: "Happy Clients" }, -- 2.49.1