Files
2adf458a-d4b3-4fc3-ace1-c9f…/src/app/page.tsx
2026-03-12 06:28:04 +00:00

260 lines
9.1 KiB
TypeScript

"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
import FeatureBento from "@/components/sections/feature/FeatureBento";
import TeamCardTen from "@/components/sections/team/TeamCardTen";
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import { Scissors, Zap, Sparkles, Palette, Wind, Smile } from "lucide-react";
import Link from "next/link";
export default function HomePage() {
const navItems = [
{ name: "Home", id: "home" },
{ name: "Services", id: "services" },
{ name: "Team", id: "team" },
{ name: "Booking", id: "booking" },
{ name: "Contact", id: "contact" },
];
const footerColumns = [
{
title: "Pages",
items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/" },
{ label: "Team", href: "/" },
{ label: "Booking", href: "/booking" },
],
},
{
title: "Services",
items: [
{ label: "Haircut", href: "/" },
{ label: "Beard Trim", href: "/" },
{ label: "Hair Color", href: "/" },
{ label: "Shaving", href: "/" },
],
},
{
title: "Company",
items: [
{ label: "About Us", href: "#" },
{ label: "Contact", href: "#" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
],
},
{
title: "Legal",
items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
{ label: "Disclaimer", href: "#" },
],
},
];
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="small"
sizing="mediumLargeSizeMediumTitles"
background="grid"
cardStyle="glass-depth"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
headingFontWeight="bold"
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={navItems}
button={{ text: "Book Now", href: "/booking" }}
brandName="BarberPro"
/>
</div>
<div id="hero" data-section="hero">
<HeroOverlay
title="Premium Barber Experience Awaits"
description="Book your next haircut with our expert barbers. Professional service, modern techniques, and a welcoming atmosphere."
tag="Professional Grooming"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-getting-haircut_23-2150665413.jpg?_wi=1"
imageAlt="modern barber shop interior professional"
showBlur={true}
showDimOverlay={true}
buttons={[
{ text: "Book Appointment", href: "/booking" },
{ text: "View Services", href: "#services" },
]}
/>
</div>
<div id="services" data-section="services">
<FeatureBento
title="Our Services"
description="Complete grooming solutions tailored to your style"
tag="Services"
features={[
{
title: "Classic Haircut",
description: "Traditional precision haircut with professional styling",
bentoComponent: "reveal-icon",
icon: Scissors,
},
{
title: "Beard Trimming",
description: "Expert beard shaping and maintenance services",
bentoComponent: "reveal-icon",
icon: Zap,
},
{
title: "Fade Haircut",
description: "Modern fade cuts with sharp clean lines",
bentoComponent: "reveal-icon",
icon: Sparkles,
},
{
title: "Hair Coloring",
description: "Premium hair color treatments and touch-ups",
bentoComponent: "reveal-icon",
icon: Palette,
},
{
title: "Shaving Service",
description: "Relaxing straight razor shaving experience",
bentoComponent: "reveal-icon",
icon: Wind,
},
{
title: "Kids Haircut",
description: "Friendly and patient service for younger clients",
bentoComponent: "reveal-icon",
icon: Smile,
},
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="team" data-section="team">
<TeamCardTen
title="Meet Our Expert Barbers | Professional Service Since Day One"
tag="Our Team"
members={[
{
id: "1",
name: "Niche Baby",
imageSrc: "http://img.b2bpic.net/free-photo/male-hairdresser-posing-salon_23-2150462487.jpg?_wi=1",
imageAlt: "professional barber portrait headshot",
},
{
id: "2",
name: "Marcus Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-posing_23-2148452676.jpg?_wi=1",
imageAlt: "young barber professional headshot",
},
{
id: "3",
name: "David Smith",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-middle-age-bearded-male-dressed-plaid-flannel-shirt-grey-background_613910-16272.jpg?_wi=1",
imageAlt: "experienced barber professional portrait",
},
{
id: "4",
name: "Alex Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-hairdresser-with-scissors_23-2147839778.jpg?_wi=1",
imageAlt: "modern barber professional portrait",
},
]}
memberVariant="card"
useInvertedBackground={false}
membersAnimation="slide-up"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
title="What Our Customers Say"
description="Real feedback from satisfied clients who trust us with their grooming"
tag="Testimonials"
testimonials={[
{
id: "1",
name: "James Wilson",
role: "Marketing Director",
company: "Tech Solutions",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10528.jpg",
imageAlt: "professional man headshot business portrait",
},
{
id: "2",
name: "Robert Chen",
role: "Business Owner",
company: "Finance Pro",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/serious-aged-businessman-table-cafe_1262-1575.jpg",
imageAlt: "asian businessman professional portrait",
},
{
id: "3",
name: "Michael Brown",
role: "Manager",
company: "Retail Plus",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5361.jpg",
imageAlt: "male manager professional headshot",
},
{
id: "4",
name: "David Martinez",
role: "Entrepreneur",
company: "Startup Hub",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1569.jpg",
imageAlt: "entrepreneur professional headshot portrait",
},
{
id: "5",
name: "Christopher Lee",
role: "Executive",
company: "Corporate Solutions",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-cup-coffee_23-2147955267.jpg",
imageAlt: "executive male professional portrait",
},
{
id: "6",
name: "Anthony Anderson",
role: "Professional",
company: "Service Excellence",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1348.jpg",
imageAlt: "professional service expert male portrait",
},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="BarberPro"
columns={footerColumns}
copyrightText="© 2025 BarberPro. All rights reserved."
/>
</div>
</ThemeProvider>
);
}