5 Commits

Author SHA1 Message Date
365a9e29d0 Merge version_4 into main
Merge version_4 into main
2026-05-12 22:39:55 +00:00
eb84fe61fc Merge version_3 into main
Merge version_3 into main
2026-05-12 22:39:53 +00:00
cd0cddb00c Update src/app/page.tsx 2026-05-12 22:39:52 +00:00
7fb185ac66 Update src/app/page.tsx 2026-05-12 22:39:50 +00:00
f7c4e90b1f Merge version_2 into main
Merge version_2 into main
2026-05-12 22:27:25 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
tag="PREMIER TRANSPORT"
tagAnimation="blur-reveal"
buttons={[
{ text: "Book Your Limo", href: "#contact" },
{ text: "Reserve Your Limousine", href: "#contact" },
{ text: "Our Fleet", href: "#products" },
]}
mediaItems={[
@@ -171,7 +171,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "q1", title: "What areas do you serve?", content: "We serve all of Dubai, including airport transfers and neighboring Emirates." },
{ id: "q1", title: "What areas do you serve?", content: "We serve all of Dubai, including Dubai International Airport (DXB) and neighboring Emirates." },
{ id: "q2", title: "How do I book a limo?", content: "You can book directly via our website or reach out to our concierge for custom arrangements." },
{ id: "q3", title: "Is security included?", content: "Yes, for VIP services, we provide integrated security and escort arrangements." },
]}
@@ -219,4 +219,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}