Update src/app/page.tsx

This commit is contained in:
2026-03-17 15:57:42 +00:00
parent cd5970d215
commit 5acd0d907c

View File

@@ -30,7 +30,7 @@ export default function LandingPage() {
brandName="Zénith Auto"
navItems={[
{ name: "Véhicules", id: "vehicles" },
{ name: "Pourquoi nous", id: "why-us" },
{ name: "Pourquoi nous ?", id: "why-us" },
{ name: "Avis clients", id: "reviews" },
{ name: "Contact", id: "contact" }
]}