6 Commits

Author SHA1 Message Date
023d6fa08f Merge version_9 into main
Merge version_9 into main
2026-02-19 03:02:21 +00:00
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
2 changed files with 4 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"
@@ -253,4 +255,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}