Update src/app/services/page.tsx

This commit is contained in:
2026-03-05 07:52:04 +00:00
parent 2632959543
commit 7ce948aafe

View File

@@ -18,8 +18,7 @@ export default function ServicesPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Airport Transfers", href: "/" },
{ label: "Intercity Transfers", href: "/" },
{ label: "City Tours", href: "/" },
@@ -27,8 +26,7 @@ export default function ServicesPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/services" },
{ label: "Our Fleet", href: "/fleet" },
{ label: "Testimonials", href: "/" },
@@ -36,8 +34,7 @@ export default function ServicesPage() {
],
},
{
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" },
@@ -53,7 +50,7 @@ export default function ServicesPage() {
borderRadius="soft"
contentWidth="medium"
sizing="large"
background="grid"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="layered"
@@ -76,25 +73,13 @@ export default function ServicesPage() {
useInvertedBackground={false}
features={[
{
id: "1",
title: "Airport Transfers",
description: "Meet & greet service with flight tracking. Quick pickups from Istanbul Airport (IST) and Sabiha Gökçen (SAW) to all districts. Professional drivers ensure safe, comfortable journeys with assistance for luggage.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-valet-helping-man_23-2149901412.jpg?_wi=2",
imageAlt: "Airport Transfer Service"
id: "1", title: "Airport Transfers", description: "Meet & greet service with flight tracking. Quick pickups from Istanbul Airport (IST) and Sabiha Gökçen (SAW) to all districts. Professional drivers ensure safe, comfortable journeys with assistance for luggage.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-valet-helping-man_23-2149901412.jpg", imageAlt: "Airport Transfer Service"
},
{
id: "2",
title: "Intercity Transfers",
description: "Luxury transportation to Bursa, Sapanca, Bolu, Antalya, and Cappadocia. Premium comfort for longer journeys with experienced drivers familiar with all routes, scenic stops, and travel regulations.",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-road-traffic-beautiful-nature-blue-clear-sky_181624-54977.jpg?_wi=2",
imageAlt: "Intercity Transfer"
id: "2", title: "Intercity Transfers", description: "Luxury transportation to Bursa, Sapanca, Bolu, Antalya, and Cappadocia. Premium comfort for longer journeys with experienced drivers familiar with all routes, scenic stops, and travel regulations.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-road-traffic-beautiful-nature-blue-clear-sky_181624-54977.jpg", imageAlt: "Intercity Transfer"
},
{
id: "3",
title: "City Tours",
description: "Private guided or custom tours through Istanbul. Explore the Old City, stunning Bosphorus views, and hidden gems with knowledgeable local drivers. Flexible itineraries for your interests.",
imageSrc: "http://img.b2bpic.net/free-photo/women-tourists-holding-man-s-hand-leading-him-mosque-konya-turkey_335224-552.jpg?_wi=2",
imageAlt: "Istanbul City Tour"
id: "3", title: "City Tours", description: "Private guided or custom tours through Istanbul. Explore the Old City, stunning Bosphorus views, and hidden gems with knowledgeable local drivers. Flexible itineraries for your interests.", imageSrc: "http://img.b2bpic.net/free-photo/women-tourists-holding-man-s-hand-leading-him-mosque-konya-turkey_335224-552.jpg", imageAlt: "Istanbul City Tour"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -106,7 +91,7 @@ export default function ServicesPage() {
<ContactText
text="Need a specific service customized for your group? Contact us today to discuss your requirements and receive a personalized quote."
animationType="entrance-slide"
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Get a Quote", href: "/booking" },