Update src/app/page.tsx

This commit is contained in:
2026-05-30 13:28:26 +00:00
parent b3d725bbaa
commit 719eaec284

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardCarousel <HeroBillboardCarousel
title="Your Ultimate Destination Management Partner" title="Effortless Events, Unforgettable Experiences: Your Global DMC Partner"
description="Transforming your vision into unforgettable events. From corporate conferences to incentive travel, we handle every detail with local expertise and global standards." description="Transforming your vision into unforgettable events. From corporate conferences to incentive travel, we handle every detail with local expertise and global standards."
background={{ background={{
variant: "downward-rays-animated" variant: "downward-rays-animated"
@@ -235,4 +235,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }