7 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
a87ee0d5d7 Update src/app/styles/variables.css 2026-04-18 14:21:38 +00:00
cbd71c5832 Update src/app/page.tsx 2026-04-18 14:21:37 +00:00
bc6f2598e5 Merge version_1 into main
Merge version_1 into main
2026-04-18 14:19:11 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -49,9 +49,9 @@ 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: "http://img.b2bpic.net/free-photo/winsome-blonde-girl-striped-dress-chilling-cafe-smiling-gorgeous-young-woman-sitting-restaurant-with-glass-wine_197531-9588.jpg", imageAlt: "Airplane travel view" },
{ 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" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hudson-river-sunset-new-york-city_649448-4381.jpg", imageAlt: "City skyline sunset" }
]}
@@ -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" }]}
/>

View File

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