From b7d877da4765147149c4755107ab97c96b41bb32 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 18:39:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e93851..9baf1f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -154,14 +154,11 @@ export default function LandingPage() { ]} testimonials={[ { - id: "1", name: "Sarah Miller", role: "Owner", company: "Miller Automotive", rating: 5, - testimonial: "The 1 Day Website was exactly what I needed. Professional, fast, and delivered exactly on time."}, + id: "1", name: "Sarah Miller", role: "Owner", company: "Miller Automotive", rating: 5}, { - id: "2", name: "James Henderson", role: "Director", company: "Henderson Law", rating: 5, - testimonial: "I was skeptical about a 1 day build, but the quality is top-notch. Highly recommended for locals."}, + id: "2", name: "James Henderson", role: "Director", company: "Henderson Law", rating: 5}, { - id: "3", name: "Linda Chen", role: "Manager", company: "Main Street Cafe", rating: 5, - testimonial: "My bookings increased immediately after launch. Professional service and great communication."}, + id: "3", name: "Linda Chen", role: "Manager", company: "Main Street Cafe", rating: 5}, ]} title="Results You Can Trust" description="See what local Idaho business owners say about the speed and quality of their new sites." -- 2.49.1