Update src/app/page.tsx

This commit is contained in:
2026-05-31 23:41:37 +00:00
parent a8c04265b1
commit 2df568d460

View File

@@ -174,7 +174,8 @@ export default function LandingPage() {
{ id: "m1", value: "98%", title: "Customer Satisfaction", items: ["Always aiming higher", "Feedback-driven improvements"] },
{ id: "m2", value: "24/7", title: "Emergency Service", items: ["Rapid response team", "Available day and night"] },
{ id: "m3", value: "100%", title: "Certified Technicians", items: ["Industry-leading training", "Experienced and skilled"] },
{ id: "m4", value: "5-Star", title: "Average Rating", items: ["Consistently exceeding expectations", "Trusted by homeowners"] }
{ id: "m4", value: "5-Star", title: "Average Rating", items: ["Consistently exceeding expectations", "Trusted by homeowners"]
}
]}
animationType={"slide-up"}
title={"Our Commitment to Excellence"}
@@ -279,4 +280,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}