From dd24b3c738055bb257306c1799b646873d0966d9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 19:37:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c1bf92b..96a177d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,12 +13,12 @@ import { Star, Sparkles, GraduationCap, ShoppingBag } from 'lucide-react'; export default function Page() { const navItems = [ - { name: "Home", id: "#hero" }, - { name: "Services", id: "#features" }, - { name: "Testimonials", id: "#testimonials" }, - { name: "Lookbook", id: "#gallery" }, - { name: "FAQ", id: "#faq" }, - { name: "Contact", id: "#contact" } + { name: "Home", id: "hero" }, + { name: "Services", id: "features" }, + { name: "Testimonials", id: "testimonials" }, + { name: "Gallery", id: "gallery" }, + { name: "FAQ", id: "faq" }, + { name: "Contact", id: "contact" } ]; return (