Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c6605ebbc | |||
| 2f256def50 | |||
| 47a7279827 | |||
| a85e00b9d4 | |||
| da8b374b5f | |||
| 62c184bb51 |
@@ -29,7 +29,6 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="Detailing Hub"
|
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
@@ -39,7 +38,6 @@ export default function LandingPage() {
|
|||||||
button={{
|
button={{
|
||||||
text: "Book Appointment", href: "contact"
|
text: "Book Appointment", href: "contact"
|
||||||
}}
|
}}
|
||||||
animateOnLoad={true}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user