9 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
844cfd8a18 Update src/app/page.tsx 2026-02-19 02:55:05 +00:00
fcd8699c87 Merge version_6 into main
Merge version_6 into main
2026-02-19 02:52:57 +00:00
8e72b0057e Merge version_6 into main
Merge version_6 into main
2026-02-19 02:50:55 +00:00
7913b34299 Merge version_6 into main
Merge version_6 into main
2026-02-19 02:49:50 +00:00
a746715e75 Merge version_6 into main
Merge version_6 into main
2026-02-19 02:44:28 +00:00
b6d55c0d05 Merge version_6 into main
Merge version_6 into main
2026-02-19 02:39:11 +00:00
2 changed files with 5 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={[
{
@@ -234,6 +235,8 @@ export default function LandingPage() {
imageAlt="Luxury travel consultation lounge"
mediaPosition="right"
mediaAnimation="slide-up"
containerClassName="gap-8 md:gap-12 lg:gap-16"
contentClassName="flex flex-col gap-8 md:gap-12 lg:gap-16"
/>
</div>
@@ -251,4 +254,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}