Update src/app/page.tsx

This commit is contained in:
2026-04-18 07:17:46 +00:00
parent 5e230ed259
commit f00c696d6e

View File

@@ -35,6 +35,8 @@ export default function LandingPage() {
{ name: "About", id: "about" },
{ name: "Features", id: "features" },
{ name: "Inventory", id: "inventory" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
]}
brandName="LUXE Auto"
@@ -195,4 +197,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}