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"