4 Commits

Author SHA1 Message Date
cb5f01a832 Update src/app/page.tsx 2026-06-10 21:39:15 +00:00
763535bb68 Merge version_6 into main
Merge version_6 into main
2026-06-10 21:33:08 +00:00
1457dc183f Update src/app/page.tsx 2026-06-10 21:33:05 +00:00
6a654ce71d Merge version_5 into main
Merge version_5 into main
2026-06-10 21:11:53 +00:00

View File

@@ -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: "#contact"},
label: "Privacy Policy", href: "#hero"},
{
label: "Terms of Service", href: "#contact"},
label: "Terms of Service", href: "#hero"},
],
},
]}
@@ -292,4 +291,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}