4 Commits

Author SHA1 Message Date
de4759c823 Update src/app/page.tsx 2026-04-18 14:44:24 +00:00
cc3e5a57d1 Merge version_3 into main
Merge version_3 into main
2026-04-18 14:35:50 +00:00
f9c0efc28d Update src/app/page.tsx 2026-04-18 14:35:47 +00:00
25faeb9c32 Merge version_2 into main
Merge version_2 into main
2026-04-18 14:21:41 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
title="Soar Beyond Ordinary"
description="Experience curated luxury travel with Phoenix Sky. From pristine beaches to breathtaking mountain vistas, we redefine your journey."
tag="Travel with Elegance"
buttons={[{ text: "Explore Tours", href: "#tours" }]}
buttons={[{ text: "Start Your Adventure", href: "#tours" }]}
mediaItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CXB6rh3kwljms1B1YlcC9Xmluu/uploaded-1776522084965-ml4zjx6o.jpg", imageAlt: "Phoenix Sky Branding" },
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-boardwalk-surrounded-by-greenery-ceahlau-national-park-romania_181624-39242.jpg", imageAlt: "Mountain resort vista" },
@@ -154,7 +154,7 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{ variant: "radial-gradient" }}
tag="Start Your Journey"
title="Ready for your next adventure?"
title="Ready to Plan Your Dream Escape?"
description="Get in touch today and let us build your perfect vacation."
buttons={[{ text: "Contact Us", href: "mailto:hello@phoenixsky.com" }]}
/>
@@ -174,4 +174,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}