Update src/app/page.tsx

This commit is contained in:
2026-06-03 06:44:16 +00:00
parent 27f37670ab
commit eb44786d16

View File

@@ -15,13 +15,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Key, GlassWater, Sparkles, Crown, Gem, Diamond } from "lucide-react";
const commonNavItems = [
{ name: "Home", href: "/" },
{ name: "About", href: "/#about" },
{ name: "Entertainment", href: "/#features" },
{ name: "Performers", href: "/#performers" },
{ name: "VIP", href: "/#pricing" },
{ name: "AI Assistant", href: "/assistant" },
{ name: "Contact", href: "/#contact" }
{ name: "Home", id: "/" },
{ name: "About", id: "/#about" },
{ name: "Entertainment", id: "/#features" },
{ name: "Performers", id: "/#performers" },
{ name: "VIP", id: "/#pricing" },
{ name: "AI Assistant", id: "/assistant" },
{ name: "Contact", id: "/#contact" }
];
const commonFooterColumns = [