2 Commits

Author SHA1 Message Date
801a19d48e Update src/app/page.tsx 2026-04-25 15:50:19 +00:00
f9cc207a15 Merge version_2 into main
Merge version_2 into main
2026-04-25 15:48:59 +00:00

View File

@@ -64,7 +64,7 @@ export default function LandingPage() {
]}
buttons={[
{
text: "Book on WhatsApp", href: "https://wa.me/971568331814?text=Hi%20Wakanda%20Gents%20Salon%2C%20I%20want%20to%20book%20an%20appointment"},
text: "Book Your Appointment Now", href: "https://wa.me/971568331814?text=Hi%20Wakanda%20Gents%20Salon%2C%20I%20want%20to%20book%20an%20appointment"},
{
text: "Call Now", href: "tel:+971568331814"},
{
@@ -253,4 +253,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}