Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d7964d37db | |||
| fc3610d8f9 | |||
| 80e8c96dd3 | |||
| b2fa78d20c | |||
| dfb0b97585 | |||
| 86230d3d55 |
@@ -35,6 +35,8 @@ export default function LandingPage() {
|
||||
{ name: "Commercial", id: "#services" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Reviews", id: "#testimonials" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Horn Brothers Roofing"
|
||||
button={{ text: "Contact Us", href: "#contact" }}
|
||||
@@ -92,7 +94,7 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{ id: "m1", value: "28+", title: "Years Serving Colorado", items: ["Industry leading experience"] },
|
||||
{ id: "m2", value: "100%", title: "Quality Guaranteed", items: ["Licensed and insured experts"] },
|
||||
{ id: "m3", value: "Thousands", title: "Happy Clients", items: ["Homes and businesses protected"] },
|
||||
{ id: "m3", value: "5,000+", title: "Happy Clients", items: ["Homes and businesses protected"] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user