Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7785c7ef6e | |||
| 8ae9bff5c9 | |||
| 7e56249872 | |||
| 0abdc121ff | |||
| f846ed460d | |||
| 88cbf8b231 | |||
| 9c9e54b408 | |||
| 18c83be4d5 |
@@ -75,9 +75,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "100%", title: "Zero Cutting Corners", items: ["Premium materials", "Strict safety standards"] },
|
||||
{ id: "m2", value: "25+", title: "Years Experience", items: ["Certified professionals", "Proven track record"] },
|
||||
{ id: "m3", value: "100%", title: "Client Satisfaction", items: ["Detailed inspections", "Complete documentation"] },
|
||||
{ id: "m1", value: "100%", title: "Zero Corners Cut", items: ["Verified Premium Materials", "Licensed Installation Protocols"] },
|
||||
{ id: "m2", value: "25+", title: "Years Experience", items: ["Fully Licensed & Bonded", "Proven Industry Track Record"] },
|
||||
{ id: "m3", value: "100%", title: "Verified Satisfaction", items: ["Licensed Detailed Inspections", "Certified Quality Documentation"] },
|
||||
]}
|
||||
title="Not Your Average Roofer"
|
||||
description="When you choose us, you are choosing unmatched professional integrity and craftsmanship."
|
||||
@@ -109,9 +109,24 @@ export default function LandingPage() {
|
||||
title="Roofing Packages"
|
||||
description="Choose the level of service that perfectly matches your home's needs."
|
||||
products={[
|
||||
{ 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 & Care", price: "From $299", imageSrc: "http://img.b2bpic.net/free-photo/worker-roof-installing-tiles_23-2148644555.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" }
|
||||
{
|
||||
id: "p1",
|
||||
name: "Concierge Roof Package",
|
||||
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: "p3",
|
||||
name: "Emergency Leak Repair",
|
||||
price: "From $450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/builder-checking-roof-details_23-2148644560.jpg?_wi=2"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -126,4 +141,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user