Update src/app/page.tsx

This commit is contained in:
2026-04-28 11:18:30 +00:00
parent ad2355e9e1
commit 70fa63f472

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{ variant: "gradient-bars" }}
title="Welcome to Maharaja Bir Bikram Airport"
title="The Future of Travel: Maharaja Bir Bikram Airport"
description="Connecting Agartala to the world with modern infrastructure, seamless travel experiences, and state-of-the-art facilities."
tag="Gateway to the North East"
buttons={[
@@ -186,4 +186,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}