Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-20 20:15:13 +00:00
2 changed files with 31 additions and 8 deletions

View File

@@ -217,6 +217,12 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg", imageAlt: "David Kumar"
}
]}
cardClassName="bg-gradient-to-br from-[#2d5016] to-[#1a3009] border-2 border-[#4a7c2c] shadow-lg hover:shadow-xl transition-all"
textBoxClassName="space-y-2"
nameClassName="text-[#f5fce8] font-semibold"
handleClassName="text-[#c5d96f] text-sm"
testimonialClassName="text-[#e8f0d5] italic"
ratingClassName="text-[#c5d96f]"
/>
</div>
@@ -250,6 +256,10 @@ export default function LandingPage() {
id: "6", title: "What documents do I need for international travel?", content: "You'll need a valid passport with at least 6 months validity. Visa requirements depend on your destination. We provide a detailed checklist and can assist with visa information upon booking."
}
]}
accordionClassName="border-2 border-[#4a7c2c] bg-gradient-to-r from-[#2d5016] to-[#1a3009] rounded-lg shadow-md hover:shadow-lg transition-all"
accordionTitleClassName="text-[#f5fce8] font-semibold"
accordionIconClassName="text-[#c5d96f]"
accordionContentClassName="text-[#e8f0d5]"
/>
</div>
@@ -269,6 +279,14 @@ export default function LandingPage() {
buttonText="Explore Packages"
termsText="By signing up, you agree to receive updates about exclusive travel deals and our latest destinations. We respect your privacy."
ariaLabel="Contact form to start your travel journey"
tagClassName="text-[#4a7c2c] font-semibold"
titleClassName="text-[#1a3009] font-bold"
descriptionClassName="text-[#2d5016]"
formWrapperClassName="bg-gradient-to-br from-[#e8f0d5] to-[#d9e6c0]"
inputClassName="border-2 border-[#4a7c2c] bg-white text-[#1a3009] placeholder-[#4a7c2c]"
buttonClassName="bg-gradient-to-r from-[#4a7c2c] to-[#2d5016] hover:from-[#2d5016] hover:to-[#1a3009]"
buttonTextClassName="text-[#f5fce8] font-semibold"
termsClassName="text-[#2d5016]"
/>
</div>
@@ -310,8 +328,13 @@ export default function LandingPage() {
]}
bottomLeftText="© 2024 Wanderlust Travels. All rights reserved."
bottomRightText="Made with passion for adventure"
containerClassName="bg-gradient-to-r from-[#1a3009] to-[#2d5016] border-t-2 border-[#4a7c2c]"
columnTitleClassName="text-[#c5d96f] font-bold"
columnItemClassName="text-[#e8f0d5] hover:text-[#c5d96f] transition-colors"
bottomLeftTextClassName="text-[#c5d96f]"
bottomRightTextClassName="text-[#e8f0d5]"
/>
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #106EFB;
--background: #f5fce8;
--card: #e8f0d5;
--foreground: #1a3009;
--primary-cta: #4a7c2c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #d9e6c0;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #106EFB;
--accent: #c5d96f;
--background-accent: #2d5016;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);