7 Commits

Author SHA1 Message Date
8a66d865cd Update src/app/page.tsx 2026-03-03 14:20:52 +00:00
79c88e5e83 Merge version_2 into main
Merge version_2 into main
2026-03-03 14:16:34 +00:00
67d62eaf5e Update src/app/page.tsx 2026-03-03 14:16:28 +00:00
c6e5c7cae9 Merge version_1 into main
Merge version_1 into main
2026-03-03 14:15:09 +00:00
179edf3f2a Merge version_1 into main
Merge version_1 into main
2026-03-03 14:12:56 +00:00
7779310f4c Merge version_1 into main
Merge version_1 into main
2026-03-03 14:06:10 +00:00
991b1a98c7 Merge version_1 into main
Merge version_1 into main
2026-03-03 14:05:30 +00:00

View File

@@ -132,7 +132,7 @@ export default function LandingPage() {
testimonials={heroTestimonials}
buttons={[
{
text: "Book on WhatsApp", href: "https://wa.me/971123456789?text=I%20would%20like%20to%20book%20a%20massage%20appointment%20at%20Royal%20Moon%20Spa"
text: "Book Your Appointment", href: "https://wa.me/971123456789?text=I%20would%20like%20to%20book%20a%20massage%20appointment%20at%20Royal%20Moon%20Spa"
},
{
text: "Learn More", href: "#about"
@@ -188,8 +188,8 @@ export default function LandingPage() {
<div id="location" data-section="location">
<ContactSplit
tag="Visit Us"
title="Find Us in Ajman"
description="Royal Moon Spa is conveniently located in Ajman. Visit us today or contact us for more information about our services and business hours."
title="Visit Us in Ajman"
description="Located in the heart of Ajman, Royal Moon Spa is easily accessible. Check our hours and get directions to experience our premium wellness services."
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/room-with-massage-tables-wall-with-lights-it_188544-36461.jpg"
imageAlt="Royal Moon Spa Location"
@@ -197,8 +197,8 @@ export default function LandingPage() {
useInvertedBackground={false}
mediaPosition="right"
inputPlaceholder="Enter your email"
buttonText="Subscribe to Updates"
termsText="We respect your privacy. Unsubscribe anytime."
buttonText="Get Directions & Hours"
termsText="Visit us today to discover our complete range of wellness treatments."
/>
</div>