diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index 7547564..7222500 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -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() {