From 2ad7b0a79e1d80fa9b06034981cbf71fdeffa867 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 23:24:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fc9f497..fe93a9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,20 +153,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", name: "Pilusa Mankopane", role: "Client", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg"}, + id: "t1", name: "Pilusa Mankopane", role: "Client", company: "Local", rating: 5}, { - id: "t2", name: "Moloko Lwandlelwethu", role: "Client", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12688.jpg"}, + id: "t2", name: "Moloko Lwandlelwethu", role: "Client", company: "Local", rating: 5}, { - id: "t3", name: "John D.", role: "Corporate", company: "TechCorp", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stuido-portrait-happy-cheerful-young-businessman_273609-12506.jpg"}, + id: "t3", name: "John D.", role: "Corporate", company: "TechCorp", rating: 5}, { - id: "t4", name: "Sarah K.", role: "Manager", company: "RetailLab", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg"}, + id: "t4", name: "Sarah K.", role: "Manager", company: "RetailLab", rating: 5}, { - id: "t5", name: "Mike R.", role: "Team Lead", company: "SportsGroup", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-with-arms-crossed_1170-2381.jpg"}, + id: "t5", name: "Mike R.", role: "Team Lead", company: "SportsGroup", rating: 5}, ]} title="What Our Clients Say" description="Trusted by businesses and individuals across Polokwane." -- 2.49.1