1 Commits

Author SHA1 Message Date
ee1cdf05ed Bob AI: Change the h1 to: Explore the World's Most Exclusi... 2026-02-07 00:01:05 +00:00
2 changed files with 33 additions and 23 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 TextAbout from '@/components/sections/about/TextAbout'; import SplitAbout from '@/components/sections/about/SplitAbout';
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,10 +33,8 @@ 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"
}} }}
@@ -59,13 +57,25 @@ export default function LuxuryTravelPage() {
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<TextAbout <SplitAbout
title="Explore the World's Most Exclusive Destinations"
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"
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."
useInvertedBackground="noInvert"
buttons={[ buttons={[
{ text: "Our Story", href: "#about" } { 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"
/> />
</div> </div>

View File

@@ -2,21 +2,21 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #f7f6f7;;;;; /* --background: #f5faff;;
--card: #ffffff;;;;; --card: #f1f8ff;;
--foreground: #25190c;;;;; --foreground: #001122;;
--primary-cta: #ff6207;;;;; --primary-cta: #15479c;;
--secondary-cta: #ffffff;;;;; --secondary-cta: #ffffff;;
--accent: #ffce93;;;;; --accent: #a8cce8;;
--background-accent: #e8cfa8;;;;; */ --background-accent: #7ba3cf;; */
--background: #f7f6f7;;;;; --background: #f5faff;;
--card: #ffffff;;;;; --card: #f1f8ff;;
--foreground: #25190c;;;;; --foreground: #001122;;
--primary-cta: #ff6207;;;;; --primary-cta: #15479c;;
--secondary-cta: #ffffff;;;;; --secondary-cta: #ffffff;;
--accent: #ffce93;;;;; --accent: #a8cce8;;
--background-accent: #e8cfa8;;;;; --background-accent: #7ba3cf;;
/* 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);