Update src/app/page.tsx

This commit is contained in:
2026-03-08 08:38:26 +00:00
parent d6c2f75b2c
commit a545a8edbe

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -33,8 +33,8 @@ export default function LandingPage() {
{ name: "Products", id: "products" },
{ name: "Features", id: "features" },
{ name: "Reviews", id: "testimonials" },
{ name: "Chef Profile", id: "/chef-profile" },
{ name: "Contact", id: "contact" }
{ name: "Contact", id: "contact" },
{ name: "Dashboard", id: "/dashboard" }
]}
button={{ text: "Shop Now", href: "products" }}
brandName="Lumière Skin"