Merge version_1 into main #2
@@ -32,10 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Inventory", id: "#inventory" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Inventory", id: "inventory" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Browne Motors"
|
||||
/>
|
||||
@@ -145,7 +145,6 @@ export default function LandingPage() {
|
||||
title="Need Assistance?"
|
||||
description="Common questions about Browne Motors."
|
||||
faqsAnimation="slide-up"
|
||||
animationType="smooth"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user