Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1457dc183f | |||
| 6a654ce71d | |||
| 5b3745ebb8 | |||
| 8813c26956 | |||
| 49f3804527 | |||
| 9fc3930c9c | |||
| 82a9066833 | |||
| 8041b5b4ad | |||
| 477bac4bf6 | |||
| 432c496a5e | |||
| 71ab8277c1 | |||
| 1960b76d7e | |||
| c81e8fba5e |
@@ -48,8 +48,7 @@ export default function LandingPage() {
|
||||
logoSrc="http://img.b2bpic.net/free-photo/aerial-view-luxury-waterfront-homes-canals-gold-coast_1308-189350.jpg"
|
||||
logoAlt="Michaels' Plumbing Logo"
|
||||
brandName="Michaels' Plumbing"
|
||||
button={{
|
||||
text: "Call Now", href: "tel:+19046696911"}}
|
||||
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -280,9 +279,9 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
label: "Privacy Policy", href: "#contact"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
label: "Terms of Service", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -292,4 +291,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user