2 Commits

Author SHA1 Message Date
c4227b9136 Update src/app/page.tsx 2026-04-23 06:35:11 +00:00
53896fee56 Merge version_3 into main
Merge version_3 into main
2026-04-23 06:34:32 +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>