8 Commits

Author SHA1 Message Date
db6463eabd Merge version_3 into main
Merge version_3 into main
2026-03-07 22:06:22 +00:00
51c255007a Update src/app/page.tsx 2026-03-07 22:06:18 +00:00
5785c1b9d4 Merge version_2 into main
Merge version_2 into main
2026-03-07 22:05:42 +00:00
be378e9faa Update src/app/page.tsx 2026-03-07 22:05:38 +00:00
e5400c6242 Update src/app/layout.tsx 2026-03-07 22:05:37 +00:00
441da37458 Merge version_1 into main
Merge version_1 into main
2026-03-07 22:04:45 +00:00
f2aa85b1bd Merge version_1 into main
Merge version_1 into main
2026-03-07 22:04:00 +00:00
36d2f5f108 Merge version_1 into main
Merge version_1 into main
2026-03-07 22:02:59 +00:00
2 changed files with 20 additions and 1413 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -9,7 +9,7 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Calendar, Scissors, Star } from 'lucide-react';
import { Calendar, Scissors, Star, MapPin } from 'lucide-react';
export default function LandingPage() {
return (
@@ -42,7 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
title="Premium Barbershop Excellence"
description="Experience the art of professional grooming at Fade Away Vazquez. Where precision meets hospitality in every cut."
description="Experience the art of professional grooming at Fade Away Vazquez. Where precision meets hospitality in every cut. Located at 928 Thomas Drive, Panama City, FL 32408."
tag="Est. 2020"
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
@@ -76,7 +76,7 @@ export default function LandingPage() {
<MetricSplitMediaAbout
tag="Our Story"
title="Master Barber Craftsmanship Since 2020"
description="Fade Away Vazquez is more than a barbershop—it's a sanctuary for style-conscious men seeking precision cuts and exceptional service. Founded with a passion for the art of barbering, we blend traditional techniques with modern trends to deliver results that exceed expectations."
description="Fade Away Vazquez is more than a barbershop—it's a sanctuary for style-conscious men seeking precision cuts and exceptional service. Founded with a passion for the art of barbering, we blend traditional techniques with modern trends to deliver results that exceed expectations. Visit us at 928 Thomas Drive, Panama City, FL 32408."
metrics={[
{ value: "5,000+", title: "Satisfied Clients" },
{ value: "15+", title: "Years Combined Experience" }
@@ -93,7 +93,7 @@ export default function LandingPage() {
<div id="services" data-section="services">
<FeatureBento
title="Premium Services"
description="Expert barber services tailored to your style and preferences"
description="Expert barber services tailored to your style and preferences. Available at our Panama City location at 928 Thomas Drive."
tag="Our Specialties"
tagIcon={Scissors}
tagAnimation="slide-up"
@@ -120,7 +120,7 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardNine
title="Our Pricing"
description="Transparent pricing for premium barber services"
description="Transparent pricing for premium barber services at 928 Thomas Drive, Panama City, FL 32408"
tag="Services & Rates"
tagAnimation="slide-up"
textboxLayout="default"
@@ -146,7 +146,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
title="Client Reviews"
description="Hear from our satisfied clients about their experience at Fade Away Vazquez"
description="Hear from our satisfied clients about their experience at Fade Away Vazquez, 928 Thomas Drive, Panama City, FL 32408"
tag="Testimonials"
tagIcon={Star}
tagAnimation="slide-up"
@@ -176,7 +176,7 @@ export default function LandingPage() {
tagIcon={Calendar}
tagAnimation="slide-up"
title="Book Your Appointment"
description="Reserve your spot at Fade Away Vazquez and experience premium barbershop service. Our booking system makes it easy to schedule."
description="Reserve your spot at Fade Away Vazquez and experience premium barbershop service. Visit us at 928 Thomas Drive, Panama City, FL 32408, United States. Our booking system makes it easy to schedule."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/back-view-smiley-barber-using-hairdryer_23-2148298282.jpg"
@@ -192,10 +192,10 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Fade Away Vazquez"
leftLink={{ text: "Privacy Policy", href: "#" }}
leftLink={{ text: "928 Thomas Drive, Panama City, FL 32408", href: "#" }}
rightLink={{ text: "Contact", href: "mailto:info@fadeawayvazquez.com" }}
/>
</div>
</ThemeProvider>
);
}
}