diff --git a/src/app/page.tsx b/src/app/page.tsx index f44166a..d240c56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { tag="Travel with Elegance" buttons={[{ text: "Explore Tours", 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" } ]} @@ -174,4 +174,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index fbd84bc..a314bc1 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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);