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: "Services", id: "#services" },
|
||||
{ name: "Finance", id: "#finance" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="RoofFin Solutions"
|
||||
brandName="RoofFinCo.com"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -156,11 +157,13 @@ 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>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user