4 Commits

Author SHA1 Message Date
9ba5d12a3e Update src/app/page.tsx 2026-04-07 01:30:50 +00:00
d51c9a6439 Merge version_1 into main
Merge version_1 into main
2026-04-07 01:26:00 +00:00
95d72a72fe Merge version_1 into main
Merge version_1 into main
2026-04-07 01:25:33 +00:00
9e407f71f8 Merge version_1 into main
Merge version_1 into main
2026-04-07 01:25:04 +00:00

View File

@@ -9,7 +9,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
import { Clock, Scissors, Star } from "lucide-react";
import { Clock, Scissors, Star, MapPin, Phone, Calendar } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,30 +29,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Barbers",
id: "/barbers",
},
{
name: "Services",
id: "/services",
},
{
name: "Reviews",
id: "/reviews",
},
{
name: "Gallery",
id: "/gallery",
},
{
name: "Book Now",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Barbers", id: "/barbers" },
{ name: "Services", id: "/services" },
{ name: "Reviews", id: "/reviews" },
{ name: "Gallery", id: "/gallery" },
{ name: "Book Now", id: "/contact" },
]}
brandName="Lake Wales Finest"
/>
@@ -60,72 +42,17 @@ export default function LandingPage() {
<div id="home-hero" data-section="home-hero">
<HeroSplitKpi
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Lake Wales' Finest Barbershop"
description="Where tradition meets precision. Experience a high-energy, chill atmosphere with barbers who take their time to get you right every single time."
description="Where tradition meets precision. Experience a high-energy, chill atmosphere with barbers who take their time to get you right every single time. Good for kids and adults alike!"
kpis={[
{
value: "5.0",
label: "Rated",
},
{
value: "3+",
label: "Years Loyal",
},
{
value: "All",
label: "Hair Types",
},
{ value: "5.0", label: "Rated" },
{ value: "3+", label: "Years Loyal" },
{ value: "All", label: "Hair Types" },
]}
enableKpiAnimation={true}
imageSrc="http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186474.jpg?_wi=1"
imageAlt="Barbershop shop interior"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/studio-portrait-blue-eyed-bearded-hipster-male-with-crossed-arms-grey-background_613910-12834.jpg",
alt: "Client 1",
},
{
src: "http://img.b2bpic.net/free-photo/studio-portrait-blue-eyed-bearded-hipster-male-grey-background_613910-13829.jpg",
alt: "Client 2",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-non-binary-person-modern-clothes_23-2148760570.jpg",
alt: "Client 3",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-fashionable-boy-front-white-curtain_23-2148184880.jpg",
alt: "Client 4",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-hairstylist_23-2150754690.jpg",
alt: "Client 5",
},
]}
marqueeItems={[
{
type: "text",
text: "Fades",
},
{
type: "text",
text: "Beard Trims",
},
{
type: "text",
text: "Classic Cuts",
},
{
type: "text",
text: "Hot Towels",
},
{
type: "text",
text: "Precision Styling",
},
]}
mediaAnimation="slide-up"
/>
</div>
@@ -135,20 +62,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
title="The Lake Wales Vibe"
description="We don't rush your cut. Whether it's your first time or your hundredth, we provide top-tier environment, premium precision, and a space where you feel comfortable."
description="We don't rush your cut. Whether it's your first time or your hundredth, we provide a top-tier environment, premium precision, and a space where you and your kids feel comfortable."
bulletPoints={[
{
title: "Chill Atmosphere",
description: "High-energy but laid back, where you're always welcome.",
},
{
title: "Expert Precision",
description: "Three veteran barbers who specialize in every hair type.",
},
{
title: "Walk-Ins Welcome",
description: "Always ready for you, no appointment needed.",
},
{ title: "Family Friendly", description: "The shop is good for kids, with a welcoming atmosphere for all ages.", icon: Scissors },
{ title: "Visit Us", description: "328 FL-60, Lake Wales, FL 33853", icon: MapPin },
{ title: "Hours & Phone", description: "Closed Monday, Open Tue 9 AM. Call: (863) 215-2141", icon: Clock },
]}
imageSrc="http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186474.jpg?_wi=2"
mediaAnimation="slide-up"
@@ -162,98 +80,28 @@ export default function LandingPage() {
title="Frequently Asked Questions"
description="Get all your questions answered about your next visit."
faqs={[
{
id: "1",
title: "Do I need an appointment?",
content: "We welcome walk-ins, but booking is recommended for guaranteed spots.",
},
{
id: "2",
title: "What is the price range?",
content: "Our cuts range from $20-$40 depending on the stylist and service complexity.",
},
{ id: "1", title: "Is the shop good for kids?", content: "Absolutely! We pride ourselves on being a family-friendly barbershop where everyone is welcome." },
{ id: "2", title: "When are you open?", content: "We are closed on Mondays and open at 9 AM from Tuesday onwards." },
]}
faqsAnimation="slide-up"
/>
</div>
<div id="socialProof" data-section="socialProof">
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
title="Our Community"
description="Serving the Lake Wales area with pride."
names={[
"Local Businesses",
"Veteran Groups",
"Students",
"Athletes",
"Community Leaders",
]}
/>
</div>
<div id="metric" data-section="metric">
<MetricCardThree
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Our Impact"
description="Numbers behind the quality."
metrics={[
{
id: "m1",
icon: Scissors,
title: "Cuts Weekly",
value: "150+",
},
{
id: "m2",
icon: Star,
title: "Satisfaction Rate",
value: "100%",
},
{
id: "m3",
icon: Clock,
title: "Average Wait",
value: "15m",
},
]}
/>
</div>
<div id="home-footer" data-section="home-footer">
<FooterSimple
columns={[
{
title: "Quick Links",
items: [
{
label: "Home",
href: "/",
},
{
label: "Barbers",
href: "/barbers",
},
{
label: "Services",
href: "/services",
},
title: "Info", items: [
{ label: "328 FL-60, Lake Wales, FL 33853" },
{ label: "(863) 215-2141" },
{ label: "Tue-Sun: Open at 9 AM" },
],
},
{
title: "Social",
items: [
{
label: "Instagram",
href: "#",
},
{
label: "Facebook",
href: "#",
},
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Barbers", href: "/barbers" },
{ label: "Book Now", href: "/contact" },
],
},
]}
@@ -264,4 +112,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}