Update src/app/booking/page.tsx

This commit is contained in:
2026-03-05 07:52:03 +00:00
parent ffecaa0d96
commit 80ec676f8a

View File

@@ -17,8 +17,7 @@ export default function BookingPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Airport Transfers", href: "/" },
{ label: "Intercity Transfers", href: "/" },
{ label: "City Tours", href: "/" },
@@ -26,8 +25,7 @@ export default function BookingPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/services" },
{ label: "Our Fleet", href: "/fleet" },
{ label: "Testimonials", href: "/" },
@@ -35,8 +33,7 @@ export default function BookingPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: +90 506 900 05 03", href: "tel:+905069000503" },
{ label: "WhatsApp Support", href: "https://wa.me/905069000503" },
{ label: "Email: info@premiumtransferistanbul.com", href: "mailto:info@premiumtransferistanbul.com" },
@@ -52,7 +49,7 @@ export default function BookingPage() {
borderRadius="soft"
contentWidth="medium"
sizing="large"
background="grid"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="layered"
@@ -70,7 +67,7 @@ export default function BookingPage() {
<ContactText
text="Book Your Premium Transfer. Contact us via phone, WhatsApp, or email with your travel details. We'll provide an instant quote and confirm your reservation within minutes."
animationType="reveal-blur"
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Call +90 506 900 05 03", href: "tel:+905069000503" },