2 Commits

Author SHA1 Message Date
29557221d2 Update src/app/page.tsx 2026-04-23 06:34:29 +00:00
7392127171 Merge version_2 into main
Merge version_2 into main
2026-04-23 06:33:05 +00:00

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{ name: "Finance", id: "#finance" }, { name: "Finance", id: "#finance" },
{ name: "Contact", id: "#contact" }, { name: "Contact", id: "#contact" },
]} ]}
brandName="RoofFin Solutions" brandName="RoofFinCo.com"
/> />
</div> </div>
@@ -157,7 +157,7 @@ export default function LandingPage() {
{ 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" }] },
]} ]}
logoText="RoofFin Solutions" logoText="RoofFinCo.com"
/> />
</div> </div>
</ReactLenis> </ReactLenis>