Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c4227b9136 | |||
| 53896fee56 | |||
| 29557221d2 | |||
| 7392127171 | |||
| e05ebe9005 | |||
| e4662f9b81 | |||
| fea04dfb1d | |||
| a21e1fae7e |
@@ -35,16 +35,17 @@ export default function LandingPage() {
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Finance", id: "#finance" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="RoofFin Solutions"
|
||||
brandName="RoofFinCo.com"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Expert Roofing & Financial Planning"
|
||||
title="Expert Roofing Services & Financial Planning for Homeowners"
|
||||
description="Premium roofing repair combined with expert financial consulting to secure your home and your future."
|
||||
buttons={[{ text: "Get a Quote", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/long-shot-men-working-roof_23-2149343678.jpg?_wi=1"
|
||||
@@ -156,8 +157,10 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Services", items: [{ label: "Roofing", href: "#services" }, { label: "Finance", href: "#finance" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Privacy", href: "#" }] },
|
||||
]}
|
||||
logoText="RoofFin Solutions"
|
||||
logoText="RoofFinCo.com"
|
||||
copyrightText="© 2025 | RoofFinCo.com"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user