From a545a8edbeead655f062294217a582a352ff79fd Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 08:38:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c62b1ed..6d40732 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"