Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c9e54b408 | |||
| 18c83be4d5 |
@@ -75,9 +75,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{ id: "m1", value: "100%", title: "Zero Cutting Corners", items: ["Premium materials", "Strict safety standards"] },
|
{ id: "m1", value: "100%", title: "Verified Zero Cutting Corners", items: ["Premium materials", "Strict safety standards"] },
|
||||||
{ id: "m2", value: "25+", title: "Years Experience", items: ["Certified professionals", "Proven track record"] },
|
{ id: "m2", value: "25+", title: "Licensed Industry Experience", items: ["Certified professionals", "Proven track record"] },
|
||||||
{ id: "m3", value: "100%", title: "Client Satisfaction", items: ["Detailed inspections", "Complete documentation"] },
|
{ id: "m3", value: "100%", title: "Verified Client Satisfaction", items: ["Detailed inspections", "Complete documentation"] },
|
||||||
]}
|
]}
|
||||||
title="Not Your Average Roofer"
|
title="Not Your Average Roofer"
|
||||||
description="When you choose us, you are choosing unmatched professional integrity and craftsmanship."
|
description="When you choose us, you are choosing unmatched professional integrity and craftsmanship."
|
||||||
@@ -126,4 +126,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user