Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-07 00:47:53 +00:00

View File

@@ -18,291 +18,156 @@ export default function LandingPage() {
defaultButtonVariant="expand-hover"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "About",
id: "about",
},
{
name: "Services",
id: "services",
},
{
name: "Team",
id: "team",
},
{
name: "Reviews",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="The Dreamerz"
button={{
text: "Book Online",
href: "#contact",
}}
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Team", id: "team" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="The Dreamerz"
button={{ text: "Book Online", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "gradient-bars",
}}
title="Where Art Meets Precision"
description="The Dreamerz Barbershop brings Spokane the best grooming experience in town. Professional cuts, great vibes, and confidence guaranteed."
kpis={[
{
value: "4.9",
label: "Google Rating",
},
{
value: "63+",
label: "5-Star Reviews",
},
{
value: "Expert",
label: "Barbershop",
},
]}
enableKpiAnimation={true}
buttons={[
{
text: "Book Now",
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-beard-man-with-eyes-closed_23-2148328579.jpg?_wi=1"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-man-with-tattoo-his-face-with-crossed-arms-dressed-white-shirt-grey-background_613910-1374.jpg",
alt: "Barber Isaiah",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-man-with-tattoo-his-face-with-crossed-arms-dressed-white-shirt-grey-background_613910-8120.jpg",
alt: "Barber Luis",
},
{
src: "http://img.b2bpic.net/free-photo/bearded-male-with-tattooed-arms-wearing-top-hat_613910-1508.jpg",
alt: "Barber Leo",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665445.jpg",
alt: "Client 1",
},
{
src: "http://img.b2bpic.net/free-photo/front-close-view-confident-male-hairdesser-wearing-gray-apron-holding-scissor-combing-his-hair-blue-soft-color-background_140725-155044.jpg",
alt: "Client 2",
},
]}
avatarText="Join 500+ satisfied clients"
marqueeItems={[
{
type: "text",
text: "Precision Fades",
},
{
type: "text",
text: "Hot Towel Shaves",
},
{
type: "text",
text: "Modern Styling",
},
{
type: "text",
text: "Classic Cuts",
},
{
type: "text",
text: "Expert Grooming",
},
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{ variant: "gradient-bars" }}
title="Where Art Meets Precision"
description="The Dreamerz Barbershop brings Spokane the best grooming experience in town. Professional cuts, great vibes, and confidence guaranteed."
kpis={[
{ value: "4.9", label: "Google Rating" },
{ value: "63+", label: "5-Star Reviews" },
{ value: "Expert", label: "Barbershop" },
]}
enableKpiAnimation={true}
buttons={[{ text: "Book Now", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-beard-man-with-eyes-closed_23-2148328579.jpg"
mediaAnimation="blur-reveal"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/portrait-man-with-tattoo-his-face-with-crossed-arms-dressed-white-shirt-grey-background_613910-1374.jpg", alt: "Barber Isaiah" },
{ src: "http://img.b2bpic.net/free-photo/portrait-man-with-tattoo-his-face-with-crossed-arms-dressed-white-shirt-grey-background_613910-8120.jpg", alt: "Barber Luis" },
{ src: "http://img.b2bpic.net/free-photo/bearded-male-with-tattooed-arms-wearing-top-hat_613910-1508.jpg", alt: "Barber Leo" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665445.jpg", alt: "Client 1" },
{ src: "http://img.b2bpic.net/free-photo/front-close-view-confident-male-hairdesser-wearing-gray-apron-holding-scissor-combing-his-hair-blue-soft-color-background_140725-155044.jpg", alt: "Client 2" },
]}
avatarText="Join 500+ satisfied clients"
marqueeItems={[
{ type: "text", text: "Precision Fades" },
{ type: "text", text: "Hot Towel Shaves" },
{ type: "text", text: "Modern Styling" },
{ type: "text", text: "Classic Cuts" },
{ type: "text", text: "Expert Grooming" },
]}
/>
</div>
<div id="about" data-section="about">
<TestimonialAboutCard
useInvertedBackground={false}
tag="Our Story"
title="Spokane's Favorite Grooming Studio"
description="At The Dreamerz, we don't just cut hair; we curate confidence. We pride ourselves on creating a professional, welcoming atmosphere where every client feels like family. From precision fades to classic cuts, our artists dedicate themselves to every detail."
subdescription="Visit us at 4107 N Division St, Spokane, WA."
icon={Scissors}
imageSrc="http://img.b2bpic.net/free-photo/young-man-barber-s-shop-getting-his-beard-trimmed_23-2149186494.jpg?_wi=1"
mediaAnimation="slide-up"
/>
</div>
<div id="about" data-section="about">
<TestimonialAboutCard
useInvertedBackground={false}
tag="Our Story"
title="Spokane's Favorite Grooming Studio"
description="At The Dreamerz, we don't just cut hair; we curate confidence. We pride ourselves on creating a professional, welcoming atmosphere where every client feels like family. From precision fades to classic cuts, our artists dedicate themselves to every detail."
subdescription="Visit us at 4107 N Division St, Spokane, WA."
icon={Scissors}
imageSrc="http://img.b2bpic.net/free-photo/young-man-barber-s-shop-getting-his-beard-trimmed_23-2149186494.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="services" data-section="services">
<FeatureCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
{
title: "Precision Cuts",
description: "Classic and modern techniques tailored to your style.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beard-man-with-eyes-closed_23-2148328579.jpg?_wi=2",
},
{
title: "Artistic Fades",
description: "Clean, sharp transitions for that modern look.",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-barber-s-shop-getting-his-beard-trimmed_23-2149186494.jpg?_wi=2",
},
{
title: "Family Friendly",
description: "Kid-friendly environment with patient, skilled barbers.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beard-man-with-eyes-closed_23-2148328579.jpg?_wi=3",
},
]}
title="Expert Grooming Services"
description="We specialize in precision cuts, fades, and styles for everyone in the family."
/>
</div>
<div id="services" data-section="services">
<FeatureCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
{ title: "Precision Cuts", description: "Classic and modern techniques tailored to your style.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beard-man-with-eyes-closed_23-2148328579.jpg" },
{ title: "Artistic Fades", description: "Clean, sharp transitions for that modern look.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-barber-s-shop-getting-his-beard-trimmed_23-2149186494.jpg" },
{ title: "Family Friendly", description: "Kid-friendly environment with patient, skilled barbers.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beard-man-with-eyes-closed_23-2148328579.jpg" },
]}
title="Expert Grooming Services"
description="We specialize in precision cuts, fades, and styles for everyone in the family."
/>
</div>
<div id="team" data-section="team">
<TeamCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
members={[
{
id: "team-1",
name: "Isaiah",
role: "Master Barber",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-tattoo-his-face-with-crossed-arms-dressed-white-shirt-grey-background_613910-1374.jpg",
},
{
id: "team-2",
name: "Luis",
role: "Lead Stylist",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-tattoo-his-face-with-crossed-arms-dressed-white-shirt-grey-background_613910-8120.jpg",
},
{
id: "team-3",
name: "Leo Cortez",
role: "Creative Artist",
imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-with-tattooed-arms-wearing-top-hat_613910-1508.jpg",
},
]}
title="Meet Your Barbers"
description="Our team of sought-after professionals is dedicated to your craft."
/>
</div>
<div id="team" data-section="team">
<TeamCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
members={[
{ id: "team-1", name: "Isaiah", role: "Master Barber", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-tattoo-his-face-with-crossed-arms-dressed-white-shirt-grey-background_613910-1374.jpg" },
{ id: "team-2", name: "Luis", role: "Lead Stylist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-tattoo-his-face-with-crossed-arms-dressed-white-shirt-grey-background_613910-8120.jpg" },
{ id: "team-3", name: "Leo Cortez", role: "Creative Artist", imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-with-tattooed-arms-wearing-top-hat_613910-1508.jpg" },
]}
title="Meet Your Barbers"
description="Our team of sought-after professionals is dedicated to your craft."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Gina Marie",
role: "Parent",
testimonial: "Adore this barber shop. Isaiah always goes above and beyond!",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665445.jpg",
},
{
id: "2",
name: "Jesica O'Neil",
role: "Regular Client",
testimonial: "Luis is unbelievable. Shop is clean and professional.",
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-confident-male-hairdesser-wearing-gray-apron-holding-scissor-combing-his-hair-blue-soft-color-background_140725-155044.jpg",
},
{
id: "3",
name: "Cameron Crum",
role: "Enthusiast",
testimonial: "Leo Cortez is an artist. Best haircut I've had in Spokane.",
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-beautiful-female-barber-uniform-holding-barber-tools-doing-beard-shaving-guy-isolated-pink-wall_141793-105670.jpg",
},
{
id: "4",
name: "Happy Customer",
role: "Client",
testimonial: "Great vibes and fair price for the service. Definitely recommend.",
imageSrc: "http://img.b2bpic.net/free-photo/surprised-young-beautiful-female-barber-uniform-holding-barber-tools-isolated-pink-background_141793-119285.jpg",
},
{
id: "5",
name: "Satisfied Client",
role: "Client",
testimonial: "Always walk out with confidence. High quality work.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-listening-music-earbuds-outside_23-2148381755.jpg",
},
]}
title="What Our Clients Say"
description="Join the growing community of satisfied Dreamerz clients."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Gina Marie", role: "Parent", testimonial: "Adore this barber shop. Isaiah always goes above and beyond!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665445.jpg" },
{ id: "2", name: "Jesica O'Neil", role: "Regular Client", testimonial: "Luis is unbelievable. Shop is clean and professional.", imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-confident-male-hairdesser-wearing-gray-apron-holding-scissor-combing-his-hair-blue-soft-color-background_140725-155044.jpg" },
{ id: "3", name: "Cameron Crum", role: "Enthusiast", testimonial: "Leo Cortez is an artist. Best haircut I've had in Spokane.", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-beautiful-female-barber-uniform-holding-barber-tools-doing-beard-shaving-guy-isolated-pink-wall_141793-105670.jpg" },
{ id: "4", name: "Happy Customer", role: "Client", testimonial: "Great vibes and fair price for the service. Definitely recommend.", imageSrc: "http://img.b2bpic.net/free-photo/surprised-young-beautiful-female-barber-uniform-holding-barber-tools-isolated-pink-background_141793-119285.jpg" },
{ id: "5", name: "Satisfied Client", role: "Client", testimonial: "Always walk out with confidence. High quality work.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-listening-music-earbuds-outside_23-2148381755.jpg" },
]}
title="What Our Clients Say"
description="Join the growing community of satisfied Dreamerz clients."
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
tag="Contact Us"
title="Ready for a Fresh Cut?"
description="Call us at (509) 808-2957 or book your next appointment online."
imageSrc="http://img.b2bpic.net/free-photo/close-up-beard-man-with-eyes-closed_23-2148328579.jpg?_wi=4"
mediaAnimation="slide-up"
buttonText="Call Us Now"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{ variant: "sparkles-gradient" }}
tag="Contact Us"
title="Ready for a Fresh Cut?"
description="Call us at (509) 808-2957 or book your next appointment online."
imageSrc="http://img.b2bpic.net/free-photo/close-up-beard-man-with-eyes-closed_23-2148328579.jpg"
mediaAnimation="slide-up"
buttonText="Call Us Now"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="The Dreamerz"
columns={[
{
title: "Visit Us",
items: [
{
label: "4107 N Division St, Spokane, WA 99207",
href: "#",
},
],
},
{
title: "Contact",
items: [
{
label: "(509) 808-2957",
href: "tel:5098082957",
},
{
label: "Book Online",
href: "#contact",
},
],
},
{
title: "Hours",
items: [
{
label: "Tue-Sat: 9AM - 6:30PM",
href: "#",
},
],
},
]}
copyrightText="© 2024 The Dreamerz Barbershop. All rights reserved."
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="The Dreamerz"
columns={[
{
title: "Visit Us", items: [{ label: "4107 N Division St, Spokane, WA 99207", href: "#" }],
},
{
title: "Contact", items: [
{ label: "(509) 808-2957", href: "tel:5098082957" },
{ label: "Book Online", href: "#contact" },
],
},
{
title: "Hours", items: [{ label: "Tue-Sat: 9AM - 6:30PM", href: "#" }],
},
]}
copyrightText="© 2024 The Dreamerz Barbershop. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);