Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f3f6ce7808 | |||
| 00999fdbe7 | |||
| c11bd21f73 | |||
| 1de5c39cab | |||
| 1e01bce0f4 | |||
| 1a936fa029 | |||
| 7cafeb6049 | |||
| de4759c823 | |||
| cc3e5a57d1 | |||
| f9c0efc28d | |||
| 25faeb9c32 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5faff;
|
||||
--card: #f1f8ff;
|
||||
--background: #ffffff;
|
||||
--card: #d5ba07;
|
||||
--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);
|
||||
|
||||
Reference in New Issue
Block a user