From d8d6be3bd0195a3402d69d6df929fed0b431f268 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 12 Jan 2026 14:40:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bfa567d..e19ef45 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 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" }