|
|
|
|
@@ -8,7 +8,7 @@ import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSp
|
|
|
|
|
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
|
|
|
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
|
|
|
|
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
|
|
|
|
import { Sparkles, Scissors, Star, Phone } from "lucide-react";
|
|
|
|
|
import { Sparkles, Scissors, Star, Phone, MapPin, Clock } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -41,9 +41,9 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroBillboardRotatedCarousel
|
|
|
|
|
title="Premium Barbering Experience"
|
|
|
|
|
description="Discover the art of classic barbering with modern techniques. We deliver precision cuts, expert styling, and exceptional grooming services for the discerning gentleman."
|
|
|
|
|
tag="Stay Fresh Barbershop"
|
|
|
|
|
title="Premium Barbering Experience in Chicago"
|
|
|
|
|
description="Discover the art of classic barbering with modern techniques at Stay Fresh. We deliver precision cuts, expert styling, and exceptional grooming services for the discerning gentleman. Located at 4659 N Elston, owned by Jay the barber."
|
|
|
|
|
tag="Stay Fresh Barbershop - Jay the Barber"
|
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
buttons={[
|
|
|
|
|
@@ -75,19 +75,19 @@ export default function LandingPage() {
|
|
|
|
|
<div id="services" data-section="services">
|
|
|
|
|
<FeatureCardOne
|
|
|
|
|
title="Our Services"
|
|
|
|
|
description="Professional grooming services tailored to your unique style and preferences"
|
|
|
|
|
description="Professional grooming services tailored to your unique style and preferences. Crafted with precision and care by Jay and the Stay Fresh team."
|
|
|
|
|
tag="What We Offer"
|
|
|
|
|
tagIcon={Scissors}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
title: "Classic Haircuts", description: "Precision cuts using traditional barbering techniques combined with modern styling for the perfect look.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18491.jpg", imageAlt: "Professional haircut service"},
|
|
|
|
|
title: "Classic Haircuts", description: "Precision cuts using traditional barbering techniques combined with modern styling for the perfect look. We specialize in fades, tapers, and classic styles.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18491.jpg", imageAlt: "Professional haircut service"},
|
|
|
|
|
{
|
|
|
|
|
title: "Beard Grooming", description: "Expert beard trimming, shaping, and conditioning to keep your facial hair looking sharp and well-maintained.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=1", imageAlt: "Beard grooming service"},
|
|
|
|
|
title: "Beard Grooming", description: "Expert beard trimming, shaping, and conditioning to keep your facial hair looking sharp and well-maintained. We use premium products for optimal results.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=1", imageAlt: "Beard grooming service"},
|
|
|
|
|
{
|
|
|
|
|
title: "Straight Razor Shaves", description: "Traditional wet shaves with premium products and expert technique for ultimate smoothness and luxury.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=2", imageAlt: "Straight razor shave service"},
|
|
|
|
|
title: "Straight Razor Shaves", description: "Traditional wet shaves with premium products and expert technique for ultimate smoothness and luxury. Experience the classic barbershop shave.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=2", imageAlt: "Straight razor shave service"},
|
|
|
|
|
{
|
|
|
|
|
title: "Hair Styling", description: "Custom styling for any occasion using premium products and professional expertise to achieve your desired look.", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Hair styling service"},
|
|
|
|
|
title: "Hair Styling", description: "Custom styling for any occasion using premium products and professional expertise to achieve your desired look. From casual to formal events.", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Hair styling service"},
|
|
|
|
|
]}
|
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
@@ -101,13 +101,12 @@ export default function LandingPage() {
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
|
<InlineImageSplitTextAbout
|
|
|
|
|
heading={[
|
|
|
|
|
{ type: "text", content: "Crafted for Gentlemen," },
|
|
|
|
|
{ type: "text", content: "Perfected Through Experience" },
|
|
|
|
|
{ type: "text", content: "Crafted for Gentlemen, Perfected Through Experience" },
|
|
|
|
|
]}
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "About Us", href: "#" },
|
|
|
|
|
{ text: "Our Story", href: "#" },
|
|
|
|
|
{ text: "Location: 4659 N Elston, Chicago IL 60630", href: "https://maps.google.com/?q=4659+N+Elston+Chicago+IL+60630" },
|
|
|
|
|
{ text: "Contact Jay", href: "#contact" },
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
@@ -116,7 +115,7 @@ export default function LandingPage() {
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
<TestimonialCardOne
|
|
|
|
|
title="What Our Clients Say"
|
|
|
|
|
description="Real feedback from satisfied customers who trust Stay Fresh Barbershop"
|
|
|
|
|
description="Real feedback from satisfied customers who trust Stay Fresh Barbershop and Jay's expert barbering skills"
|
|
|
|
|
tag="Testimonials"
|
|
|
|
|
tagIcon={Star}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
@@ -153,10 +152,10 @@ export default function LandingPage() {
|
|
|
|
|
tagIcon={Phone}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
title="Ready for Your Fresh Look?"
|
|
|
|
|
description="Book your appointment today and experience the Stay Fresh difference. Our expert barbers are ready to give you a haircut and grooming experience you won't forget."
|
|
|
|
|
description="Book instantly online or call for your appointment today. Same-day appointments available. Experience the Stay Fresh difference with our expert barber Jay and team ready to give you a haircut and grooming experience you won't forget. Located at 4659 N Elston, Chicago IL 60630."
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Schedule Appointment", href: "#" },
|
|
|
|
|
{ text: "Call Us", href: "tel:+1234567890" },
|
|
|
|
|
{ text: "Call Us: (773) 555-0123", href: "tel:+17735550123" },
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
@@ -181,7 +180,7 @@ export default function LandingPage() {
|
|
|
|
|
{ label: "About Us", href: "#about" },
|
|
|
|
|
{ label: "Testimonials", href: "#testimonials" },
|
|
|
|
|
{ label: "Contact", href: "#contact" },
|
|
|
|
|
{ label: "Blog", href: "#" },
|
|
|
|
|
{ label: "Location", href: "https://maps.google.com/?q=4659+N+Elston+Chicago+IL+60630" },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
@@ -189,11 +188,11 @@ export default function LandingPage() {
|
|
|
|
|
{ label: "Facebook", href: "https://facebook.com" },
|
|
|
|
|
{ label: "Instagram", href: "https://instagram.com" },
|
|
|
|
|
{ label: "Twitter", href: "https://twitter.com" },
|
|
|
|
|
{ label: "Email", href: "mailto:info@stayfresh.com" },
|
|
|
|
|
{ label: "Email", href: "mailto:jay@stayfresh.com" },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
copyrightText="© 2025 Stay Fresh Barbershop. All rights reserved."
|
|
|
|
|
copyrightText="© 2025 Stay Fresh Barbershop. All rights reserved. 4659 N Elston, Chicago IL 60630. Owned by Jay the Barber."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
|