Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c9e54b408 | |||
| 18c83be4d5 | |||
| 59b85db53d | |||
| 478dc754ca | |||
| d24f33f974 | |||
| d7aa0c2595 |
@@ -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."
|
||||||
@@ -109,9 +109,9 @@ export default function LandingPage() {
|
|||||||
title="Roofing Packages"
|
title="Roofing Packages"
|
||||||
description="Choose the level of service that perfectly matches your home's needs."
|
description="Choose the level of service that perfectly matches your home's needs."
|
||||||
products={[
|
products={[
|
||||||
{ id: "p1", name: "Concierge Roof Package: Full-service project management with white-glove site protection and deep-cleaning cleanup.", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/roof-tiles-new-modern-house_23-2148644558.jpg?_wi=2" },
|
{ id: "p1", name: "Concierge Package | Full-Service Management", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/roof-tiles-new-modern-house_23-2148644558.jpg?_wi=2" },
|
||||||
{ id: "p2", name: "Roof Inspection & Maintenance", price: "From $299", imageSrc: "http://img.b2bpic.net/free-photo/worker-roof-installing-tiles_23-2148644555.jpg?_wi=2" },
|
{ id: "p2", name: "Roof Inspection | Maintenance & Care", price: "From $299", imageSrc: "http://img.b2bpic.net/free-photo/worker-roof-installing-tiles_23-2148644555.jpg?_wi=2" },
|
||||||
{ id: "p3", name: "Emergency Leak Repair", price: "From $450", imageSrc: "http://img.b2bpic.net/free-photo/builder-checking-roof-details_23-2148644560.jpg?_wi=2" }
|
{ id: "p3", name: "Emergency Repair | Rapid Response", price: "From $450", imageSrc: "http://img.b2bpic.net/free-photo/builder-checking-roof-details_23-2148644560.jpg?_wi=2" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -126,4 +126,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user