5 Commits

Author SHA1 Message Date
b2d53c35c5 Merge version_3 into main
Merge version_3 into main
2026-06-03 21:15:44 +00:00
87a62734c3 Update src/app/page.tsx 2026-06-03 21:15:38 +00:00
c7ce85989c Merge version_2 into main
Merge version_2 into main
2026-06-03 21:06:37 +00:00
e200ba2614 Update src/app/page.tsx 2026-06-03 21:06:34 +00:00
cf58a0d1d5 Merge version_1 into main
Merge version_1 into main
2026-06-03 21:01:31 +00:00

View File

@@ -81,10 +81,10 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<TextAbout <TextAbout
useInvertedBackground={true} useInvertedBackground={true}
title="Your Journey to Exquisite Sensation" title="Your Gateway to Personalized Pleasure"
buttons={[ buttons={[
{ {
text: "Learn More About Us", href: "#"}, text: "Explore Our Philosophy", href: "#services"},
]} ]}
/> />
</div> </div>
@@ -245,9 +245,9 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain"}} variant: "plain"}}
tag="Ready for Indulgence?" tag="Ready to Elevate Your Senses?"
title="Book Your Ultimate Escape Today" title="Unlock Your Desires: Connect with Magic City"
description="Step into a realm of exquisite pleasure and personalized attention. Our team awaits to craft your perfect experience. Reach out to us to schedule your appointment or inquire about our exclusive offerings." description="Your journey to profound relaxation and ecstatic pleasure begins here. Reach out to us today to confidentially discuss your desires and schedule an unforgettable experience tailored just for you. Our dedicated team is eager to assist."
buttons={[ buttons={[
{ {
text: "Schedule an Appointment", href: "#"}, text: "Schedule an Appointment", href: "#"},
@@ -290,10 +290,10 @@ export default function LandingPage() {
], ],
}, },
]} ]}
copyrightText="© 2024 Magic City. All rights reserved." copyrightText="© 2024 Magic City. Where every touch is an art. All rights reserved."
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }