5 Commits

Author SHA1 Message Date
1a936fa029 Update theme colors 2026-04-18 14:48:01 +00:00
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
2 changed files with 7 additions and 7 deletions

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>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5faff;
--card: #f1f8ff;
--background: #a50000;
--card: #edcf0e;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta: #9c1414;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #a8cce8;
--background-accent: #7ba3cf;
--background-accent: #bb1e1e;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);