Update src/app/page.tsx

This commit is contained in:
2026-01-12 14:40:02 +00:00
parent e4d794d7c5
commit d8d6be3bd0

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -202,21 +202,21 @@ export default function LandingPage() {
logoText="Luxe Nails"
columns={[
{
title: "Services", items: [
items: [
{ label: "Services", href: "services" },
{ label: "Gallery", href: "gallery" },
{ label: "Pricing", href: "pricing" }
]
},
{
title: "Company", items: [
items: [
{ label: "About", href: "about" },
{ label: "Contact", href: "contact" },
{ label: "Book Now", href: "contact" }
]
},
{
title: "Follow Us", items: [
items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Email", href: "mailto:info@luxenails.com" }