Files
a070956c-e898-4ff8-a14b-5a1…/src/app/page.tsx
2026-03-08 09:39:09 +00:00

211 lines
12 KiB
TypeScript

"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import SplitAbout from '@/components/sections/about/SplitAbout';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { Award, Heart, Home, Star, Users, Scissors, Phone } from 'lucide-react';
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="text-shift"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="medium"
sizing="mediumLargeSizeLargeTitles"
background="grid"
cardStyle="gradient-radial"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
headingFontWeight="bold"
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
brandName="The Clean Cut"
navItems={[
{ name: "Home", id: "home" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Contact", id: "contact" },
]}
bottomLeftText="Pharr, Texas"
bottomRightText="(956) 475-0859"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
title="Precision Grooming Since 1995"
description="Experience premium barbershop services where tradition meets modern style. Expert cuts, classic shaves, and impeccable attention to detail."
tag="Premium Barbershop"
tagIcon={Scissors}
imageSrc="http://img.b2bpic.net/free-photo/barber-woman-doing-cut-barbershop_624325-3361.jpg?_wi=1"
imageAlt="Professional barber crafting the perfect fade"
mediaAnimation="slide-up"
useInvertedBackground={false}
buttons={[
{ text: "Book Now", href: "#contact" },
{ text: "Our Services", href: "#services" },
]}
testimonials={[
{
name: "Marcus Johnson", handle: "Regular Customer", testimonial: "Best barber in town. Always leaves me looking sharp and feeling great.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg?_wi=1"},
{
name: "David Rodriguez", handle: "Satisfied Client", testimonial: "The attention to detail is incredible. Worth every penny for quality grooming.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-angry-expression_1194-1680.jpg?_wi=1"},
{
name: "James Chen", handle: "Regular", testimonial: "Professional, friendly, and always on time. My go-to spot for haircuts.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg?_wi=1"},
{
name: "Anthony Torres", handle: "Loyal Customer", testimonial: "Been coming here for years. They never disappoint with their work.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg?_wi=1"},
]}
/>
</div>
<div id="about" data-section="about">
<SplitAbout
title="About The Clean Cut"
description="For nearly three decades, The Clean Cut Barbershop has been Pharr's trusted destination for exceptional grooming. Our master barbers combine time-honored techniques with contemporary styling to deliver results that exceed expectations."
tag="Our Story"
tagIcon={Award}
imagePosition="right"
textboxLayout="default"
useInvertedBackground={false}
bulletPoints={[
{
title: "Expert Barbers", description: "Trained professionals with years of experience in traditional and modern barbering techniques.", icon: Users,
},
{
title: "Premium Quality", description: "We use only the finest tools and products to ensure exceptional results every time.", icon: Star,
},
{
title: "Welcoming Atmosphere", description: "A clean, comfortable space where you can relax and enjoy premium grooming service.", icon: Home,
},
{
title: "Community Focused", description: "Proudly serving Pharr families and building lasting relationships with our valued clients.", icon: Heart,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/barber-woman-doing-cut-barbershop_624325-3361.jpg?_wi=2"
imageAlt="The Clean Cut Barbershop interior"
mediaAnimation="none"
/>
</div>
<div id="services" data-section="services">
<FeatureCardTwentyThree
title="Our Services"
description="From classic cuts to contemporary styles, we offer a complete range of premium grooming services tailored to your needs."
tag="Services"
tagIcon={Scissors}
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
features={[
{
id: "1", title: "Professional Haircuts", tags: ["Fades", "Contemporary Styles"],
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-barber-grooming-man_23-2149141777.jpg", imageAlt: "Expert haircut service"},
{
id: "2", title: "Beard Grooming & Shaping", tags: ["Beard Care", "Styling"],
imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-trimming-beard-man_23-2147778847.jpg", imageAlt: "Professional beard grooming"},
{
id: "3", title: "Classic Straight Razor Shave", tags: ["Traditional", "Luxury"],
imageSrc: "http://img.b2bpic.net/free-photo/headshot-caucasian-pleased-guy-30s-being-undressed-bathroom-while-shaving-face-with-trimmer-grey-wall_171337-2979.jpg", imageAlt: "Classic shaving experience"},
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
title="What Our Clients Say"
description="Read testimonials from satisfied customers who trust The Clean Cut for their grooming needs."
tag="Reviews"
tagIcon={Star}
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
testimonials={[
{
id: "1", name: "Marcus Johnson", role: "Local Resident", company: "Regular Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg?_wi=2"},
{
id: "2", name: "David Rodriguez", role: "Business Owner", company: "Professional Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-angry-expression_1194-1680.jpg?_wi=2"},
{
id: "3", name: "James Chen", role: "Regular Customer", company: "5-Year Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg?_wi=2"},
{
id: "4", name: "Anthony Torres", role: "Long-Time Client", company: "Loyal Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg?_wi=2"},
]}
kpiItems={[
{ value: "25+", label: "Years of Excellence" },
{ value: "1000+", label: "Satisfied Clients" },
{ value: "5★", label: "Average Rating" },
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Ready for Your Next Haircut?"
ctaDescription="Visit us today or contact us to schedule an appointment. Walk-ins welcome. We're located right here in Pharr, TX."
ctaIcon={Phone}
ctaButton={{
text: "Call (956) 475-0859", href: "tel:(956)475-0859"}}
useInvertedBackground={false}
animationType="slide-up"
faqs={[
{
id: "1", title: "What are your operating hours?", content: "We're open daily starting at 10 AM. Please call (956) 475-0859 for our closing time and to confirm availability."},
{
id: "2", title: "Do you accept walk-ins?", content: "Yes, we welcome walk-ins! However, we recommend calling ahead during busy times to minimize wait time and ensure prompt service."},
{
id: "3", title: "What payment methods do you accept?", content: "We accept cash and major credit cards. Contact us for specific payment details or to discuss any special arrangements."},
{
id: "4", title: "Do you offer discounts for first-time customers?", content: "Ask about our specials when you visit! We appreciate new customers and look forward to welcoming you to The Clean Cut."},
{
id: "5", title: "How long does a typical haircut take?", content: "Most haircuts and grooming services take 30-45 minutes depending on the service and complexity. Our barbers work efficiently without compromising quality."},
{
id: "6", title: "Where is your barbershop located?", content: "We're located at 1000 US-83 BUS STE N, Pharr, TX 78577. Easy to find and convenient parking available."},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/barber-woman-doing-cut-barbershop_624325-3361.jpg?_wi=3"
imageAlt="The Clean Cut Barbershop"
logoText="The Clean Cut Barbershop"
copyrightText="© 2025 The Clean Cut Barbershop. All rights reserved."
columns={[
{
title: "Quick Links", items: [
{ label: "Home", href: "#home" },
{ label: "About", href: "#about" },
{ label: "Services", href: "#services" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Contact", items: [
{ label: "Call: (956) 475-0859", href: "tel:(956)475-0859" },
{ label: "1000 US-83 BUS STE N", href: "#" },
{ label: "Pharr, TX 78577", href: "#" },
],
},
{
title: "Hours", items: [
{ label: "Open 10 AM Daily", href: "#" },
{ label: "Walk-ins Welcome", href: "#" },
{ label: "Call for Details", href: "tel:(956)475-0859" },
],
},
]}
/>
</div>
</ThemeProvider>
);
}