Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-04-28 11:19:40 +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={[
@@ -95,8 +95,7 @@ export default function LandingPage() {
<div id="services" data-section="services">
<ProductCardFour
animationType="slide-up"
textboxLayout="split-actions"
buttons={[{ text: "Book Services Now", href: "#contact" }]}
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
@@ -153,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." }
]}