Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-12 01:17:26 +00:00

View File

@@ -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>