Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0aa4c7a3c5 | |||
| 4f6597080a |
@@ -135,7 +135,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
text="Ready to get started? Contact us today for your professional roofing consultation."
|
text="Ready to get started? Contact us today for your professional roofing consultation."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Contact Us Now", href: "#form" },
|
{ text: "Contact Us Now", href: "#contact" },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -146,7 +146,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Company", items: [
|
||||||
{ label: "About Us", href: "#about" },
|
{ label: "About Us", href: "#about" },
|
||||||
{ label: "Careers", href: "#" },
|
{ label: "Careers", href: "#contact" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -157,7 +157,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal", items: [
|
title: "Legal", items: [
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#contact" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user