Merge version_4 into main #6

Merged
bender merged 2 commits from version_4 into main 2026-03-03 13:47:44 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -1418,4 +1418,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -43,8 +43,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
title="Dubai's Premier Mens Grooming Experience"
description="Precision cuts, relaxing treatments, and professional service in a sophisticated, welcoming atmosphere. Trusted by 519 verified reviews ⭐⭐⭐⭐⭐"
title="Expert Precision Cuts & Premium Grooming"
description="Dubai's Premier Men's Grooming Experience. Relaxing treatments and professional service in a sophisticated, welcoming atmosphere. Trusted by 519 verified reviews ⭐⭐⭐⭐⭐"
tag="Premium Barbershop"
tagIcon={Scissors}
tagAnimation="slide-up"
@@ -173,8 +173,8 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Ready to Experience Premium Grooming?"
ctaDescription="Book now and get 15% off your first visit! Our team is ready to serve you. Simple booking process—just a few clicks away."
ctaButton={{ text: "Book Now First-Time 15% Off", href: "https://fresha.com" }}
ctaDescription="Book your appointment now or call us for any inquiries. Our team is ready to serve you."
ctaButton={{ text: "📅 Book Appointment", href: "https://fresha.com" }}
ctaIcon={Calendar}
faqs={[
{
@@ -241,4 +241,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}