Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-11 18:30:40 +00:00

View File

@@ -13,7 +13,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Award, Diamond, Heart, Sparkles, Star } from "lucide-react";
import { Award, Diamond, Heart, Sparkles, Star, Scissors, Bolt, Gem } from "lucide-react";
export default function LandingPage() {
return (
@@ -34,41 +34,23 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Products",
id: "#products",
},
name: "Products", id: "#products"},
{
name: "Team",
id: "#team",
},
name: "Team", id: "#team"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "Pricing",
id: "#pricing",
},
name: "Pricing", id: "#pricing"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
logoSrc="http://img.b2bpic.net/free-vector/luxury-beautiful-soft-floral-save-date-wedding-invitation-card-template-background_4513-1183.jpg"
logoAlt="Adelaide Luxury Barber Logo"
@@ -81,8 +63,7 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroBillboardRotatedCarousel
background={{
variant: "rotated-rays-static",
}}
variant: "rotated-rays-static"}}
title="Adelaide Luxury Barber"
description="Experience the pinnacle of men's grooming. Precision cuts, luxurious shaves, and expert beard care tailored to perfection in the heart of Adelaide."
tag="Luxury Redefined"
@@ -90,42 +71,22 @@ export default function LandingPage() {
tagAnimation="slide-up"
buttons={[
{
text: "Book an Appointment",
href: "#contact",
},
text: "Book an Appointment", href: "#contact"},
]}
buttonAnimation="slide-up"
carouselItems={[
{
id: "hero-carousel-1",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-towel-mirror_23-2147638129.jpg",
imageAlt: "Luxurious barber shop interior with leather chairs",
},
id: "hero-carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/man-with-towel-mirror_23-2147638129.jpg", imageAlt: "Luxurious barber shop interior with leather chairs"},
{
id: "hero-carousel-2",
imageSrc: "http://img.b2bpic.net/free-photo/retro-world-theatre-day-scenes-with-backstage_23-2151211363.jpg",
imageAlt: "Barber meticulously styling a client's beard",
},
id: "hero-carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/retro-world-theatre-day-scenes-with-backstage_23-2151211363.jpg", imageAlt: "Barber meticulously styling a client's beard"},
{
id: "hero-carousel-3",
imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg",
imageAlt: "Client enjoying a hot towel shave",
},
id: "hero-carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg", imageAlt: "Client enjoying a hot towel shave"},
{
id: "hero-carousel-4",
imageSrc: "http://img.b2bpic.net/free-photo/barber-tools-wooden-background-table_627829-6207.jpg",
imageAlt: "Stylish barber shop exterior in Adelaide",
},
id: "hero-carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/barber-tools-wooden-background-table_627829-6207.jpg", imageAlt: "Stylish barber shop exterior in Adelaide"},
{
id: "hero-carousel-5",
imageSrc: "http://img.b2bpic.net/free-photo/dog-lifestyle-care-with-owner_23-2149150801.jpg",
imageAlt: "Barber applying beard oil to a client",
},
id: "hero-carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/dog-lifestyle-care-with-owner_23-2149150801.jpg", imageAlt: "Barber applying beard oil to a client"},
{
id: "hero-carousel-6",
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205920.jpg",
imageAlt: "Barber finishing a precise haircut for a client",
},
id: "hero-carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205920.jpg", imageAlt: "Barber finishing a precise haircut for a client"},
]}
autoPlay={true}
autoPlayInterval={5000}
@@ -141,18 +102,12 @@ export default function LandingPage() {
description="With over a decade of dedication and finely tuned skills, Adelaide Luxury Barber transforms grooming into an art form. Our commitment to precision, style, and an unparalleled client experience has earned us a 4.8-star rating from our valued patrons."
bulletPoints={[
{
title: "Expertise & Experience",
description: "Benefit from years of perfected techniques and a deep understanding of men's grooming.",
icon: Award,
title: "Expertise & Experience", description: "Benefit from years of perfected techniques and a deep understanding of men's grooming.", icon: Award,
},
{
title: "Unrivalled Service",
description: "From classic cuts to modern fades, every service is delivered with meticulous attention to detail.",
},
title: "Unrivalled Service", description: "From classic cuts to modern fades, every service is delivered with meticulous attention to detail."},
{
title: "Premium Products",
description: "We use only the finest grooming products to ensure a superior finish and lasting results.",
},
title: "Premium Products", description: "We use only the finest grooming products to ensure a superior finish and lasting results."},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-furious-blonde-male-barber-uniform-smeared-face-with-shaving-foam-holding-straight-razor-isolated-white-background-with-copy-space_141793-65193.jpg"
imageAlt="Experienced barber working with precision"
@@ -166,32 +121,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Beard Maintenance & Trim",
description: "Expert shaping, conditioning, and dyeing services to keep your beard looking its best.",
imageSrc: "http://img.b2bpic.net/free-photo/perfect-man_1098-14126.jpg",
imageAlt: "Barber trimming a man's beard",
buttonIcon: "Scissors",
title: "Beard Maintenance & Trim", description: "Expert shaping, conditioning, and dyeing services to keep your beard looking its best.", imageSrc: "http://img.b2bpic.net/free-photo/perfect-man_1098-14126.jpg", imageAlt: "Barber trimming a man's beard", buttonIcon: Scissors,
},
{
title: "Hot Towel Shave",
description: "Indulge in the ultimate relaxation with a traditional hot towel shave and straight razor finish.",
imageSrc: "http://img.b2bpic.net/free-photo/beauty-care_1098-15694.jpg",
imageAlt: "Man relaxing during a hot towel shave",
buttonIcon: "Heart",
title: "Hot Towel Shave", description: "Indulge in the ultimate relaxation with a traditional hot towel shave and straight razor finish.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-care_1098-15694.jpg", imageAlt: "Man relaxing during a hot towel shave", buttonIcon: Heart,
},
{
title: "Precision Fade Cut",
description: "Achieve the perfect modern look with our skilled fade and buzz cuts, tailored to your preference.",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-barber-wearing-uniform-combing-cutting-his-moustache-looking-side-isolated-green-background_141793-84992.jpg",
imageAlt: "Close-up of a precision fade haircut",
buttonIcon: "Bolt",
title: "Precision Fade Cut", description: "Achieve the perfect modern look with our skilled fade and buzz cuts, tailored to your preference.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-barber-wearing-uniform-combing-cutting-his-moustache-looking-side-isolated-green-background_141793-84992.jpg", imageAlt: "Close-up of a precision fade haircut", buttonIcon: Bolt,
},
{
title: "Luxury Groom Packages",
description: "Comprehensive grooming packages including hair, beard, and facial treatments for a complete transformation.",
imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-washing-head-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6369.jpg",
imageAlt: "Grooming products and tools for a luxury package",
buttonIcon: "Gem",
title: "Luxury Groom Packages", description: "Comprehensive grooming packages including hair, beard, and facial treatments for a complete transformation.", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-washing-head-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6369.jpg", imageAlt: "Grooming products and tools for a luxury package", buttonIcon: Gem,
},
]}
title="Our Signature Services"
@@ -207,47 +146,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Luxury Beard Oil",
price: "$35.00",
imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232249.jpg",
imageAlt: "Bottle of luxury beard oil",
},
id: "1", name: "Luxury Beard Oil", price: "$35.00", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232249.jpg", imageAlt: "Bottle of luxury beard oil"},
{
id: "2",
name: "Classic Pomade",
price: "$28.00",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326579.jpg",
imageAlt: "Jar of classic hair pomade",
},
id: "2", name: "Classic Pomade", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326579.jpg", imageAlt: "Jar of classic hair pomade"},
{
id: "3",
name: "Revitalizing Shampoo",
price: "$22.00",
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-shaving-cream-bottle_23-2148696647.jpg",
imageAlt: "Bottle of revitalizing shampoo",
},
id: "3", name: "Revitalizing Shampoo", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-shaving-cream-bottle_23-2148696647.jpg", imageAlt: "Bottle of revitalizing shampoo"},
{
id: "4",
name: "Soothing Aftershave Balm",
price: "$30.00",
imageSrc: "http://img.b2bpic.net/free-photo/shaving-concept-with-attractive-man_23-2148121835.jpg",
imageAlt: "Bottle of soothing aftershave balm",
},
id: "4", name: "Soothing Aftershave Balm", price: "$30.00", imageSrc: "http://img.b2bpic.net/free-photo/shaving-concept-with-attractive-man_23-2148121835.jpg", imageAlt: "Bottle of soothing aftershave balm"},
{
id: "5",
name: "Premium Beard Brush",
price: "$40.00",
imageSrc: "http://img.b2bpic.net/free-photo/person-using-brush-close-microphone-asmr_23-2149378066.jpg",
imageAlt: "Premium beard brush",
},
id: "5", name: "Premium Beard Brush", price: "$40.00", imageSrc: "http://img.b2bpic.net/free-photo/person-using-brush-close-microphone-asmr_23-2149378066.jpg", imageAlt: "Premium beard brush"},
{
id: "6",
name: "Traditional Straight Razor",
price: "$75.00",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313032.jpg",
imageAlt: "Traditional straight razor",
},
id: "6", name: "Traditional Straight Razor", price: "$75.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313032.jpg", imageAlt: "Traditional straight razor"},
]}
title="Curated Grooming Essentials"
description="Elevate your daily routine with our selection of premium grooming products, hand-picked for quality and performance."
@@ -261,45 +170,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Mark J.",
handle: "@mark_johnson",
testimonial: "Excellent service, well priced, and a great haircut! Highly recommended. Always leave feeling sharp and confident.",
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-looking-away_23-2148728898.jpg",
imageAlt: "Satisfied client Mark J.",
},
id: "1", name: "Mark J.", handle: "@mark_johnson", testimonial: "Excellent service, well priced, and a great haircut! Highly recommended. Always leave feeling sharp and confident.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-looking-away_23-2148728898.jpg", imageAlt: "Satisfied client Mark J."},
{
id: "2",
name: "Chris P.",
handle: "@chris_premium",
testimonial: "Fantastic haircut and prices! The attention to detail is unmatched, and the atmosphere is truly relaxing. My go-to place.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665403.jpg",
imageAlt: "Satisfied client Chris P.",
},
id: "2", name: "Chris P.", handle: "@chris_premium", testimonial: "Fantastic haircut and prices! The attention to detail is unmatched, and the atmosphere is truly relaxing. My go-to place.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665403.jpg", imageAlt: "Satisfied client Chris P."},
{
id: "3",
name: "David W.",
handle: "@david_groom",
testimonial: "Excellent haircut with a very affordable price. Very nice conversation as well. I will come back for sure!",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665414.jpg",
imageAlt: "Satisfied client David W.",
},
id: "3", name: "David W.", handle: "@david_groom", testimonial: "Excellent haircut with a very affordable price. Very nice conversation as well. I will come back for sure!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665414.jpg", imageAlt: "Satisfied client David W."},
{
id: "4",
name: "Ben T.",
handle: "@ben_sharp",
testimonial: "The best hot towel shave I've ever had! Pure luxury and precision. The staff are true artists. Highly recommend their grooming packages.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2149141784.jpg",
imageAlt: "Satisfied client Ben T.",
},
id: "4", name: "Ben T.", handle: "@ben_sharp", testimonial: "The best hot towel shave I've ever had! Pure luxury and precision. The staff are true artists. Highly recommend their grooming packages.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2149141784.jpg", imageAlt: "Satisfied client Ben T."},
{
id: "5",
name: "Sam R.",
handle: "@sam_reviews",
testimonial: "Consistently great service and a welcoming environment. It's more than just a haircut; it's an experience. Worth every cent for the quality.",
imageSrc: "http://img.b2bpic.net/free-photo/mustache-guy-barbershop_140725-7723.jpg",
imageAlt: "Satisfied client Sam R.",
},
id: "5", name: "Sam R.", handle: "@sam_reviews", testimonial: "Consistently great service and a welcoming environment. It's more than just a haircut; it's an experience. Worth every cent for the quality.", imageSrc: "http://img.b2bpic.net/free-photo/mustache-guy-barbershop_140725-7723.jpg", imageAlt: "Satisfied client Sam R."},
]}
title="What Our Clients Say"
description="Our 4.8-star rating speaks for itself. Hear directly from those who experience the Adelaide Luxury Barber difference."
@@ -315,36 +194,14 @@ export default function LandingPage() {
useInvertedBackground={false}
groups={[
{
id: "barbers",
groupTitle: "Expert Stylists",
members: [
id: "barbers", groupTitle: "Expert Stylists", members: [
{
id: "1",
title: "Moe",
subtitle: "Master Barber & Founder",
detail: "Over 13 years of experience, specializing in modern fades and classic shaves.",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-glass-liquor-barbershop_23-2147737089.jpg",
imageAlt: "Portrait of Moe, Master Barber",
},
id: "1", title: "Moe", subtitle: "Master Barber & Founder", detail: "Over 13 years of experience, specializing in modern fades and classic shaves.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-glass-liquor-barbershop_23-2147737089.jpg", imageAlt: "Portrait of Moe, Master Barber"},
{
id: "2",
title: "Sarah",
subtitle: "Precision Stylist",
detail: "Known for intricate beard designs and stunning hair artistry. Dedicated to bespoke styles.",
imageSrc: "http://img.b2bpic.net/free-photo/picture-frustrated-emotional-european-man-with-shaved-head-fuzzy-beard-stylish-hair-grimacing-going-cry-because-loud-noise-argument-with-his-girlfriend-covering-his-ears-with-hands_343059-1720.jpg",
imageAlt: "Portrait of Sarah, Precision Stylist",
},
id: "2", title: "Sarah", subtitle: "Precision Stylist", detail: "Known for intricate beard designs and stunning hair artistry. Dedicated to bespoke styles.", imageSrc: "http://img.b2bpic.net/free-photo/picture-frustrated-emotional-european-man-with-shaved-head-fuzzy-beard-stylish-hair-grimacing-going-cry-because-loud-noise-argument-with-his-girlfriend-covering-his-ears-with-hands_343059-1720.jpg", imageAlt: "Portrait of Sarah, Precision Stylist"},
{
id: "3",
title: "James",
subtitle: "Grooming Specialist",
detail: "An expert in hot towel shaves and traditional men's haircuts. Ensuring a relaxing experience.",
imageSrc: "http://img.b2bpic.net/free-photo/client-barber-greeting-each-other-barbershop_23-2148181951.jpg",
imageAlt: "Portrait of James, Grooming Specialist",
},
id: "3", title: "James", subtitle: "Grooming Specialist", detail: "An expert in hot towel shaves and traditional men's haircuts. Ensuring a relaxing experience.", imageSrc: "http://img.b2bpic.net/free-photo/client-barber-greeting-each-other-barbershop_23-2148181951.jpg", imageAlt: "Portrait of James, Grooming Specialist"},
],
imageSrc: "http://img.b2bpic.net/free-vector/luxury-beautiful-soft-floral-save-date-wedding-invitation-card-template-background_4513-1183.jpg",
imageAlt: "professional male barber portrait",
},
]}
title="Meet Our Master Barbers"
@@ -359,43 +216,19 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "cut",
badge: "Popular",
badgeIcon: Star,
price: "$40",
subtitle: "The Signature Haircut",
features: [
"Precision Cut & Style",
"Hair Wash & Condition",
"Hot Towel Finish",
"Complimentary Drink",
],
id: "cut", badge: "Popular", badgeIcon: Star,
price: "$40", subtitle: "The Signature Haircut", features: [
"Precision Cut & Style", "Hair Wash & Condition", "Hot Towel Finish", "Complimentary Drink"],
},
{
id: "shave",
badge: "Indulge",
badgeIcon: Heart,
price: "$55",
subtitle: "The Luxury Hot Shave",
features: [
"Traditional Hot Towel",
"Straight Razor Shave",
"Facial Massage",
"Premium Aftershave",
],
id: "shave", badge: "Indulge", badgeIcon: Heart,
price: "$55", subtitle: "The Luxury Hot Shave", features: [
"Traditional Hot Towel", "Straight Razor Shave", "Facial Massage", "Premium Aftershave"],
},
{
id: "full-groom",
badge: "Ultimate",
badgeIcon: Diamond,
price: "$90",
subtitle: "The Full Groom Package",
features: [
"Signature Haircut",
"Luxury Hot Shave",
"Beard Maintenance",
"Invigorating Facial Treatment",
],
id: "full-groom", badge: "Ultimate", badgeIcon: Diamond,
price: "$90", subtitle: "The Full Groom Package", features: [
"Signature Haircut", "Luxury Hot Shave", "Beard Maintenance", "Invigorating Facial Treatment"],
},
]}
title="Our Luxury Services & Pricing"
@@ -409,35 +242,17 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Do I need an appointment?",
content: "Appointments are highly recommended to ensure you get your preferred time and barber. Walk-ins are accepted based on availability, but may involve a wait.",
},
id: "1", title: "Do I need an appointment?", content: "Appointments are highly recommended to ensure you get your preferred time and barber. Walk-ins are accepted based on availability, but may involve a wait."},
{
id: "2",
title: "What payment methods do you accept?",
content: "We accept all major credit cards, debit cards, and contactless payments. Cash payments are also welcome.",
},
id: "2", title: "What payment methods do you accept?", content: "We accept all major credit cards, debit cards, and contactless payments. Cash payments are also welcome."},
{
id: "3",
title: "Do you offer gift vouchers?",
content: "Yes, we offer gift vouchers for all our services and packages, making them the perfect gift for any gentleman. Please inquire at reception or online.",
},
id: "3", title: "Do you offer gift vouchers?", content: "Yes, we offer gift vouchers for all our services and packages, making them the perfect gift for any gentleman. Please inquire at reception or online."},
{
id: "4",
title: "What is your cancellation policy?",
content: "We require at least 24 hours' notice for cancellations or rescheduling. Late cancellations or no-shows may incur a fee.",
},
id: "4", title: "What is your cancellation policy?", content: "We require at least 24 hours' notice for cancellations or rescheduling. Late cancellations or no-shows may incur a fee."},
{
id: "5",
title: "Are children's cuts available?",
content: "Yes, we offer specialized children's cuts with our experienced barbers, ensuring a comfortable and stylish experience for our younger clients.",
},
id: "5", title: "Are children's cuts available?", content: "Yes, we offer specialized children's cuts with our experienced barbers, ensuring a comfortable and stylish experience for our younger clients."},
{
id: "6",
title: "Where are you located?",
content: "We are conveniently located at 19 Topham Mall, Adelaide SA 5000, in the heart of the city.",
},
id: "6", title: "Where are you located?", content: "We are conveniently located at 19 Topham Mall, Adelaide SA 5000, in the heart of the city."},
]}
title="Frequently Asked Questions"
description="Find answers to common questions about our services, booking, and more."
@@ -449,18 +264,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "rotated-rays-animated",
}}
variant: "rotated-rays-animated"}}
text="Ready for a truly superior grooming experience? Book your appointment at Adelaide Luxury Barber today and step into a world of refined style."
buttons={[
{
text: "Call Us: 0450 922 236",
href: "tel:+61450922236",
},
text: "Call Us: 0450 922 236", href: "tel:+61450922236"},
{
text: "Visit Us: 19 Topham Mall, Adelaide SA 5000",
href: "https://www.google.com/maps/search/Adelaide+luxury+barber+19+Topham+Mall,+Adelaide+SA+5000",
},
text: "Visit Us: 19 Topham Mall, Adelaide SA 5000", href: "https://www.google.com/maps/search/Adelaide+luxury+barber+19+Topham+Mall,+Adelaide+SA+5000"},
]}
/>
</div>
@@ -469,62 +279,37 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Haircuts",
href: "#services",
},
label: "Haircuts", href: "#services"},
{
label: "Hot Shaves",
href: "#services",
},
label: "Hot Shaves", href: "#services"},
{
label: "Beard Care",
href: "#services",
},
label: "Beard Care", href: "#services"},
{
label: "Groom Packages",
href: "#services",
},
label: "Groom Packages", href: "#services"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Our Team",
href: "#team",
},
label: "Our Team", href: "#team"},
{
label: "Testimonials",
href: "#testimonials",
},
label: "Testimonials", href: "#testimonials"},
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Book Now",
href: "#contact",
},
label: "Book Now", href: "#contact"},
{
label: "Location",
href: "https://www.google.com/maps/search/Adelaide+luxury+barber+19+Topham+Mall,+Adelaide+SA+5000",
},
label: "Location", href: "https://www.google.com/maps/search/Adelaide+luxury+barber+19+Topham+Mall,+Adelaide+SA+5000"},
{
label: "Call Us",
href: "tel:+61450922236",
},
label: "Call Us", href: "tel:+61450922236"},
],
},
]}