Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 400ce84958 | |||
| c4227b9136 | |||
| 53896fee56 | |||
| 29557221d2 | |||
| 7392127171 |
@@ -35,9 +35,10 @@ export default function LandingPage() {
|
|||||||
{ name: "About", id: "#about" },
|
{ name: "About", id: "#about" },
|
||||||
{ name: "Services", id: "#services" },
|
{ name: "Services", id: "#services" },
|
||||||
{ name: "Finance", id: "#finance" },
|
{ name: "Finance", id: "#finance" },
|
||||||
|
{ name: "FAQ", id: "#faq" },
|
||||||
{ name: "Contact", id: "#contact" },
|
{ name: "Contact", id: "#contact" },
|
||||||
]}
|
]}
|
||||||
brandName="RoofFin Solutions"
|
brandName="RoofFinCo.com"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -156,8 +157,10 @@ export default function LandingPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||||
{ title: "Services", items: [{ label: "Roofing", href: "#services" }, { label: "Finance", href: "#finance" }] },
|
{ 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>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user