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 NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import SplitAbout from '@/components/sections/about/SplitAbout'; 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() { export default function LandingPage() {
return ( return (
@@ -29,30 +29,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ { name: "Home", id: "/" },
name: "Home", { name: "Barbers", id: "/barbers" },
id: "/", { name: "Services", id: "/services" },
}, { name: "Reviews", id: "/reviews" },
{ { name: "Gallery", id: "/gallery" },
name: "Barbers", { name: "Book Now", id: "/contact" },
id: "/barbers",
},
{
name: "Services",
id: "/services",
},
{
name: "Reviews",
id: "/reviews",
},
{
name: "Gallery",
id: "/gallery",
},
{
name: "Book Now",
id: "/contact",
},
]} ]}
brandName="Lake Wales Finest" brandName="Lake Wales Finest"
/> />
@@ -60,72 +42,17 @@ export default function LandingPage() {
<div id="home-hero" data-section="home-hero"> <div id="home-hero" data-section="home-hero">
<HeroSplitKpi <HeroSplitKpi
background={{ background={{ variant: "gradient-bars" }}
variant: "gradient-bars",
}}
title="Lake Wales' Finest Barbershop" 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={[ kpis={[
{ { value: "5.0", label: "Rated" },
value: "5.0", { value: "3+", label: "Years Loyal" },
label: "Rated", { value: "All", label: "Hair Types" },
},
{
value: "3+",
label: "Years Loyal",
},
{
value: "All",
label: "Hair Types",
},
]} ]}
enableKpiAnimation={true} enableKpiAnimation={true}
imageSrc="http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186474.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186474.jpg?_wi=1"
imageAlt="Barbershop shop interior" 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" mediaAnimation="slide-up"
/> />
</div> </div>
@@ -135,20 +62,11 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
title="The Lake Wales Vibe" 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={[ bulletPoints={[
{ { title: "Family Friendly", description: "The shop is good for kids, with a welcoming atmosphere for all ages.", icon: Scissors },
title: "Chill Atmosphere", { title: "Visit Us", description: "328 FL-60, Lake Wales, FL 33853", icon: MapPin },
description: "High-energy but laid back, where you're always welcome.", { title: "Hours & Phone", description: "Closed Monday, Open Tue 9 AM. Call: (863) 215-2141", icon: Clock },
},
{
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.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186474.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186474.jpg?_wi=2"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -162,98 +80,28 @@ export default function LandingPage() {
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Get all your questions answered about your next visit." description="Get all your questions answered about your next visit."
faqs={[ faqs={[
{ { 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: "1", { id: "2", title: "When are you open?", content: "We are closed on Mondays and open at 9 AM from Tuesday onwards." },
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.",
},
]} ]}
faqsAnimation="slide-up" faqsAnimation="slide-up"
/> />
</div> </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"> <div id="home-footer" data-section="home-footer">
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Quick Links", title: "Info", items: [
items: [ { label: "328 FL-60, Lake Wales, FL 33853" },
{ { label: "(863) 215-2141" },
label: "Home", { label: "Tue-Sun: Open at 9 AM" },
href: "/",
},
{
label: "Barbers",
href: "/barbers",
},
{
label: "Services",
href: "/services",
},
], ],
}, },
{ {
title: "Social", title: "Quick Links", items: [
items: [ { label: "Home", href: "/" },
{ { label: "Barbers", href: "/barbers" },
label: "Instagram", { label: "Book Now", href: "/contact" },
href: "#",
},
{
label: "Facebook",
href: "#",
},
], ],
}, },
]} ]}
@@ -264,4 +112,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }