4 Commits

Author SHA1 Message Date
9c2160b774 Update src/app/page.tsx 2026-04-28 11:19:36 +00:00
84921f9b5b Merge version_3 into main
Merge version_3 into main
2026-04-28 11:18:33 +00:00
7b7810e912 Merge version_2 into main
Merge version_2 into main
2026-04-28 11:18:23 +00:00
bd8727a529 Update src/app/page.tsx 2026-04-28 11:18:19 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{ variant: "gradient-bars" }}
title="The Future of Travel: Maharaja Bir Bikram Airport"
title="Welcome to 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={[
@@ -152,7 +152,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "q1", title: "Check-in timing?", content: "We recommend arriving 2 hours before your flight." },
{ id: "q1", title: "Check-in timing?", content: "For domestic flights, please arrive 2 hours prior. For international flights, arrive 3 hours before departure to ensure a smooth boarding process and avoid terminal congestion." },
{ id: "q2", title: "Parking facilities?", content: "Secure long-term and short-term parking available." },
{ id: "q3", title: "Wi-Fi access?", content: "Free high-speed Wi-Fi is available across all terminals." }
]}