Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-08 19:37:27 +00:00

View File

@@ -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 (