Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-04-23 06:34:32 +00:00

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{ name: "Finance", id: "#finance" },
{ name: "Contact", id: "#contact" },
]}
brandName="RoofFin Solutions"
brandName="RoofFinCo.com"
/>
</div>
@@ -157,10 +157,10 @@ export default function LandingPage() {
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
{ title: "Services", items: [{ label: "Roofing", href: "#services" }, { label: "Finance", href: "#finance" }] },
]}
logoText="RoofFin Solutions"
logoText="RoofFinCo.com"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}