From ef5c8d89bd5423a0873b7fcfafdf1d1b56e607cd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 02:21:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 031bf9e..da94bde 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { textboxLayout="split" gridVariant="one-large-left-three-stacked-right" useInvertedBackground={false} - testimonials={[{ id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", testimonial: "Pinnacle A Roofing exceeded all expectations with their professionalism and quality." }, { id: "2", name: "Michael Chen", role: "Property Manager", company: "InnovateLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-with-his-arms-crossed-standing-front-building_23-2148176205.jpg", testimonial: "Fantastic service and quick turnaround times. Highly recommend for any commercial needs." }, { id: "3", name: "Emily Rodriguez", role: "Director", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", testimonial: "Incredible communication and attention to detail throughout the entire project." }, { id: "4", name: "David Kim", role: "Project Manager", company: "StartupXYZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-real-estate-agent_23-2151064880.jpg", testimonial: "Top-tier roofers! Reliable, efficient, and great value for the quality they provide." }, { id: "5", name: "Lisa Wang", role: "Operations", company: "GlobalTech", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxSkc6NOjtry37B1C4CFRgvFWI/uploaded-1777342869326-uid2d1ls.jpg", testimonial: "Truly a local expert. They solved our waterproofing issue within days!" }]} + testimonials={[{ id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg" }, { id: "2", name: "Michael Chen", role: "Property Manager", company: "InnovateLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-with-his-arms-crossed-standing-front-building_23-2148176205.jpg" }, { id: "3", name: "Emily Rodriguez", role: "Director", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg" }, { id: "4", name: "David Kim", role: "Project Manager", company: "StartupXYZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-real-estate-agent_23-2151064880.jpg" }, { id: "5", name: "Lisa Wang", role: "Operations", company: "GlobalTech", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxSkc6NOjtry37B1C4CFRgvFWI/uploaded-1777342869326-uid2d1ls.jpg" }]} title="What Our Clients Say" description="Trusted by businesses and residents throughout South Florida." /> -- 2.49.1