1 Commits

Author SHA1 Message Date
ef68105e9b Update src/app/page.tsx 2026-06-05 13:58:55 +00:00

View File

@@ -33,49 +33,31 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#hero"},
id: "#hero",
},
{ {
name: "Services", name: "Services", id: "#services"},
id: "#services",
},
{ {
name: "About Us", name: "About Us", id: "#about"},
id: "#about",
},
{ {
name: "Team", name: "Team", id: "#team"},
id: "#team",
},
{ {
name: "Gallery", name: "Gallery", id: "#gallery"},
id: "#gallery",
},
{ {
name: "Pricing", name: "Pricing", id: "#pricing"},
id: "#pricing",
},
{ {
name: "Testimonials", name: "Testimonials", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "FAQ", name: "FAQ", id: "#faq"},
id: "#faq",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact", {
}, name: "Footer", id: "#footer"},
]} ]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b7j1q7" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b7j1q7"
logoAlt="Glam & Glow Salon Logo" logoAlt="Glam & Glow Salon Logo"
brandName="Glam & Glow Salon" brandName="Glam & Glow Salon"
button={{ button={{
text: "Book Now", text: "Book Now", href: "#contact"}}
href: "#contact",
}}
/> />
</div> </div>
@@ -86,35 +68,21 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ {
text: "Book an Appointment", text: "Book an Appointment", href: "#contact"},
href: "#contact",
},
{ {
text: "Explore Services", text: "Explore Services", href: "#services"},
href: "#services",
},
]} ]}
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/woman-portrait-pop-up-illustration_23-2151927574.jpg", src: "http://img.b2bpic.net/free-photo/woman-portrait-pop-up-illustration_23-2151927574.jpg", alt: "Happy Female Client"},
alt: "Happy Female Client",
},
{ {
src: "http://img.b2bpic.net/free-photo/attractive-blond-male-dressed-suit-dark-grey-background_613910-14130.jpg", src: "http://img.b2bpic.net/free-photo/attractive-blond-male-dressed-suit-dark-grey-background_613910-14130.jpg", alt: "Happy Male Client"},
alt: "Happy Male Client",
},
{ {
src: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100234.jpg", src: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100234.jpg", alt: "Happy Client"},
alt: "Happy Client",
},
{ {
src: "http://img.b2bpic.net/free-photo/beautiful-asian-woman_1098-21999.jpg", src: "http://img.b2bpic.net/free-photo/beautiful-asian-woman_1098-21999.jpg", alt: "Satisfied Senior Client"},
alt: "Satisfied Senior Client",
},
{ {
src: "http://img.b2bpic.net/free-photo/client-barber-greeting-each-other-barbershop_23-2148181951.jpg", src: "http://img.b2bpic.net/free-photo/client-barber-greeting-each-other-barbershop_23-2148181951.jpg", alt: "Satisfied Male Client"},
alt: "Satisfied Male Client",
},
]} ]}
avatarText="Trusted by hundreds of happy clients" avatarText="Trusted by hundreds of happy clients"
imageSrc="http://img.b2bpic.net/free-photo/hairclips-scissors-bag_23-2147778856.jpg" imageSrc="http://img.b2bpic.net/free-photo/hairclips-scissors-bag_23-2147778856.jpg"
@@ -134,21 +102,19 @@ export default function LandingPage() {
description="At Glam & Glow, we believe in crafting experiences as unique as you are. Our salon is a sanctuary where style meets serenity, offering a diverse range of services for all hair types and preferences. We are committed to using premium products and staying ahead of the latest trends." description="At Glam & Glow, we believe in crafting experiences as unique as you are. Our salon is a sanctuary where style meets serenity, offering a diverse range of services for all hair types and preferences. We are committed to using premium products and staying ahead of the latest trends."
bulletPoints={[ bulletPoints={[
{ {
title: "Expert Stylists", title: "Expert Stylists", description: "Our team comprises highly skilled and passionate professionals dedicated to mastering their craft."},
description: "Our team comprises highly skilled and passionate professionals dedicated to mastering their craft.",
},
{ {
title: "Premium Products", title: "Premium Products", description: "We use only the finest, ethically sourced products to ensure the health and vibrancy of your hair."},
description: "We use only the finest, ethically sourced products to ensure the health and vibrancy of your hair.",
},
{ {
title: "Relaxing Ambiance", title: "Relaxing Ambiance", description: "Step into a tranquil environment designed for your comfort and ultimate relaxation."},
description: "Step into a tranquil environment designed for your comfort and ultimate relaxation.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205871.jpg" imageSrc="http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205871.jpg"
imageAlt="Salon staff attending to a client" imageAlt="Salon staff attending to a client"
mediaAnimation="slide-up" mediaAnimation="slide-up"
buttons={[
{
text: "Book Now", href: "#contact"},
]}
/> />
</div> </div>
@@ -158,32 +124,20 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Precision Haircuts & Styling", title: "Precision Haircuts & Styling", description: "Expert cuts for all genders, from classic styles to the latest trends, perfected with professional styling.", imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_1303-5406.jpg", imageAlt: "Precision haircut"},
description: "Expert cuts for all genders, from classic styles to the latest trends, perfected with professional styling.",
imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_1303-5406.jpg",
imageAlt: "Precision haircut",
},
{ {
title: "Vibrant Hair Coloring", title: "Vibrant Hair Coloring", description: "Transform your look with our custom color services, including highlights, balayage, and full-color applications.", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-beauty-salon_23-2149167366.jpg", imageAlt: "Hair coloring process"},
description: "Transform your look with our custom color services, including highlights, balayage, and full-color applications.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-beauty-salon_23-2149167366.jpg",
imageAlt: "Hair coloring process",
},
{ {
title: "Luxurious Hair Spa Treatments", title: "Luxurious Hair Spa Treatments", description: "Indulge in our deep conditioning and nourishing treatments to revitalize your hair's health and shine.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-hair-salon_23-2150665448.jpg", imageAlt: "Hair spa treatment"},
description: "Indulge in our deep conditioning and nourishing treatments to revitalize your hair's health and shine.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-hair-salon_23-2150665448.jpg",
imageAlt: "Hair spa treatment",
},
{ {
title: "Special Occasion Styling", title: "Special Occasion Styling", description: "Get ready for your big day or special event with our elegant updos, sophisticated braids, and glamorous curls.", imageSrc: "http://img.b2bpic.net/free-photo/bride-with-wedding-dress_23-2148106130.jpg", imageAlt: "Elegant hair styling"},
description: "Get ready for your big day or special event with our elegant updos, sophisticated braids, and glamorous curls.",
imageSrc: "http://img.b2bpic.net/free-photo/bride-with-wedding-dress_23-2148106130.jpg",
imageAlt: "Elegant hair styling",
},
]} ]}
title="Our Signature Services" title="Our Signature Services"
description="Discover our comprehensive range of tailored services designed to enhance your natural beauty and boost your confidence, for every style and need." description="Discover our comprehensive range of tailored services designed to enhance your natural beauty and boost your confidence, for every style and need."
buttons={[
{
text: "Book Now", href: "#contact"},
]}
/> />
</div> </div>
@@ -195,17 +149,9 @@ export default function LandingPage() {
membersAnimation="slide-up" membersAnimation="slide-up"
members={[ members={[
{ {
id: "stylist-1", id: "stylist-1", name: "Alex Sharma", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-brunette-barber-girl-uniform-holds-hair-thinning-scissors-phone-looking-side-olive-green_141793-93249.jpg", imageAlt: "Alex Sharma, Senior Stylist"},
name: "Alex Sharma",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-brunette-barber-girl-uniform-holds-hair-thinning-scissors-phone-looking-side-olive-green_141793-93249.jpg",
imageAlt: "Alex Sharma, Senior Stylist",
},
{ {
id: "stylist-2", id: "stylist-2", name: "Priya Singh", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-bartender-posing-yellow-wall-drink-club-alcohol-male-night-bar-job_140725-121981.jpg", imageAlt: "Priya Singh, Master Barber"},
name: "Priya Singh",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-bartender-posing-yellow-wall-drink-club-alcohol-male-night-bar-job_140725-121981.jpg",
imageAlt: "Priya Singh, Master Barber",
},
]} ]}
memberVariant="card" memberVariant="card"
/> />
@@ -219,56 +165,24 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "gal-1", id: "gal-1", name: "Chic Bob Cut", price: "Women's Hair", variant: "Modern", imageSrc: "http://img.b2bpic.net/free-photo/comparison-different-types-brush-strokes_23-2150105242.jpg", imageAlt: "Chic Bob Cut"},
name: "Chic Bob Cut",
price: "Women's Hair",
variant: "Modern",
imageSrc: "http://img.b2bpic.net/free-photo/comparison-different-types-brush-strokes_23-2150105242.jpg",
imageAlt: "Chic Bob Cut",
},
{ {
id: "gal-2", id: "gal-2", name: "Classic Fade", price: "Men's Hair", variant: "Timeless", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-man-posing-tropical-location-background-palm-trees-greenery_1321-1421.jpg", imageAlt: "Classic Fade"},
name: "Classic Fade",
price: "Men's Hair",
variant: "Timeless",
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-man-posing-tropical-location-background-palm-trees-greenery_1321-1421.jpg",
imageAlt: "Classic Fade",
},
{ {
id: "gal-3", id: "gal-3", name: "Soft Balayage", price: "Hair Color", variant: "Natural", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-pretty-blonde-short-hair-woman-denim-jacket-brushing-hair-with-pink-hairbrush-home_343596-150.jpg", imageAlt: "Soft Balayage"},
name: "Soft Balayage",
price: "Hair Color",
variant: "Natural",
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-pretty-blonde-short-hair-woman-denim-jacket-brushing-hair-with-pink-hairbrush-home_343596-150.jpg",
imageAlt: "Soft Balayage",
},
{ {
id: "gal-4", id: "gal-4", name: "Textured Crop", price: "Men's Hair", variant: "Edgy", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-blue-hair-looking-white-board_23-2147908571.jpg", imageAlt: "Textured Crop"},
name: "Textured Crop",
price: "Men's Hair",
variant: "Edgy",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-blue-hair-looking-white-board_23-2147908571.jpg",
imageAlt: "Textured Crop",
},
{ {
id: "gal-5", id: "gal-5", name: "Elegant Updo", price: "Styling", variant: "Formal", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-beautiful-bride-posing_23-2149860835.jpg", imageAlt: "Elegant Updo"},
name: "Elegant Updo",
price: "Styling",
variant: "Formal",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-beautiful-bride-posing_23-2149860835.jpg",
imageAlt: "Elegant Updo",
},
{ {
id: "gal-6", id: "gal-6", name: "Expert Beard Trim", price: "Grooming", variant: "Refined", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-beard-smiling_23-2148618892.jpg", imageAlt: "Expert Beard Trim"},
name: "Expert Beard Trim",
price: "Grooming",
variant: "Refined",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-beard-smiling_23-2148618892.jpg",
imageAlt: "Expert Beard Trim",
},
]} ]}
title="Our Latest Creations" title="Our Latest Creations"
description="Browse through a selection of our finest work, showcasing diverse styles and transformations crafted with passion and precision." description="Browse through a selection of our finest work, showcasing diverse styles and transformations crafted with passion and precision."
buttons={[
{
text: "Book Now", href: "#contact"},
]}
/> />
</div> </div>
@@ -279,44 +193,24 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
plans={[ plans={[
{ {
id: "basic", id: "basic", badge: "Standard", price: "₹999", subtitle: "Essential Hair Care", features: [
badge: "Standard", "Haircut & Wash", "Basic Styling", "Scalp Massage (5 min)"],
price: "₹999",
subtitle: "Essential Hair Care",
features: [
"Haircut & Wash",
"Basic Styling",
"Scalp Massage (5 min)",
],
}, },
{ {
id: "premium", id: "premium", badge: "Popular", price: "₹1999", subtitle: "Signature Glam & Glow", features: [
badge: "Popular", "Precision Haircut & Wash", "Advanced Styling", "Hair Spa Treatment", "Beard Trim / Eyebrow Shaping"],
price: "₹1999",
subtitle: "Signature Glam & Glow",
features: [
"Precision Haircut & Wash",
"Advanced Styling",
"Hair Spa Treatment",
"Beard Trim / Eyebrow Shaping",
],
}, },
{ {
id: "luxury", id: "luxury", badge: "Elite", price: "₹3499", subtitle: "Ultimate Transformation", features: [
badge: "Elite", "Custom Haircut & Wash", "Personalized Coloring/Highlights", "Luxury Hair Spa", "Complete Styling & Finish", "Face Grooming / Makeup Consult"],
price: "₹3499",
subtitle: "Ultimate Transformation",
features: [
"Custom Haircut & Wash",
"Personalized Coloring/Highlights",
"Luxury Hair Spa",
"Complete Styling & Finish",
"Face Grooming / Makeup Consult",
],
}, },
]} ]}
title="Our Service Packages" title="Our Service Packages"
description="Choose from our flexible pricing plans for individual services or comprehensive packages tailored to your needs." description="Choose from our flexible pricing plans for individual services or comprehensive packages tailored to your needs."
buttons={[
{
text: "Book Now", href: "#contact"},
]}
/> />
</div> </div>
@@ -327,48 +221,22 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Rohan Patel", role: "Businessman", testimonial: "Amazing service! My haircut is always perfect, and the staff is incredibly friendly. Highly recommend Glam & Glow.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-bride-holding-smartphone_23-2149722007.jpg", imageAlt: "Rohan Patel"},
name: "Rohan Patel",
role: "Businessman",
testimonial: "Amazing service! My haircut is always perfect, and the staff is incredibly friendly. Highly recommend Glam & Glow.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-bride-holding-smartphone_23-2149722007.jpg",
imageAlt: "Rohan Patel",
},
{ {
id: "2", id: "2", name: "Anjali Sharma", role: "Fashion Designer", testimonial: "The coloring I received here was beyond my expectations. They truly understand what you want and deliver fantastic results!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-stylish-redhead-biker-black-leather-jacket-holds-motorcycle-helmet-posing-studio-isolated-dark-background_613910-5351.jpg", imageAlt: "Anjali Sharma"},
name: "Anjali Sharma",
role: "Fashion Designer",
testimonial: "The coloring I received here was beyond my expectations. They truly understand what you want and deliver fantastic results!",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-stylish-redhead-biker-black-leather-jacket-holds-motorcycle-helmet-posing-studio-isolated-dark-background_613910-5351.jpg",
imageAlt: "Anjali Sharma",
},
{ {
id: "3", id: "3", name: "Vijay Kumar", role: "IT Professional", testimonial: "Professional and efficient. My beard trim and haircut are always top-notch. It's my go-to salon now.", imageSrc: "http://img.b2bpic.net/free-photo/experienced-senior-female-executive-eyeglasses_1262-5027.jpg", imageAlt: "Vijay Kumar"},
name: "Vijay Kumar",
role: "IT Professional",
testimonial: "Professional and efficient. My beard trim and haircut are always top-notch. It's my go-to salon now.",
imageSrc: "http://img.b2bpic.net/free-photo/experienced-senior-female-executive-eyeglasses_1262-5027.jpg",
imageAlt: "Vijay Kumar",
},
{ {
id: "4", id: "4", name: "Sneha Reddy", role: "Student", testimonial: "I love the vibe of this salon. The stylists are so talented, and they make sure you feel comfortable and pampered.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205917.jpg", imageAlt: "Sneha Reddy"},
name: "Sneha Reddy",
role: "Student",
testimonial: "I love the vibe of this salon. The stylists are so talented, and they make sure you feel comfortable and pampered.",
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205917.jpg",
imageAlt: "Sneha Reddy",
},
{ {
id: "5", id: "5", name: "Kiran Rao", role: "Artist", testimonial: "Found my perfect spot for hair treatments! My hair feels healthier and looks more vibrant than ever. Thank you, Glam & Glow!", imageSrc: "http://img.b2bpic.net/free-photo/friends-helping-each-other-with-make-up-bed_23-2148708892.jpg", imageAlt: "Kiran Rao"},
name: "Kiran Rao",
role: "Artist",
testimonial: "Found my perfect spot for hair treatments! My hair feels healthier and looks more vibrant than ever. Thank you, Glam & Glow!",
imageSrc: "http://img.b2bpic.net/free-photo/friends-helping-each-other-with-make-up-bed_23-2148708892.jpg",
imageAlt: "Kiran Rao",
},
]} ]}
title="What Our Clients Say" title="What Our Clients Say"
description="Hear directly from our happy clients about their exceptional Glam & Glow experience." description="Hear directly from our happy clients about their exceptional Glam & Glow experience."
buttons={[
{
text: "Book Now", href: "#contact"},
]}
/> />
</div> </div>
@@ -377,30 +245,22 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "faq-1", id: "faq-1", title: "How can I book an appointment?", content: "You can easily book an appointment online through our website's 'Book Now' section, or by calling our reception directly during business hours."},
title: "How can I book an appointment?",
content: "You can easily book an appointment online through our website's 'Book Now' section, or by calling our reception directly during business hours.",
},
{ {
id: "faq-2", id: "faq-2", title: "What are your operating hours?", content: "We are open Tuesday to Sunday, from 10:00 AM to 8:00 PM. We are closed on Mondays."},
title: "What are your operating hours?",
content: "We are open Tuesday to Sunday, from 10:00 AM to 8:00 PM. We are closed on Mondays.",
},
{ {
id: "faq-3", id: "faq-3", title: "Do you offer consultations before services?", content: "Yes, we offer complimentary consultations for all major services like coloring, hair extensions, and bridal styling to ensure we meet your expectations."},
title: "Do you offer consultations before services?",
content: "Yes, we offer complimentary consultations for all major services like coloring, hair extensions, and bridal styling to ensure we meet your expectations.",
},
{ {
id: "faq-4", id: "faq-4", title: "What is your cancellation policy?", content: "We kindly request a minimum of 24 hours' notice for any cancellations or rescheduling to avoid a cancellation fee."},
title: "What is your cancellation policy?",
content: "We kindly request a minimum of 24 hours' notice for any cancellations or rescheduling to avoid a cancellation fee.",
},
]} ]}
sideTitle="Frequently Asked Questions" sideTitle="Frequently Asked Questions"
sideDescription="Find quick answers to common questions about our services, booking process, and salon policies." sideDescription="Find quick answers to common questions about our services, booking process, and salon policies."
faqsAnimation="slide-up" faqsAnimation="slide-up"
textPosition="left" textPosition="left"
buttons={[
{
text: "Book Now", href: "#contact"},
]}
/> />
</div> </div>
@@ -411,51 +271,27 @@ export default function LandingPage() {
description="Ready for a fresh look or a relaxing treatment? Fill out the form below to schedule your appointment with our expert stylists." description="Ready for a fresh look or a relaxing treatment? Fill out the form below to schedule your appointment with our expert stylists."
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name", required: true,
type: "text",
placeholder: "Your Name",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Your Email", required: true,
type: "email",
placeholder: "Your Email",
required: true,
}, },
{ {
name: "phone", name: "phone", type: "tel", placeholder: "Phone Number", required: true,
type: "tel",
placeholder: "Phone Number",
required: true,
}, },
{ {
name: "date", name: "date", type: "date", placeholder: "Preferred Date", required: true,
type: "date",
placeholder: "Preferred Date",
required: true,
}, },
{ {
name: "time", name: "time", type: "time", placeholder: "Preferred Time", required: true,
type: "time",
placeholder: "Preferred Time",
required: true,
}, },
]} ]}
multiSelect={{ multiSelect={{
name: "service", name: "service", label: "Select Service", options: [
label: "Select Service", "Haircut & Styling", "Hair Coloring", "Hair Spa Treatment", "Beard Trim", "Other"],
options: [
"Haircut & Styling",
"Hair Coloring",
"Hair Spa Treatment",
"Beard Trim",
"Other",
],
}} }}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "Any special requests or details?", rows: 4,
placeholder: "Any special requests or details?",
rows: 4,
required: false, required: false,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407596.jpg" imageSrc="http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407596.jpg"
@@ -475,54 +311,33 @@ export default function LandingPage() {
logoText="Glam & Glow Salon" logoText="Glam & Glow Salon"
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Our Team", label: "Our Team", href: "#team"},
href: "#team",
},
{ {
label: "Testimonials", label: "Testimonials", href: "#testimonials"},
href: "#testimonials",
},
], ],
}, },
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "All Services", label: "All Services", href: "#services"},
href: "#services",
},
{ {
label: "Pricing", label: "Pricing", href: "#pricing"},
href: "#pricing",
},
{ {
label: "Gallery", label: "Gallery", href: "#gallery"},
href: "#gallery",
},
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ {
label: "FAQ", label: "FAQ", href: "#faq"},
href: "#faq",
},
{ {
label: "Contact Us", label: "Contact Us", href: "#contact"},
href: "#contact",
},
{ {
label: "Book Now", label: "Book Now", href: "#contact"},
href: "#contact",
},
], ],
}, },
]} ]}