Merge version_2 into main #2
@@ -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() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user