3 Commits

Author SHA1 Message Date
c0b9a1c40f Update src/app/page.tsx 2026-03-03 13:47:39 +00:00
f34eab4876 Update src/app/layout.tsx 2026-03-03 13:47:38 +00:00
cee3d1ae8c Merge version_3 into main
Merge version_3 into main
2026-03-03 13:44:38 +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>
);
}
}