Merge version_1 into main #2
@@ -34,9 +34,7 @@ export default function ContactPage() {
|
||||
brandName="Alexander Taxi"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#booking",
|
||||
}}
|
||||
text: "Book Now", href: "#booking"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -60,37 +58,19 @@ export default function ContactPage() {
|
||||
tag="FAQ"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I book a taxi?",
|
||||
content: "You can book through our website using the booking form, call us directly at +357 2611 1111, or download our mobile app. We accept bookings up to 6 months in advance.",
|
||||
},
|
||||
id: "1", title: "How do I book a taxi?", content: "You can book through our website using the booking form, call us directly at +357 2611 1111, or download our mobile app. We accept bookings up to 6 months in advance."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept cash, credit cards (Visa, Mastercard), debit cards, and digital payments (Google Pay, Apple Pay). Corporate accounts can arrange invoicing.",
|
||||
},
|
||||
id: "2", title: "What payment methods do you accept?", content: "We accept cash, credit cards (Visa, Mastercard), debit cards, and digital payments (Google Pay, Apple Pay). Corporate accounts can arrange invoicing."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are your prices fixed or metered?",
|
||||
content: "Airport transfers and pre-booked services have fixed prices. City rides can be metered if preferred. All prices are transparent with no hidden fees.",
|
||||
},
|
||||
id: "3", title: "Are your prices fixed or metered?", content: "Airport transfers and pre-booked services have fixed prices. City rides can be metered if preferred. All prices are transparent with no hidden fees."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you offer airport transfers?",
|
||||
content: "Yes, we specialize in airport transfers from Paphos International Airport. We offer 24/7 service with fixed pricing and professional drivers.",
|
||||
},
|
||||
id: "4", title: "Do you offer airport transfers?", content: "Yes, we specialize in airport transfers from Paphos International Airport. We offer 24/7 service with fixed pricing and professional drivers."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Can I book for a group?",
|
||||
content: "Absolutely! We have vehicles for groups of 4 to 8 passengers. Group discounts are available. Contact us for custom group packages.",
|
||||
},
|
||||
id: "5", title: "Can I book for a group?", content: "Absolutely! We have vehicles for groups of 4 to 8 passengers. Group discounts are available. Contact us for custom group packages."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What if I need to cancel my booking?",
|
||||
content: "Cancellations made 24 hours before pickup are free. Cancellations within 24 hours may incur a small fee. Emergency cancellations are handled case-by-case.",
|
||||
},
|
||||
id: "6", title: "What if I need to cancel my booking?", content: "Cancellations made 24 hours before pickup are free. Cancellations within 24 hours may incur a small fee. Emergency cancellations are handled case-by-case."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -101,8 +81,7 @@ export default function ContactPage() {
|
||||
logoText="Alexander Taxi"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Airport Transfers", href: "/services" },
|
||||
{ label: "City Tours", href: "/services" },
|
||||
{ label: "Business Transport", href: "/services" },
|
||||
@@ -110,8 +89,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Our Fleet", href: "/fleet" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
@@ -119,8 +97,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "/contact" },
|
||||
{ label: "Book Now", href: "/booking" },
|
||||
{ label: "Track Ride", href: "#" },
|
||||
@@ -128,8 +105,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: +357 2611 1111", href: "tel:+35726111111" },
|
||||
{ label: "Email: info@alexandertaxi.cy", href: "mailto:info@alexandertaxi.cy" },
|
||||
{ label: "Address: Paphos, Cyprus", href: "#" },
|
||||
|
||||
@@ -35,9 +35,7 @@ export default function FleetPage() {
|
||||
brandName="Alexander Taxi"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#booking",
|
||||
}}
|
||||
text: "Book Now", href: "#booking"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -48,45 +46,17 @@ export default function FleetPage() {
|
||||
tag="Fleet"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Mercedes-Benz",
|
||||
name: "E-Class Sedan",
|
||||
price: "€45-60",
|
||||
rating: 5,
|
||||
reviewCount: "200+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg?_wi=3",
|
||||
imageAlt: "Mercedes E-Class luxury sedan",
|
||||
},
|
||||
id: "1", brand: "Mercedes-Benz", name: "E-Class Sedan", price: "€45-60", rating: 5,
|
||||
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg", imageAlt: "Mercedes E-Class luxury sedan"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "BMW",
|
||||
name: "7 Series Luxury",
|
||||
price: "€60-80",
|
||||
rating: 5,
|
||||
reviewCount: "150+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg?_wi=4",
|
||||
imageAlt: "BMW 7 Series luxury vehicle",
|
||||
},
|
||||
id: "2", brand: "BMW", name: "7 Series Luxury", price: "€60-80", rating: 5,
|
||||
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg", imageAlt: "BMW 7 Series luxury vehicle"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Volkswagen",
|
||||
name: "Passat Comfort",
|
||||
price: "€35-50",
|
||||
rating: 5,
|
||||
reviewCount: "180+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fast-wagon-car-winter-highway-road-motion_169016-71288.jpg?_wi=2",
|
||||
imageAlt: "Volkswagen Passat comfort vehicle",
|
||||
},
|
||||
id: "3", brand: "Volkswagen", name: "Passat Comfort", price: "€35-50", rating: 5,
|
||||
reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/fast-wagon-car-winter-highway-road-motion_169016-71288.jpg", imageAlt: "Volkswagen Passat comfort vehicle"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Mercedes-Benz",
|
||||
name: "V-Class Van (8 seats)",
|
||||
price: "€70-100",
|
||||
rating: 5,
|
||||
reviewCount: "120+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-sitting-backseat-taxi_23-2149236709.jpg?_wi=2",
|
||||
imageAlt: "Mercedes V-Class group transport van",
|
||||
},
|
||||
id: "4", brand: "Mercedes-Benz", name: "V-Class Van (8 seats)", price: "€70-100", rating: 5,
|
||||
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-sitting-backseat-taxi_23-2149236709.jpg", imageAlt: "Mercedes V-Class group transport van"},
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
animationType="scale-rotate"
|
||||
@@ -102,7 +72,7 @@ export default function FleetPage() {
|
||||
description="All our vehicles meet the highest international safety and comfort standards."
|
||||
subdescription="Regular maintenance, professional cleaning, and premium amenities included"
|
||||
icon={Zap}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-valet-outdoors_23-2149901418.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-valet-outdoors_23-2149901418.jpg"
|
||||
imageAlt="Fleet maintenance and service"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -114,8 +84,7 @@ export default function FleetPage() {
|
||||
logoText="Alexander Taxi"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Airport Transfers", href: "/services" },
|
||||
{ label: "City Tours", href: "/services" },
|
||||
{ label: "Business Transport", href: "/services" },
|
||||
@@ -123,8 +92,7 @@ export default function FleetPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Our Fleet", href: "/fleet" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
@@ -132,8 +100,7 @@ export default function FleetPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "/contact" },
|
||||
{ label: "Book Now", href: "/booking" },
|
||||
{ label: "Track Ride", href: "#" },
|
||||
@@ -141,8 +108,7 @@ export default function FleetPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: +357 2611 1111", href: "tel:+35726111111" },
|
||||
{ label: "Email: info@alexandertaxi.cy", href: "mailto:info@alexandertaxi.cy" },
|
||||
{ label: "Address: Paphos, Cyprus", href: "#" },
|
||||
|
||||
@@ -5,37 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const interTight = Inter_Tight({
|
||||
variable: "--font-inter-tight",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter-tight", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Alexander Taxi Paphos | Luxury VIP Taxi Service 24/7",
|
||||
description: "Premium taxi service in Paphos. Airport transfers, city tours, business transport. Professional drivers, modern fleet. Book now for reliable, safe travel.",
|
||||
keywords: "taxi Paphos, airport transfer, luxury taxi, VIP service, Cyprus transportation, professional drivers",
|
||||
metadataBase: new URL("https://alexandertaxi-paphos.com"),
|
||||
title: "Alexander Taxi Paphos | Luxury VIP Taxi Service 24/7", description: "Premium taxi service in Paphos. Airport transfers, city tours, business transport. Professional drivers, modern fleet. Book now for reliable, safe travel.", keywords: "taxi Paphos, airport transfer, luxury taxi, VIP service, Cyprus transportation, professional drivers", metadataBase: new URL("https://alexandertaxi-paphos.com"),
|
||||
alternates: {
|
||||
canonical: "https://alexandertaxi-paphos.com",
|
||||
},
|
||||
canonical: "https://alexandertaxi-paphos.com"},
|
||||
openGraph: {
|
||||
title: "Alexander Taxi - Premium VIP Taxi Service in Paphos",
|
||||
description: "Experience luxury, comfort, and reliability with Alexander Taxi. 24/7 service for tourists, business travelers, and locals.",
|
||||
url: "https://alexandertaxi-paphos.com",
|
||||
siteName: "Alexander Taxi",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Alexander Taxi - Premium VIP Taxi Service in Paphos", description: "Experience luxury, comfort, and reliability with Alexander Taxi. 24/7 service for tourists, business travelers, and locals.", url: "https://alexandertaxi-paphos.com", siteName: "Alexander Taxi", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/side-view-working-back-car-using-silver-colored-laptop-senior-businessman_146671-14477.jpg",
|
||||
alt: "Alexander Taxi - Luxury Taxi Service",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/side-view-working-back-car-using-silver-colored-laptop-senior-businessman_146671-14477.jpg", alt: "Alexander Taxi - Luxury Taxi Service"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Alexander Taxi - VIP Taxi Service in Paphos",
|
||||
description: "Premium transportation for tourists, business travelers, and locals. 24/7 availability.",
|
||||
images: ["http://img.b2bpic.net/free-photo/side-view-working-back-car-using-silver-colored-laptop-senior-businessman_146671-14477.jpg"],
|
||||
card: "summary_large_image", title: "Alexander Taxi - VIP Taxi Service in Paphos", description: "Premium transportation for tourists, business travelers, and locals. 24/7 availability.", images: ["http://img.b2bpic.net/free-photo/side-view-working-back-car-using-silver-colored-laptop-senior-businessman_146671-14477.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
258
src/app/page.tsx
258
src/app/page.tsx
@@ -39,9 +39,7 @@ export default function HomePage() {
|
||||
brandName="Alexander Taxi"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#booking",
|
||||
}}
|
||||
text: "Book Now", href: "#booking"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -55,37 +53,17 @@ export default function HomePage() {
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Margaret Thompson",
|
||||
handle: "Tourist, UK",
|
||||
testimonial: "Excellent service from airport to hotel. Driver was professional and knew the city well. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
||||
imageAlt: "Margaret Thompson",
|
||||
},
|
||||
name: "Margaret Thompson", handle: "Tourist, UK", testimonial: "Excellent service from airport to hotel. Driver was professional and knew the city well. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Margaret Thompson"},
|
||||
{
|
||||
name: "James Patterson",
|
||||
handle: "Business Traveler, USA",
|
||||
testimonial: "Reliable and punctual. Used Alexander Taxi for multiple trips during my stay. Best choice in Paphos.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "James Patterson",
|
||||
},
|
||||
name: "James Patterson", handle: "Business Traveler, USA", testimonial: "Reliable and punctual. Used Alexander Taxi for multiple trips during my stay. Best choice in Paphos.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Patterson"},
|
||||
{
|
||||
name: "Sofia Christou",
|
||||
handle: "Local Resident, Paphos",
|
||||
testimonial: "Great service for going to the airport. Always clean cars and friendly drivers. Worth every euro.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg",
|
||||
imageAlt: "Sofia Christou",
|
||||
},
|
||||
name: "Sofia Christou", handle: "Local Resident, Paphos", testimonial: "Great service for going to the airport. Always clean cars and friendly drivers. Worth every euro.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg", imageAlt: "Sofia Christou"},
|
||||
{
|
||||
name: "David Murphy",
|
||||
handle: "Tourist, Ireland",
|
||||
testimonial: "Professional drivers, comfortable vehicles, and fair pricing. Made our Paphos vacation perfect.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "David Murphy",
|
||||
},
|
||||
name: "David Murphy", handle: "Tourist, Ireland", testimonial: "Professional drivers, comfortable vehicles, and fair pricing. Made our Paphos vacation perfect.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Murphy"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
@@ -103,7 +81,7 @@ export default function HomePage() {
|
||||
description="Founded in 2010, Alexander Taxi has been Paphos's leading luxury transportation provider."
|
||||
subdescription="Serving thousands of satisfied customers annually"
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-valet-outdoors_23-2149901418.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-valet-outdoors_23-2149901418.jpg"
|
||||
imageAlt="Alexander Taxi fleet and team"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={true}
|
||||
@@ -117,40 +95,20 @@ export default function HomePage() {
|
||||
tag="Services"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Airport Transfers",
|
||||
tags: ["24/7 Available", "Fixed Pricing"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-handsome-young-man-suit-walking-with-luggage-outside-office-building_662251-2111.jpg?_wi=1",
|
||||
imageAlt: "Airport transportation service",
|
||||
},
|
||||
id: "1", title: "Airport Transfers", tags: ["24/7 Available", "Fixed Pricing"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-handsome-young-man-suit-walking-with-luggage-outside-office-building_662251-2111.jpg", imageAlt: "Airport transportation service"},
|
||||
{
|
||||
id: "2",
|
||||
title: "City Tours",
|
||||
tags: ["Professional Guides", "Flexible Hours"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-looking-each-other_23-2148656203.jpg?_wi=1",
|
||||
imageAlt: "City tour experience",
|
||||
},
|
||||
id: "2", title: "City Tours", tags: ["Professional Guides", "Flexible Hours"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-looking-each-other_23-2148656203.jpg", imageAlt: "City tour experience"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Business Transport",
|
||||
tags: ["Corporate Rates", "Reliable"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businesspeople-with-luggage-walking-hotel-wheeling-suitcases-talking-full-length-front-view-business-travel-corporate-communication-concept_74855-6875.jpg?_wi=1",
|
||||
imageAlt: "Business transportation",
|
||||
},
|
||||
id: "3", title: "Business Transport", tags: ["Corporate Rates", "Reliable"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businesspeople-with-luggage-walking-hotel-wheeling-suitcases-talking-full-length-front-view-business-travel-corporate-communication-concept_74855-6875.jpg", imageAlt: "Business transportation"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Wedding Transportation",
|
||||
tags: ["Luxury Vehicles", "Special Events"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-couple-is-smiling-black-car-sunny-day-dressed-elegant-wedding-outfits-with-red-bouquet_8353-11161.jpg?_wi=1",
|
||||
imageAlt: "Wedding transportation",
|
||||
},
|
||||
id: "4", title: "Wedding Transportation", tags: ["Luxury Vehicles", "Special Events"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-couple-is-smiling-black-car-sunny-day-dressed-elegant-wedding-outfits-with-red-bouquet_8353-11161.jpg", imageAlt: "Wedding transportation"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Group Transfers",
|
||||
tags: ["Large Fleet", "Group Discounts"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-top-car_23-2147828238.jpg?_wi=1",
|
||||
imageAlt: "Group transportation service",
|
||||
},
|
||||
id: "5", title: "Group Transfers", tags: ["Large Fleet", "Group Discounts"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-top-car_23-2147828238.jpg", imageAlt: "Group transportation service"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -166,45 +124,17 @@ export default function HomePage() {
|
||||
tag="Fleet"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Mercedes-Benz",
|
||||
name: "E-Class Sedan",
|
||||
price: "€45-60",
|
||||
rating: 5,
|
||||
reviewCount: "200+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg?_wi=1",
|
||||
imageAlt: "Mercedes E-Class luxury sedan",
|
||||
},
|
||||
id: "1", brand: "Mercedes-Benz", name: "E-Class Sedan", price: "€45-60", rating: 5,
|
||||
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg", imageAlt: "Mercedes E-Class luxury sedan"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "BMW",
|
||||
name: "7 Series Luxury",
|
||||
price: "€60-80",
|
||||
rating: 5,
|
||||
reviewCount: "150+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg?_wi=2",
|
||||
imageAlt: "BMW 7 Series luxury vehicle",
|
||||
},
|
||||
id: "2", brand: "BMW", name: "7 Series Luxury", price: "€60-80", rating: 5,
|
||||
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg", imageAlt: "BMW 7 Series luxury vehicle"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Volkswagen",
|
||||
name: "Passat Comfort",
|
||||
price: "€35-50",
|
||||
rating: 5,
|
||||
reviewCount: "180+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fast-wagon-car-winter-highway-road-motion_169016-71288.jpg?_wi=1",
|
||||
imageAlt: "Volkswagen Passat comfort vehicle",
|
||||
},
|
||||
id: "3", brand: "Volkswagen", name: "Passat Comfort", price: "€35-50", rating: 5,
|
||||
reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/fast-wagon-car-winter-highway-road-motion_169016-71288.jpg", imageAlt: "Volkswagen Passat comfort vehicle"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Mercedes-Benz",
|
||||
name: "V-Class Van (8 seats)",
|
||||
price: "€70-100",
|
||||
rating: 5,
|
||||
reviewCount: "120+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-sitting-backseat-taxi_23-2149236709.jpg?_wi=1",
|
||||
imageAlt: "Mercedes V-Class group transport van",
|
||||
},
|
||||
id: "4", brand: "Mercedes-Benz", name: "V-Class Van (8 seats)", price: "€70-100", rating: 5,
|
||||
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-sitting-backseat-taxi_23-2149236709.jpg", imageAlt: "Mercedes V-Class group transport van"},
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
animationType="scale-rotate"
|
||||
@@ -220,51 +150,29 @@ export default function HomePage() {
|
||||
tag="Pricing"
|
||||
plans={[
|
||||
{
|
||||
id: "1",
|
||||
price: "€35-50",
|
||||
name: "Airport Transfer",
|
||||
buttons={[
|
||||
id: "1", price: "€35-50", name: "Airport Transfer", buttons: [
|
||||
{ text: "Book Now", href: "/booking" },
|
||||
{ text: "Learn More", href: "/pricing" },
|
||||
]}
|
||||
features={[
|
||||
"Fixed pricing",
|
||||
"Professional driver",
|
||||
"Free waiting time",
|
||||
"Air-conditioned vehicle",
|
||||
]}
|
||||
],
|
||||
features: [
|
||||
"Fixed pricing", "Professional driver", "Free waiting time", "Air-conditioned vehicle"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "€60-80",
|
||||
name: "City Tour (4 hours)",
|
||||
buttons={[
|
||||
id: "2", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "€60-80", name: "City Tour (4 hours)", buttons: [
|
||||
{ text: "Book Now", href: "/booking" },
|
||||
{ text: "Customize", href: "/pricing" },
|
||||
]}
|
||||
features={[
|
||||
"Professional guide",
|
||||
"Flexible itinerary",
|
||||
"Comfortable vehicle",
|
||||
"Beverages included",
|
||||
]}
|
||||
],
|
||||
features: [
|
||||
"Professional guide", "Flexible itinerary", "Comfortable vehicle", "Beverages included"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
price: "€45-60",
|
||||
name: "Business Hourly",
|
||||
buttons={[
|
||||
id: "3", price: "€45-60", name: "Business Hourly", buttons: [
|
||||
{ text: "Book Now", href: "/booking" },
|
||||
{ text: "Corporate Rates", href: "/pricing" },
|
||||
]}
|
||||
features={[
|
||||
"Hourly billing",
|
||||
"Professional drivers",
|
||||
"Corporate accounts",
|
||||
"Invoice available",
|
||||
]}
|
||||
],
|
||||
features: [
|
||||
"Hourly billing", "Professional drivers", "Corporate accounts", "Invoice available"],
|
||||
},
|
||||
]}
|
||||
animationType="opacity"
|
||||
@@ -280,77 +188,17 @@ export default function HomePage() {
|
||||
tag="Testimonials"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Emma Richardson, Tourist from UK",
|
||||
date: "Date: 15 November 2024",
|
||||
title: "Best taxi service in Paphos!",
|
||||
quote: "I used Alexander Taxi for airport transfer and city tours. The drivers were knowledgeable, professional, and the cars were immaculate. Highly recommend for anyone visiting Paphos.",
|
||||
tag: "Tourist",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-tourist-has-glad-expression-wears-fashionable-headgear_273609-25749.jpg",
|
||||
avatarAlt: "Emma Richardson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-tourist-has-glad-expression-wears-fashionable-headgear_273609-25749.jpg",
|
||||
imageAlt: "Emma Richardson testimonial",
|
||||
},
|
||||
id: "1", name: "Emma Richardson, Tourist from UK", date: "Date: 15 November 2024", title: "Best taxi service in Paphos!", quote: "I used Alexander Taxi for airport transfer and city tours. The drivers were knowledgeable, professional, and the cars were immaculate. Highly recommend for anyone visiting Paphos.", tag: "Tourist", avatarSrc: "http://img.b2bpic.net/free-photo/happy-tourist-has-glad-expression-wears-fashionable-headgear_273609-25749.jpg", avatarAlt: "Emma Richardson", imageSrc: "http://img.b2bpic.net/free-photo/happy-tourist-has-glad-expression-wears-fashionable-headgear_273609-25749.jpg", imageAlt: "Emma Richardson testimonial"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Giovanni Rossi, Business Traveler from Italy",
|
||||
date: "Date: 10 November 2024",
|
||||
title: "Reliable and professional",
|
||||
quote: "Used Alexander Taxi for multiple business transfers during my stay. Always punctual, professional drivers, and excellent service. Perfect for corporate travel needs.",
|
||||
tag: "Business",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-leaning-against-rusty-colored-background_150588-70.jpg",
|
||||
avatarAlt: "Giovanni Rossi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-leaning-against-rusty-colored-background_150588-70.jpg",
|
||||
imageAlt: "Giovanni Rossi testimonial",
|
||||
},
|
||||
id: "2", name: "Giovanni Rossi, Business Traveler from Italy", date: "Date: 10 November 2024", title: "Reliable and professional", quote: "Used Alexander Taxi for multiple business transfers during my stay. Always punctual, professional drivers, and excellent service. Perfect for corporate travel needs.", tag: "Business", avatarSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-leaning-against-rusty-colored-background_150588-70.jpg", avatarAlt: "Giovanni Rossi", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-leaning-against-rusty-colored-background_150588-70.jpg", imageAlt: "Giovanni Rossi testimonial"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Maria Georgiou, Local Resident",
|
||||
date: "Date: 5 November 2024",
|
||||
title: "My go-to service for airport runs",
|
||||
quote: "Living in Paphos, I use Alexander Taxi regularly for airport transfers. Dependable service, fair pricing, and friendly drivers. Never disappointed!",
|
||||
tag: "Local",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-standing-front-lemon-tree_23-2148396898.jpg",
|
||||
avatarAlt: "Maria Georgiou",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-standing-front-lemon-tree_23-2148396898.jpg",
|
||||
imageAlt: "Maria Georgiou testimonial",
|
||||
},
|
||||
id: "3", name: "Maria Georgiou, Local Resident", date: "Date: 5 November 2024", title: "My go-to service for airport runs", quote: "Living in Paphos, I use Alexander Taxi regularly for airport transfers. Dependable service, fair pricing, and friendly drivers. Never disappointed!", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-standing-front-lemon-tree_23-2148396898.jpg", avatarAlt: "Maria Georgiou", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-standing-front-lemon-tree_23-2148396898.jpg", imageAlt: "Maria Georgiou testimonial"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert Chen, Tourist from Singapore",
|
||||
date: "Date: 1 November 2024",
|
||||
title: "Exceeded expectations",
|
||||
quote: "From the moment I landed at the airport, the service was exceptional. Clean vehicle, friendly driver who shared local insights. Made my Paphos experience unforgettable.",
|
||||
tag: "Tourist",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-seaside_23-2149737022.jpg",
|
||||
avatarAlt: "Robert Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-seaside_23-2149737022.jpg",
|
||||
imageAlt: "Robert Chen testimonial",
|
||||
},
|
||||
id: "4", name: "Robert Chen, Tourist from Singapore", date: "Date: 1 November 2024", title: "Exceeded expectations", quote: "From the moment I landed at the airport, the service was exceptional. Clean vehicle, friendly driver who shared local insights. Made my Paphos experience unforgettable.", tag: "Tourist", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-seaside_23-2149737022.jpg", avatarAlt: "Robert Chen", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-seaside_23-2149737022.jpg", imageAlt: "Robert Chen testimonial"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sophie Lacroix, Tourist from France",
|
||||
date: "Date: 28 October 2024",
|
||||
title: "Worth every penny",
|
||||
quote: "Premium service at reasonable prices. The drivers know Paphos inside and out. Used them for airport transfers and evening city exploration. Fantastic!",
|
||||
tag: "Tourist",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-hat_23-2149003013.jpg",
|
||||
avatarAlt: "Sophie Lacroix",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-hat_23-2149003013.jpg",
|
||||
imageAlt: "Sophie Lacroix testimonial",
|
||||
},
|
||||
id: "5", name: "Sophie Lacroix, Tourist from France", date: "Date: 28 October 2024", title: "Worth every penny", quote: "Premium service at reasonable prices. The drivers know Paphos inside and out. Used them for airport transfers and evening city exploration. Fantastic!", tag: "Tourist", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-hat_23-2149003013.jpg", avatarAlt: "Sophie Lacroix", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-hat_23-2149003013.jpg", imageAlt: "Sophie Lacroix testimonial"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Michael Thompson, Business Traveler from USA",
|
||||
date: "Date: 22 October 2024",
|
||||
title: "Professional excellence",
|
||||
quote: "Alexander Taxi provided seamless transportation for my entire business trip. Corporate rate was competitive, and the service quality was exceptional. Booking again next trip!",
|
||||
tag: "Business",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
avatarAlt: "Michael Thompson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
|
||||
imageAlt: "Michael Thompson testimonial",
|
||||
},
|
||||
id: "6", name: "Michael Thompson, Business Traveler from USA", date: "Date: 22 October 2024", title: "Professional excellence", quote: "Alexander Taxi provided seamless transportation for my entire business trip. Corporate rate was competitive, and the service quality was exceptional. Booking again next trip!", tag: "Business", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Michael Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Thompson testimonial"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -362,8 +210,7 @@ export default function HomePage() {
|
||||
logoText="Alexander Taxi"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Airport Transfers", href: "/services" },
|
||||
{ label: "City Tours", href: "/services" },
|
||||
{ label: "Business Transport", href: "/services" },
|
||||
@@ -371,8 +218,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Our Fleet", href: "/fleet" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
@@ -380,8 +226,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "/contact" },
|
||||
{ label: "Book Now", href: "/booking" },
|
||||
{ label: "Track Ride", href: "#" },
|
||||
@@ -389,8 +234,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: +357 2611 1111", href: "tel:+35726111111" },
|
||||
{ label: "Email: info@alexandertaxi.cy", href: "mailto:info@alexandertaxi.cy" },
|
||||
{ label: "Address: Paphos, Cyprus", href: "#" },
|
||||
|
||||
@@ -35,9 +35,7 @@ export default function PricingPage() {
|
||||
brandName="Alexander Taxi"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#booking",
|
||||
}}
|
||||
text: "Book Now", href: "#booking"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -48,51 +46,29 @@ export default function PricingPage() {
|
||||
tag="Pricing"
|
||||
plans={[
|
||||
{
|
||||
id: "1",
|
||||
price: "€35-50",
|
||||
name: "Airport Transfer",
|
||||
buttons={[
|
||||
id: "1", price: "€35-50", name: "Airport Transfer", buttons: [
|
||||
{ text: "Book Now", href: "/booking" },
|
||||
{ text: "Learn More", href: "/pricing" },
|
||||
]}
|
||||
features={[
|
||||
"Fixed pricing",
|
||||
"Professional driver",
|
||||
"Free waiting time",
|
||||
"Air-conditioned vehicle",
|
||||
]}
|
||||
],
|
||||
features: [
|
||||
"Fixed pricing", "Professional driver", "Free waiting time", "Air-conditioned vehicle"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "€60-80",
|
||||
name: "City Tour (4 hours)",
|
||||
buttons={[
|
||||
id: "2", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "€60-80", name: "City Tour (4 hours)", buttons: [
|
||||
{ text: "Book Now", href: "/booking" },
|
||||
{ text: "Customize", href: "/pricing" },
|
||||
]}
|
||||
features={[
|
||||
"Professional guide",
|
||||
"Flexible itinerary",
|
||||
"Comfortable vehicle",
|
||||
"Beverages included",
|
||||
]}
|
||||
],
|
||||
features: [
|
||||
"Professional guide", "Flexible itinerary", "Comfortable vehicle", "Beverages included"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
price: "€45-60",
|
||||
name: "Business Hourly",
|
||||
buttons={[
|
||||
id: "3", price: "€45-60", name: "Business Hourly", buttons: [
|
||||
{ text: "Book Now", href: "/booking" },
|
||||
{ text: "Corporate Rates", href: "/pricing" },
|
||||
]}
|
||||
features={[
|
||||
"Hourly billing",
|
||||
"Professional drivers",
|
||||
"Corporate accounts",
|
||||
"Invoice available",
|
||||
]}
|
||||
],
|
||||
features: [
|
||||
"Hourly billing", "Professional drivers", "Corporate accounts", "Invoice available"],
|
||||
},
|
||||
]}
|
||||
animationType="opacity"
|
||||
@@ -108,37 +84,19 @@ export default function PricingPage() {
|
||||
tag="FAQ"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept cash, credit cards (Visa, Mastercard), debit cards, and digital payments (Google Pay, Apple Pay). Corporate accounts can arrange invoicing.",
|
||||
},
|
||||
id: "1", title: "What payment methods do you accept?", content: "We accept cash, credit cards (Visa, Mastercard), debit cards, and digital payments (Google Pay, Apple Pay). Corporate accounts can arrange invoicing."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are your prices fixed or metered?",
|
||||
content: "Airport transfers and pre-booked services have fixed prices. City rides can be metered if preferred. All prices are transparent with no hidden fees.",
|
||||
},
|
||||
id: "2", title: "Are your prices fixed or metered?", content: "Airport transfers and pre-booked services have fixed prices. City rides can be metered if preferred. All prices are transparent with no hidden fees."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer group discounts?",
|
||||
content: "Yes, we provide special group rates. Contact us for custom packages based on your group size and transportation needs.",
|
||||
},
|
||||
id: "3", title: "Do you offer group discounts?", content: "Yes, we provide special group rates. Contact us for custom packages based on your group size and transportation needs."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What if I need to cancel my booking?",
|
||||
content: "Cancellations made 24 hours before pickup are free. Cancellations within 24 hours may incur a small fee. Emergency cancellations are handled case-by-case.",
|
||||
},
|
||||
id: "4", title: "What if I need to cancel my booking?", content: "Cancellations made 24 hours before pickup are free. Cancellations within 24 hours may incur a small fee. Emergency cancellations are handled case-by-case."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you offer corporate accounts?",
|
||||
content: "Yes, we offer competitive corporate rates with monthly invoicing options. Contact us to set up a corporate account.",
|
||||
},
|
||||
id: "5", title: "Do you offer corporate accounts?", content: "Yes, we offer competitive corporate rates with monthly invoicing options. Contact us to set up a corporate account."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Are there any additional charges?",
|
||||
content: "No hidden charges. Your quote includes all costs. For airport pickups, there may be minor airport facility fees applied separately.",
|
||||
},
|
||||
id: "6", title: "Are there any additional charges?", content: "No hidden charges. Your quote includes all costs. For airport pickups, there may be minor airport facility fees applied separately."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -149,8 +107,7 @@ export default function PricingPage() {
|
||||
logoText="Alexander Taxi"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Airport Transfers", href: "/services" },
|
||||
{ label: "City Tours", href: "/services" },
|
||||
{ label: "Business Transport", href: "/services" },
|
||||
@@ -158,8 +115,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Our Fleet", href: "/fleet" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
@@ -167,8 +123,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "/contact" },
|
||||
{ label: "Book Now", href: "/booking" },
|
||||
{ label: "Track Ride", href: "#" },
|
||||
@@ -176,8 +131,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: +357 2611 1111", href: "tel:+35726111111" },
|
||||
{ label: "Email: info@alexandertaxi.cy", href: "mailto:info@alexandertaxi.cy" },
|
||||
{ label: "Address: Paphos, Cyprus", href: "#" },
|
||||
|
||||
@@ -34,9 +34,7 @@ export default function ServicesPage() {
|
||||
brandName="Alexander Taxi"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#booking",
|
||||
}}
|
||||
text: "Book Now", href: "#booking"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -47,40 +45,20 @@ export default function ServicesPage() {
|
||||
tag="Services"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Airport Transfers",
|
||||
tags: ["24/7 Available", "Fixed Pricing"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-handsome-young-man-suit-walking-with-luggage-outside-office-building_662251-2111.jpg?_wi=2",
|
||||
imageAlt: "Airport transportation service",
|
||||
},
|
||||
id: "1", title: "Airport Transfers", tags: ["24/7 Available", "Fixed Pricing"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-handsome-young-man-suit-walking-with-luggage-outside-office-building_662251-2111.jpg", imageAlt: "Airport transportation service"},
|
||||
{
|
||||
id: "2",
|
||||
title: "City Tours",
|
||||
tags: ["Professional Guides", "Flexible Hours"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-looking-each-other_23-2148656203.jpg?_wi=2",
|
||||
imageAlt: "City tour experience",
|
||||
},
|
||||
id: "2", title: "City Tours", tags: ["Professional Guides", "Flexible Hours"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-looking-each-other_23-2148656203.jpg", imageAlt: "City tour experience"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Business Transport",
|
||||
tags: ["Corporate Rates", "Reliable"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businesspeople-with-luggage-walking-hotel-wheeling-suitcases-talking-full-length-front-view-business-travel-corporate-communication-concept_74855-6875.jpg?_wi=2",
|
||||
imageAlt: "Business transportation",
|
||||
},
|
||||
id: "3", title: "Business Transport", tags: ["Corporate Rates", "Reliable"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businesspeople-with-luggage-walking-hotel-wheeling-suitcases-talking-full-length-front-view-business-travel-corporate-communication-concept_74855-6875.jpg", imageAlt: "Business transportation"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Wedding Transportation",
|
||||
tags: ["Luxury Vehicles", "Special Events"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-couple-is-smiling-black-car-sunny-day-dressed-elegant-wedding-outfits-with-red-bouquet_8353-11161.jpg?_wi=2",
|
||||
imageAlt: "Wedding transportation",
|
||||
},
|
||||
id: "4", title: "Wedding Transportation", tags: ["Luxury Vehicles", "Special Events"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-couple-is-smiling-black-car-sunny-day-dressed-elegant-wedding-outfits-with-red-bouquet_8353-11161.jpg", imageAlt: "Wedding transportation"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Group Transfers",
|
||||
tags: ["Large Fleet", "Group Discounts"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-top-car_23-2147828238.jpg?_wi=2",
|
||||
imageAlt: "Group transportation service",
|
||||
},
|
||||
id: "5", title: "Group Transfers", tags: ["Large Fleet", "Group Discounts"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-top-car_23-2147828238.jpg", imageAlt: "Group transportation service"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -106,8 +84,7 @@ export default function ServicesPage() {
|
||||
logoText="Alexander Taxi"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Airport Transfers", href: "/services" },
|
||||
{ label: "City Tours", href: "/services" },
|
||||
{ label: "Business Transport", href: "/services" },
|
||||
@@ -115,8 +92,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Our Fleet", href: "/fleet" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
@@ -124,8 +100,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "/contact" },
|
||||
{ label: "Book Now", href: "/booking" },
|
||||
{ label: "Track Ride", href: "#" },
|
||||
@@ -133,8 +108,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: +357 2611 1111", href: "tel:+35726111111" },
|
||||
{ label: "Email: info@alexandertaxi.cy", href: "mailto:info@alexandertaxi.cy" },
|
||||
{ label: "Address: Paphos, Cyprus", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user