5 Commits

Author SHA1 Message Date
3c4a0a0ce6 Merge version_4 into main
Merge version_4 into main
2026-04-28 11:19:40 +00:00
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
70fa63f472 Update src/app/page.tsx 2026-04-28 11:18:30 +00:00
7b7810e912 Merge version_2 into main
Merge version_2 into main
2026-04-28 11:18:23 +00:00

View File

@@ -95,8 +95,7 @@ export default function LandingPage() {
<div id="services" data-section="services"> <div id="services" data-section="services">
<ProductCardFour <ProductCardFour
animationType="slide-up" animationType="slide-up"
textboxLayout="split-actions" textboxLayout="default"
buttons={[{ text: "Book Services Now", href: "#contact" }]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
@@ -153,7 +152,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ 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: "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." } { id: "q3", title: "Wi-Fi access?", content: "Free high-speed Wi-Fi is available across all terminals." }
]} ]}