Update src/app/page.tsx

This commit is contained in:
2026-03-07 08:52:31 +00:00
parent 5330a82669
commit 3af0e6ac76

View File

@@ -157,7 +157,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to experience ultimate relaxation? Book your personalized wellness session today and step into a world of tranquility and healing."
text="Ready to experience ultimate relaxation? Book your 60-minute session today—first-time clients receive 15% off. Over 5,000 satisfied clients trust Serenity Spa for their wellness journey."
animationType="entrance-slide"
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -177,4 +177,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}