Merge version_8 into main #14

Merged
bender merged 2 commits from version_8 into main 2026-02-19 02:59:36 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -1332,4 +1332,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -44,6 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="LUXE TRAVELS"
logoClassName="text-white"
description="Discover the world's most exclusive destinations curated for discerning travelers seeking unparalleled luxury and authentic experiences."
slides={[
{
@@ -253,4 +254,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}