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" brandName="Zénith Auto"
navItems={[ navItems={[
{ name: "Véhicules", id: "vehicles" }, { name: "Véhicules", id: "vehicles" },
{ name: "Pourquoi nous", id: "why-us" }, { name: "Pourquoi nous ?", id: "why-us" },
{ name: "Avis clients", id: "reviews" }, { name: "Avis clients", id: "reviews" },
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" }
]} ]}