Update src/app/page.tsx

This commit is contained in:
2026-03-03 23:42:06 +00:00
parent b77ab019f4
commit b4a6e3b890

View File

@@ -29,7 +29,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="MJ Airconditioning"
brandName=""
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
@@ -40,6 +40,7 @@ export default function LandingPage() {
button={{
text: "Get Free Quote", href: "#contact"
}}
logoImageSrc="/logo.png"
/>
</div>