From 0a81b941353f80d2d7149355fab732ccb5775e98 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 07:52:22 +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 03713e0..e0033a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,11 +92,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Elena S.", role: "Creative Director", company: "DesignCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-beautiful-young-woman-posing_1301-3611.jpg" }, + { id: "t1", name: "Elena S.", role: "Creative Director", company: "DesignCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-beautiful-young-woman-posing_1301-3611.jpg?_wi=1" }, { id: "t2", name: "Mark L.", role: "Artist", company: "Studio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg" }, { id: "t3", name: "Sophia B.", role: "Marketing", company: "LuxuryGroup", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15845.jpg" }, { id: "t4", name: "James P.", role: "Designer", company: "Freelance", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-elegant-suit-fashion-male-posing-studio-near-blue-wall_158538-21048.jpg" }, - { id: "t5", name: "Chloe M.", role: "Entrepreneur", company: "Venture", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-beautiful-young-woman-posing_1301-3611.jpg" }, + { id: "t5", name: "Chloe M.", role: "Entrepreneur", company: "Venture", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-beautiful-young-woman-posing_1301-3611.jpg?_wi=2" }, ]} kpiItems={[ { value: "1000+", label: "Happy Clients" }, -- 2.49.1