Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c4a0a0ce6 | |||
| 9c2160b774 | |||
| 84921f9b5b | |||
| 70fa63f472 | |||
| 7b7810e912 |
@@ -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." }
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user