Update src/app/page.tsx
This commit is contained in:
@@ -40,7 +40,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<div id="hero" data-section="hero" data-animation="fade-in">
|
||||
<HeroCentered
|
||||
title="Fort Lauderdale's #1 Barbershop for Clean Fades & Fresh Cuts"
|
||||
description="Precision fades, sharp lineups, and professional grooming in the heart of Fort Lauderdale. Experience premium barbershop culture at Gateway Shopping Center."
|
||||
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="socialproof" data-section="socialproof">
|
||||
<div id="socialproof" data-section="socialproof" data-animation="slide-up">
|
||||
<SocialProofOne
|
||||
title="Why Clients Choose Florida Fadez"
|
||||
description="Join over 62 satisfied customers who trust us with their grooming needs"
|
||||
@@ -83,7 +83,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<div id="services" data-section="services" data-animation="slide-up" data-stagger="true">
|
||||
<ProductCardOne
|
||||
title="Our Premium Barbershop Services"
|
||||
description="Precision cuts and grooming services tailored to your style. Every service performed by experienced professionals."
|
||||
@@ -117,7 +117,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="whyus" data-section="whyus">
|
||||
<div id="whyus" data-section="whyus" data-animation="reveal-blur">
|
||||
<TextAbout
|
||||
tag="Why Choose Florida Fadez"
|
||||
tagIcon={undefined}
|
||||
@@ -132,7 +132,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<div id="team" data-section="team" data-animation="slide-up" data-stagger="true">
|
||||
<TeamCardTwo
|
||||
title="Meet Our Expert Barbers"
|
||||
description="Meet the talented professionals behind Florida Fadez. Each barber brings years of experience and passion for precision grooming."
|
||||
@@ -165,14 +165,14 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
ariaLabel="Meet the Florida Fadez barber team"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<div id="testimonials" data-section="testimonials" data-animation="slide-up" data-stagger="true">
|
||||
<TestimonialCardTwo
|
||||
title="What Our Clients Say"
|
||||
description="Real reviews from satisfied customers who trust Florida Fadez with their grooming"
|
||||
@@ -198,14 +198,14 @@ export default function LandingPage() {
|
||||
id: "6", name: "Robert Jackson", role: "Referral Customer", testimonial: "My friend recommended Florida Fadez and I'm so glad he did. Best barbers in the area. Quality work every single time. Five stars all day!", imageSrc: "http://img.b2bpic.net/free-photo/group-therapy-session-with-sticky-notes_23-2148856270.jpg", imageAlt: "Robert Jackson testimonial"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Customer testimonials for Florida Fadez Barbershop"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="booking" data-section="booking">
|
||||
<div id="booking" data-section="booking" data-animation="scale-in">
|
||||
<ContactText
|
||||
text="Ready for Your Fresh Cut? Book your appointment today at Florida Fadez. Call now or schedule online for the premium barbershop experience in Fort Lauderdale."
|
||||
animationType="background-highlight"
|
||||
@@ -219,7 +219,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<div id="contact" data-section="contact" data-animation="slide-up" data-stagger="true">
|
||||
<MetricCardEleven
|
||||
title="Visit Florida Fadez"
|
||||
description="Located in the heart of Fort Lauderdale at Gateway Shopping Center. Open daily with convenient hours for your schedule."
|
||||
@@ -236,14 +236,14 @@ export default function LandingPage() {
|
||||
id: "3", value: "Easy Booking", title: "+1 561-466-6306", description: "Call to schedule or inquire about services", imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205857.jpg", imageAlt: "Professional barbershop chairs"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Contact information and location for Florida Fadez"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<div id="footer" data-section="footer" data-animation="fade-in">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186469.jpg"
|
||||
imageAlt="Premium barbershop atmosphere at Florida Fadez"
|
||||
|
||||
Reference in New Issue
Block a user