Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b2d53c35c5 | |||
| 87a62734c3 | |||
| c7ce85989c | |||
| e200ba2614 | |||
| cf58a0d1d5 |
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user