Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-04-23 06:34:33 +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>
);
}
}