From 4f8bee891add98c6aa11817d0cd3ca9c1bbdce90 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 17:41:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d4e47d..1b1686f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,6 +102,15 @@ export default function HvacPage() { { id: "2", name: "John T.", handle: "Local Business", testimonial: "The installation was seamless. The team clearly explained everything and respected our budget. Highly recommend this family-owned business.", rating: 5, }, + { + id: "3", name: "Karin Mielke", handle: "Residential Client", testimonial: "Incredibly professional service! They fixed my AC unit on the same day. Very happy with the level of care and expertise.", rating: 5, + }, + { + id: "4", name: "Saara Vilafana", handle: "Long-time Customer", testimonial: "Honest, affordable, and truly knowledgeable. They take the time to explain what needs fixing without upselling unnecessary services.", rating: 5, + }, + { + id: "5", name: "Tiffany M", handle: "Local Resident", testimonial: "Fantastic experience overall. The technicians are always punctual, clean, and extremely polite. My home's heating has never been better.", rating: 5, + } ]} showRating={true} animationType="slide-up" -- 2.49.1