2 Commits

Author SHA1 Message Date
4f8bee891a Update src/app/page.tsx 2026-05-20 17:41:19 +00:00
b9c3194e1f Merge version_3 into main
Merge version_3 into main
2026-05-20 17:35:32 +00:00

View File

@@ -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"