Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-21 13:35:30 +00:00

View File

@@ -135,7 +135,7 @@ export default function LandingPage() {
background={{ variant: "gradient-bars" }}
text="Ready to get started? Contact us today for your professional roofing consultation."
buttons={[
{ text: "Contact Us Now", href: "#form" },
{ text: "Contact Us Now", href: "#contact" },
]}
/>
</div>
@@ -146,7 +146,7 @@ export default function LandingPage() {
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Careers", href: "#" },
{ label: "Careers", href: "#contact" },
],
},
{
@@ -157,7 +157,7 @@ export default function LandingPage() {
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Privacy Policy", href: "#contact" },
],
},
]}
@@ -168,4 +168,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}