|
|
|
|
@@ -10,7 +10,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
|
|
|
|
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
|
|
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
|
|
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
|
|
|
|
import { Star, Users, Award, CheckCircle } from 'lucide-react';
|
|
|
|
|
import { Star, Users, Award, CheckCircle, Sparkles } from 'lucide-react';
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Visit Us", href: "#contact" }
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186473.jpg"
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186473.jpg?_wi=1"
|
|
|
|
|
imageAlt="Barbershop Lounge interior showing comfortable seating and professional workspace"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
@@ -74,26 +74,30 @@ export default function LandingPage() {
|
|
|
|
|
<div id="services" data-section="services">
|
|
|
|
|
<FeatureCardSix
|
|
|
|
|
title="Our Signature Services"
|
|
|
|
|
description="From classic cuts to contemporary styles, we offer a comprehensive range of professional grooming services tailored to your preferences."
|
|
|
|
|
description="Indulge in our comprehensive collection of premium grooming experiences, each meticulously crafted to deliver luxury, precision, and transformative results. Every service is delivered by our expert barbers in an atmosphere of refined sophistication."
|
|
|
|
|
tag="Premium Services"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
id: 1,
|
|
|
|
|
title: "Expert Haircuts", description: "Custom cuts crafted to complement your style and face shape. Whether you prefer classic, contemporary, or curly hair styling, our barbers deliver precision and artistry.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-barber-shop_23-2149141764.jpg?_wi=1"
|
|
|
|
|
title: "Beard Maintenance & Styling", description: "Transform your beard into a statement of refined elegance. Our master barbers provide expert trimming, shaping, and styling using premium beard oils and balms. From classic gentleman looks to contemporary designs, we craft the perfect beard to complement your distinctive style.", imageSrc: "http://img.b2bpic.net/free-photo/mature-man-barber-shop-close-up_23-2148465213.jpg"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 2,
|
|
|
|
|
title: "Beard Grooming & Styling", description: "Complete beard care including professional trims, shaping, dyeing, and styling. We specialize in beard maintenance and transformation for the discerning gentleman.", imageSrc: "http://img.b2bpic.net/free-photo/mature-man-barber-shop-close-up_23-2148465213.jpg"
|
|
|
|
|
title: "Precision Fade Cuts", description: "Experience the art of the perfect fade. Our certified barbers master every fade variation—low, mid, high, and skin fades—with razor-sharp precision. Each cut is customized to your face shape and personal style, creating a polished look that commands attention.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-barber-shop_23-2149141764.jpg?_wi=1"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 3,
|
|
|
|
|
title: "Cut & Shave Services", description: "Experience the luxury of a traditional hot shave combined with a precision haircut. Our barbers use premium products and expert techniques for a truly relaxing grooming experience.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-washing-head_627829-7378.jpg"
|
|
|
|
|
title: "Hot Towel Shaves", description: "Indulge in the timeless luxury of a traditional hot towel shave. Our barbers use premium shaving creams, honed straight razors, and meticulous technique to deliver an incomparably smooth finish. This classic experience combines relaxation with old-world craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-washing-head_627829-7378.jpg"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 4,
|
|
|
|
|
title: "Hair Color & Treatment", description: "Professional hair coloring and specialized treatments to enhance your look. From subtle highlights to bold transformations, we use only premium color products.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-barber-shop_23-2149141764.jpg?_wi=2"
|
|
|
|
|
title: "Straight Razor Shaves", description: "Step into the world of refined grooming with our signature straight razor shave service. Executed with masterful precision using premium products and time-honored techniques, each shave is a personalized ritual that leaves your skin impeccably smooth and refreshed.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-barber-shop_23-2149141764.jpg?_wi=2"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 5,
|
|
|
|
|
title: "Kids Cuts", description: "Introduce your young gentleman to the world of professional grooming. Our patient and skilled barbers create a welcoming, fun atmosphere while delivering precisely tailored cuts. We make each child's first barbershop experience memorable and enjoyable.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186473.jpg?_wi=2"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
@@ -101,30 +105,30 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
<TestimonialCardSix
|
|
|
|
|
title="What Our Clients Say"
|
|
|
|
|
description="Join hundreds of satisfied customers who trust us for their grooming needs. Read authentic testimonials from our valued clientele."
|
|
|
|
|
tag="Client Reviews"
|
|
|
|
|
title="What Our Discerning Clients Say"
|
|
|
|
|
description="Discover why luxury-conscious gentlemen across Memphis choose Barbershop Lounge as their trusted grooming destination. Read authentic testimonials from our valued clientele who experience excellence with every visit."
|
|
|
|
|
tag="Premium Client Reviews"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Marcus Thompson", handle: "@memphis_professional", testimonial: "Best barbershop experience I've ever had. The attention to detail and professionalism is unmatched. Highly recommend for anyone serious about their grooming.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Marcus Thompson"
|
|
|
|
|
id: "1", name: "Marcus Thompson", handle: "@memphis_professional", testimonial: "Barbershop Lounge redefined my grooming standards. The precision, professionalism, and luxurious atmosphere combine to create an unmatched experience. Every visit feels like a ritual, not just a haircut. Absolutely worth the investment.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Marcus Thompson"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "James Patterson", handle: "@executive_style", testimonial: "Barbershop Lounge has become my go-to place. The team understands what I want and delivers consistently. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg", imageAlt: "James Patterson"
|
|
|
|
|
id: "2", name: "James Patterson", handle: "@executive_style", testimonial: "The team at Barbershop Lounge understands that true luxury is in the details. From the hot towel shave to the finishing touch, every moment is perfection. I've become a regular because consistency like this is rare and precious.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg", imageAlt: "James Patterson"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "David Chen", handle: "@style_conscious", testimonial: "The premium service and luxurious atmosphere make this place special. I've been coming for over a year and never disappointed.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg", imageAlt: "David Chen"
|
|
|
|
|
id: "3", name: "David Chen", handle: "@style_conscious", testimonial: "The craftsmanship here is evident in every service. My beard has never looked better, and the straight razor shave is an experience I look forward to monthly. This is premium grooming done right.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg?_wi=1", imageAlt: "David Chen"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "Robert Williams", handle: "@memphis_gent", testimonial: "Finally found a barbershop that takes pride in their craft. The barbers are true professionals who care about your satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-black-jacket_613910-2534.jpg", imageAlt: "Robert Williams"
|
|
|
|
|
id: "4", name: "Robert Williams", handle: "@memphis_gent", testimonial: "Finally found a barbershop that treats grooming as an art form. The barbers here are true craftsmen who take genuine pride in their work. Every fade is sharp, every shave is smooth. Simply exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-black-jacket_613910-2534.jpg?_wi=1", imageAlt: "Robert Williams"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", name: "Christopher Brown", handle: "@grooming_expert", testimonial: "The expertise here is evident from the first visit. Custom cuts, expert beard work, and genuine hospitality. Five stars easily.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", imageAlt: "Christopher Brown"
|
|
|
|
|
id: "5", name: "Christopher Brown", handle: "@grooming_expert", testimonial: "The level of expertise at Barbershop Lounge sets them apart. Whether it's a kids cut or a luxury fade, the attention to detail is impeccable. This is where serious gentlemen come for serious grooming.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", imageAlt: "Christopher Brown"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6", name: "Michael Johnson", handle: "@premium_lifestyle", testimonial: "Barbershop Lounge sets the standard for professional grooming in Memphis. Quality service every single time.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", imageAlt: "Michael Johnson"
|
|
|
|
|
id: "6", name: "Michael Johnson", handle: "@premium_lifestyle", testimonial: "Barbershop Lounge is the gold standard for professional grooming in Memphis. The quality of service, the luxurious setting, and the genuine care for each client make this my exclusive choice.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", imageAlt: "Michael Johnson"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
@@ -161,16 +165,22 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="team" data-section="team">
|
|
|
|
|
<TeamCardTen
|
|
|
|
|
title="Meet Our Expert Barbers"
|
|
|
|
|
tag="Professional Team"
|
|
|
|
|
title="Meet Our Master Barbers"
|
|
|
|
|
tag="Expert Craftsmen"
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
membersAnimation="slide-up"
|
|
|
|
|
members={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Senior Master Barber", imageSrc: "http://img.b2bpic.net/free-photo/male-hairdresser-posing-salon_23-2150462487.jpg", imageAlt: "Senior Master Barber"
|
|
|
|
|
id: "1", name: "Anthony Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/male-hairdresser-posing-salon_23-2150462487.jpg", imageAlt: "Anthony Rodriguez, Senior Master Barber"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Specialist Barber", imageSrc: "http://img.b2bpic.net/free-photo/groomed-bearded-man-with-tattooes-is-posing-dark-photo-studio_613910-15016.jpg", imageAlt: "Specialist Barber"
|
|
|
|
|
id: "2", name: "Marcus Williams", imageSrc: "http://img.b2bpic.net/free-photo/groomed-bearded-man-with-tattooes-is-posing-dark-photo-studio_613910-15016.jpg", imageAlt: "Marcus Williams, Beard Specialist Barber"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "James Patterson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-black-jacket_613910-2534.jpg?_wi=2", imageAlt: "James Patterson, Precision Fade Specialist"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg?_wi=2", imageAlt: "David Chen, Master Shave Technician"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
memberVariant="card"
|
|
|
|
|
@@ -180,18 +190,18 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactSplit
|
|
|
|
|
tag="Get Started"
|
|
|
|
|
tag="Reserve Your Luxury Experience"
|
|
|
|
|
title="Book Your Appointment"
|
|
|
|
|
description="Reserve your spot at Barbershop Lounge today. Choose from our premium grooming services and experience the finest barbershop in Memphis."
|
|
|
|
|
description="Step into the world of refined grooming at Barbershop Lounge. Our premium services await your discovery. Schedule your appointment today and experience the difference that true craftsmanship makes."
|
|
|
|
|
background={{ variant: "radial-gradient" }}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-sitting-chair_23-2149220561.jpg"
|
|
|
|
|
imageAlt="Barbershop Lounge interior"
|
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
|
mediaPosition="right"
|
|
|
|
|
inputPlaceholder="Enter your email"
|
|
|
|
|
buttonText="Get Updates"
|
|
|
|
|
termsText="We respect your privacy. Unsubscribe anytime. Call (901) 297-5000 to book directly."
|
|
|
|
|
inputPlaceholder="Your email address"
|
|
|
|
|
buttonText="Book Now"
|
|
|
|
|
termsText="We respect your privacy. Unsubscribe anytime. Call (901) 297-5000 to book directly or visit our Memphis location."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -200,39 +210,33 @@ export default function LandingPage() {
|
|
|
|
|
logoText="Barbershop Lounge"
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
title: "Services", items: [
|
|
|
|
|
{ label: "Haircuts", href: "#services" },
|
|
|
|
|
{ label: "Beard Grooming", href: "#services" },
|
|
|
|
|
{ label: "Cut & Shave", href: "#services" },
|
|
|
|
|
{ label: "Hair Color", href: "#services" }
|
|
|
|
|
title: "Premium Services", items: [
|
|
|
|
|
{ label: "Precision Fade Cuts", href: "#services" },
|
|
|
|
|
{ label: "Beard Maintenance", href: "#services" },
|
|
|
|
|
{ label: "Hot Towel Shaves", href: "#services" },
|
|
|
|
|
{ label: "Straight Razor Shaves", href: "#services" },
|
|
|
|
|
{ label: "Kids Cuts", href: "#services" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Company", items: [
|
|
|
|
|
title: "Barbershop", items: [
|
|
|
|
|
{ label: "About Us", href: "#about" },
|
|
|
|
|
{ label: "Our Team", href: "#team" },
|
|
|
|
|
{ label: "Reviews", href: "#testimonials" },
|
|
|
|
|
{ label: "Contact", href: "#contact" }
|
|
|
|
|
{ label: "Our Expert Team", href: "#team" },
|
|
|
|
|
{ label: "Client Reviews", href: "#testimonials" },
|
|
|
|
|
{ label: "Book Appointment", href: "#contact" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Location", items: [
|
|
|
|
|
title: "Location & Hours", items: [
|
|
|
|
|
{ label: "4202 Hacks Cross Rd #117", href: "#" },
|
|
|
|
|
{ label: "Memphis, TN 38125", href: "#" },
|
|
|
|
|
{ label: "Call: (901) 297-5000", href: "tel:+19012975000" },
|
|
|
|
|
{ label: "Book Online", href: "https://styleseat.com" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Hours", items: [
|
|
|
|
|
{ label: "Monday - Friday", href: "#" },
|
|
|
|
|
{ label: "10:00 AM - 7:00 PM", href: "#" },
|
|
|
|
|
{ label: "Saturday", href: "#" },
|
|
|
|
|
{ label: "9:00 AM - 6:00 PM", href: "#" }
|
|
|
|
|
{ label: "(901) 297-5000", href: "tel:+19012975000" },
|
|
|
|
|
{ label: "Mon-Fri: 10AM-7PM", href: "#" },
|
|
|
|
|
{ label: "Sat: 9AM-6PM", href: "#" }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
copyrightText="© 2025 Barbershop Lounge Memphis. All rights reserved."
|
|
|
|
|
copyrightText="© 2025 Barbershop Lounge Memphis. All rights reserved. Premium men's grooming in Memphis."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
|