4 Commits

Author SHA1 Message Date
1556029910 Update src/app/page.tsx 2026-02-07 04:11:58 +00:00
b891e4e321 Update theme colors 2026-02-07 03:52:37 +00:00
2c26fc71b5 Update theme colors 2026-02-07 03:52:18 +00:00
56d99aaf3a Update theme colors 2026-02-07 03:51:51 +00:00
2 changed files with 24 additions and 34 deletions

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import SplitAbout from '@/components/sections/about/SplitAbout'; import TextAbout from '@/components/sections/about/TextAbout';
import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ProductCardFour from '@/components/sections/product/ProductCardFour';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
@@ -33,8 +33,10 @@ export default function LuxuryTravelPage() {
{ name: "Destinations", id: "destinations" }, { name: "Destinations", id: "destinations" },
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "Testimonials", id: "testimonials" }, { name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" },
]}
{ name: "Blog", id: "/blog" },
]}
button={{ button={{
text: "Book Journey", href: "contact" text: "Book Journey", href: "contact"
}} }}
@@ -57,25 +59,13 @@ export default function LuxuryTravelPage() {
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<SplitAbout <TextAbout
title="Discover the Ultimate in Luxury Travel"
description="At Luxe Journeys, we redefine bespoke travel experiences. Our team of experts curates exclusive itineraries tailored to your every desire, ensuring every moment is as memorable as it is luxurious."
tag="About Luxe Journeys" tag="About Luxe Journeys"
buttons={[ title="Bespoke travel curation for the discerning traveler. With over 20 years of expertise, we connect you to the world's most exclusive destinations, experiences, and accommodations."
{ text: "Our Story", href: "#about" },
{ text: "Explore Destinations", href: "/destinations" }
]}
bulletPoints={[
{ title: "Exclusive Destinations", description: "Access the world's most exclusive locations, from hidden gems to iconic landmarks." },
{ title: "Personalized Itineraries", description: "Every journey is uniquely crafted to match your interests and preferences." },
{ title: "Luxury Accommodations", description: "Stay in the finest hotels and resorts, where comfort and elegance are paramount." },
{ title: "Exceptional Service", description: "Our dedicated team ensures every detail is handled with the utmost care and attention." }
]}
imageSrc="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80"
imageAlt="Luxury Travel Experience"
imagePosition="left"
textboxLayout="stacked"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
buttons={[
{ text: "Our Story", href: "#about" }
]}
/> />
</div> </div>

View File

@@ -2,21 +2,21 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #f5faff;; /* --background: #f7f6f7;;;;;
--card: #f1f8ff;; --card: #ffffff;;;;;
--foreground: #001122;; --foreground: #25190c;;;;;
--primary-cta: #15479c;; --primary-cta: #ff6207;;;;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;;;;
--accent: #a8cce8;; --accent: #ffce93;;;;;
--background-accent: #7ba3cf;; */ --background-accent: #e8cfa8;;;;; */
--background: #f5faff;; --background: #f7f6f7;;;;;
--card: #f1f8ff;; --card: #ffffff;;;;;
--foreground: #001122;; --foreground: #25190c;;;;;
--primary-cta: #15479c;; --primary-cta: #ff6207;;;;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;;;;
--accent: #a8cce8;; --accent: #ffce93;;;;;
--background-accent: #7ba3cf;; --background-accent: #e8cfa8;;;;;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);