2 Commits

Author SHA1 Message Date
0aa4c7a3c5 Update src/app/page.tsx 2026-04-21 13:35:26 +00:00
4f6597080a Merge version_1 into main
Merge version_1 into main
2026-04-21 13:26:22 +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>
);
}
}