2 Commits

Author SHA1 Message Date
4bb1e72632 Update src/app/page.tsx 2026-03-04 02:43:03 +00:00
dd40985571 Merge version_3 into main
Merge version_3 into main
2026-03-04 02:41:27 +00:00

View File

@@ -80,9 +80,9 @@ export default function HomePage() {
<AboutMetric <AboutMetric
title="Allen's Construction has been delivering exceptional building solutions since 2005, earning the trust of hundreds of satisfied clients through dedication to quality and craftsmanship." title="Allen's Construction has been delivering exceptional building solutions since 2005, earning the trust of hundreds of satisfied clients through dedication to quality and craftsmanship."
metrics={[ metrics={[
{ icon: Award, label: "Years of Service", value: "18+" },
{ icon: Home, label: "Projects Completed", value: "500+" }, { icon: Home, label: "Projects Completed", value: "500+" },
{ icon: Users, label: "Satisfied Clients", value: "450+" }, { icon: Users, label: "Satisfied Clients", value: "450+" },
{ icon: Award, label: "Years of Service", value: "18+" },
{ icon: Shield, label: "Industry Certified", value: "100%" }, { icon: Shield, label: "Industry Certified", value: "100%" },
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"