Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-04-23 06:35:15 +00:00

View File

@@ -35,6 +35,7 @@ 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="RoofFinCo.com"
@@ -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="RoofFinCo.com"
copyrightText="© 2025 | RoofFinCo.com"
/>
</div>
</ReactLenis>