Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user