Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user