3 Commits

Author SHA1 Message Date
aeb4f48ad7 Update src/app/page.tsx 2026-02-19 02:59:32 +00:00
23f9281698 Update src/app/layout.tsx 2026-02-19 02:59:31 +00:00
ab2846e50c Merge version_7 into main
Merge version_7 into main
2026-02-19 02:55:10 +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>
);
}
}