11 Commits

Author SHA1 Message Date
f850888ba5 Update src/app/page.tsx 2026-02-19 03:02:17 +00:00
e6a07ea855 Merge version_8 into main
Merge version_8 into main
2026-02-19 02:59:36 +00:00
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 6 additions and 2 deletions

View File

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

View File

@@ -44,7 +44,9 @@ 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."
descriptionClassName="text-white"
slides={[
{
imageSrc: "https://images.unsplash.com/photo-1551632786-de41ec802fcf?w=1200&h=800&fit=crop", imageAlt: "Tropical island with turquoise waters"
@@ -234,6 +236,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 +255,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}