Update src/app/page.tsx

This commit is contained in:
2026-05-31 23:43:40 +00:00
parent 638f4dcd69
commit 12e424105a

View File

@@ -1,4 +1,4 @@
<![CDATA["use client";
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial";
@@ -42,8 +42,7 @@ export default function HomePage() {
<div id="nav" data-section="nav">
<NavbarStyleApple brandName="Luminar Eyewear" navItems={navItems.map(item => ({
name: item.name,
id: item.id,
href: item.href // NavbarStyleApple supports href on navItems
id: item.id
}))} />
</div>