Merge version_2 into main #2
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user