From 97cc95518747c88bc2f24d950fdc177b41e38668 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:32:32 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 89 ++++++++++-------------------------------- 1 file changed, 21 insertions(+), 68 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 419a8e0..740a3ef 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import Link from "next/link"; -import { ArrowRight, CheckCircle, Star, Phone } from "lucide-react"; +import { ArrowRight, CheckCircle, Star, Phone, Menu } from "lucide-react"; export default function AboutPage() { const navItems = [ @@ -34,10 +34,8 @@ export default function AboutPage() { @@ -52,32 +50,16 @@ export default function AboutPage() { useInvertedBackground={true} features={[ { - title: "Well-Maintained Fleet", - description: "All vehicles regularly serviced and maintained to the highest standards", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-face-mask_23-2148943301.jpg?_wi=4", - imageAlt: "Vehicle maintenance service", - buttonIcon: ArrowRight, + title: "Well-Maintained Fleet", description: "All vehicles regularly serviced and maintained to the highest standards", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-face-mask_23-2148943301.jpg?_wi=4", imageAlt: "Vehicle maintenance service", buttonIcon: ArrowRight, }, { - title: "Professional Drivers", - description: "Experienced, courteous, and licensed drivers with years of expertise", - imageSrc: "http://img.b2bpic.net/free-photo/saleswoman-talking-with-customer-test-drive-showcasing-vehicle-features_482257-113702.jpg?_wi=3", - imageAlt: "Professional driver", - buttonIcon: ArrowRight, + title: "Professional Drivers", description: "Experienced, courteous, and licensed drivers with years of expertise", imageSrc: "http://img.b2bpic.net/free-photo/saleswoman-talking-with-customer-test-drive-showcasing-vehicle-features_482257-113702.jpg?_wi=3", imageAlt: "Professional driver", buttonIcon: ArrowRight, }, { - title: "Transparent Pricing", - description: "No hidden charges - competitive rates with flexible payment options", - imageSrc: "http://img.b2bpic.net/free-photo/piles-coins-top-graph_23-2148285356.jpg?_wi=3", - imageAlt: "Affordable pricing", - buttonIcon: ArrowRight, + title: "Transparent Pricing", description: "No hidden charges - competitive rates with flexible payment options", imageSrc: "http://img.b2bpic.net/free-photo/piles-coins-top-graph_23-2148285356.jpg?_wi=3", imageAlt: "Affordable pricing", buttonIcon: ArrowRight, }, { - title: "24/7 Customer Support", - description: "Round-the-clock assistance via phone, WhatsApp, and email", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-face-mask_23-2148943301.jpg?_wi=5", - imageAlt: "Customer support", - buttonIcon: ArrowRight, + title: "24/7 Customer Support", description: "Round-the-clock assistance via phone, WhatsApp, and email", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-face-mask_23-2148943301.jpg?_wi=5", imageAlt: "Customer support", buttonIcon: ArrowRight, }, ]} /> @@ -95,51 +77,25 @@ export default function AboutPage() { animationType="slide-up" testimonials={[ { - id: "1", - name: "Ahmed Hassan", - role: "Business Executive", - company: "Tech Solutions Ltd", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/boyfriend-supports-girlfriend-match-happy-attractive-european-guy-with-bristle-trendy-clothes-smiling-cheerfully-showing-thumbs-up-gesture_176420-44512.jpg?_wi=2", - }, + id: "1", name: "Ahmed Hassan", role: "Business Executive", company: "Tech Solutions Ltd", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/boyfriend-supports-girlfriend-match-happy-attractive-european-guy-with-bristle-trendy-clothes-smiling-cheerfully-showing-thumbs-up-gesture_176420-44512.jpg?_wi=2"}, { - id: "2", - name: "Fatima Khan", - role: "Event Planner", - company: "Elite Events", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-lady-showing-double-thumbs-up-blouse-cardigan-looking-merry-front-view_176474-109472.jpg?_wi=2", - }, + id: "2", name: "Fatima Khan", role: "Event Planner", company: "Elite Events", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-lady-showing-double-thumbs-up-blouse-cardigan-looking-merry-front-view_176474-109472.jpg?_wi=2"}, { - id: "3", - name: "Muhammad Ali", - role: "Travel Agent", - company: "Global Travels", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2", - }, + id: "3", name: "Muhammad Ali", role: "Travel Agent", company: "Global Travels", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2"}, { - id: "4", - name: "Sarah Khan", - role: "Corporate Manager", - company: "Finance Pro", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=2", - }, + id: "4", name: "Sarah Khan", role: "Corporate Manager", company: "Finance Pro", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=2"}, ]} kpiItems={[ { - value: "10,000+", - label: "Happy Customers", - }, + value: "10,000+", label: "Happy Customers"}, { - value: "98%", - label: "Satisfaction Rate", - }, + value: "98%", label: "Satisfaction Rate"}, { - value: "20+", - label: "Years Experience", - }, + value: "20+", label: "Years Experience"}, ]} /> @@ -148,8 +104,7 @@ export default function AboutPage() { Date: Sat, 7 Mar 2026 10:32:33 +0000 Subject: [PATCH 2/6] Update src/app/booking/page.tsx --- src/app/booking/page.tsx | 58 +++++++++++++++------------------------- 1 file changed, 21 insertions(+), 37 deletions(-) diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index 0cbb216..0cbf6fb 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -6,21 +6,20 @@ import ProductCardThree from "@/components/sections/product/ProductCardThree"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import Link from "next/link"; -import { Phone, Zap } from "lucide-react"; +import { Phone, Zap, Menu } from "lucide-react"; export default function BookingPage() { const navItems = [ - { name: "Home", id: "home" }, - { name: "Fleet", id: "fleet" }, - { name: "Services", id: "services" }, - { name: "About", id: "about" }, - { name: "Contact", id: "contact" }, + { name: "Home", id: "/" }, + { name: "Fleet", id: "/fleet" }, + { name: "Services", id: "/services" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Fleet", href: "/fleet" }, { label: "Services", href: "/services" }, @@ -28,8 +27,7 @@ export default function BookingPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Daily Rentals", href: "#" }, { label: "Chauffeur Service", href: "#" }, { label: "Airport Transfers", href: "#" }, @@ -37,8 +35,7 @@ export default function BookingPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: +92-321-XXXX-XXX", href: "#" }, { label: "Email: info@tantours.pk", href: "#" }, { label: "WhatsApp: Available 24/7", href: "#" }, @@ -61,7 +58,11 @@ export default function BookingPage() { headingFontWeight="extrabold" > From 81a61135de07337b16198fabeaa74053af07fd3f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:32:33 +0000 Subject: [PATCH 3/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 41 ++++++++++------------------------------ 1 file changed, 10 insertions(+), 31 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 54f4af6..efbaac0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,7 +6,7 @@ import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwent import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import Link from "next/link"; -import { ArrowRight, Briefcase, Phone } from "lucide-react"; +import { ArrowRight, Briefcase, Phone, Menu } from "lucide-react"; export default function ContactPage() { const navItems = [ @@ -33,10 +33,8 @@ export default function ContactPage() { @@ -51,32 +49,16 @@ export default function ContactPage() { useInvertedBackground={false} features={[ { - title: "Daily Car Rentals", - description: "Flexible daily rental options for personal and business use", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-choosing-car-car-showroom_1303-22807.jpg?_wi=7", - imageAlt: "Daily rental car", - buttonIcon: ArrowRight, + title: "Daily Car Rentals", description: "Flexible daily rental options for personal and business use", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-choosing-car-car-showroom_1303-22807.jpg?_wi=7", imageAlt: "Daily rental car", buttonIcon: ArrowRight, }, { - title: "Chauffeur Service", - description: "Professional drivers for executive transportation and special occasions", - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-getting-taxi-cab_23-2149236691.jpg?_wi=3", - imageAlt: "Professional chauffeur", - buttonIcon: ArrowRight, + title: "Chauffeur Service", description: "Professional drivers for executive transportation and special occasions", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-getting-taxi-cab_23-2149236691.jpg?_wi=3", imageAlt: "Professional chauffeur", buttonIcon: ArrowRight, }, { - title: "Airport Transfers", - description: "Reliable airport pickups and drop-offs across Lahore and Pakistan", - imageSrc: "http://img.b2bpic.net/free-photo/picture-two-young-businessmen-talking-terminal-holding-tablet_176420-6239.jpg?_wi=3", - imageAlt: "Airport transfer service", - buttonIcon: ArrowRight, + title: "Airport Transfers", description: "Reliable airport pickups and drop-offs across Lahore and Pakistan", imageSrc: "http://img.b2bpic.net/free-photo/picture-two-young-businessmen-talking-terminal-holding-tablet_176420-6239.jpg?_wi=3", imageAlt: "Airport transfer service", buttonIcon: ArrowRight, }, { - title: "Event & Wedding Cars", - description: "Premium vehicles for weddings, corporate events, and celebrations", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-photo-shoot-by-retro-car_1303-10502.jpg?_wi=3", - imageAlt: "Wedding vehicle rental", - buttonIcon: ArrowRight, + title: "Event & Wedding Cars", description: "Premium vehicles for weddings, corporate events, and celebrations", imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-photo-shoot-by-retro-car_1303-10502.jpg?_wi=3", imageAlt: "Wedding vehicle rental", buttonIcon: ArrowRight, }, ]} /> @@ -103,8 +85,7 @@ export default function ContactPage() { Date: Sat, 7 Mar 2026 10:32:34 +0000 Subject: [PATCH 4/6] Update src/app/fleet/page.tsx --- src/app/fleet/page.tsx | 152 ++++++++++++----------------------------- 1 file changed, 43 insertions(+), 109 deletions(-) diff --git a/src/app/fleet/page.tsx b/src/app/fleet/page.tsx index 826f2df..e5e3cc0 100644 --- a/src/app/fleet/page.tsx +++ b/src/app/fleet/page.tsx @@ -12,6 +12,7 @@ import { CheckCircle, ArrowRight, Phone, + Menu, } from "lucide-react"; export default function FleetPage() { @@ -34,10 +35,11 @@ export default function FleetPage() { navItems={[ { name: "Home", id: "/" }, { name: "Fleet", id: "/fleet" }, - { name: "Services", id: "#services" }, - { name: "About", id: "#about" }, - { name: "Contact", id: "#contact" }, + { name: "Services", id: "/services" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" }, ]} + menuIcon={Menu} /> @@ -54,54 +56,25 @@ export default function FleetPage() { animationType="slide-up" products={[ { - id: "sedan-1", - name: "Toyota Corolla - Sedan", - price: "Rs. 3,500/day", - imageSrc: - "http://img.b2bpic.net/free-photo/young-beautiful-woman-choosing-car-car-showroom_1303-22807.jpg?_wi=3", - imageAlt: "White Toyota Corolla Sedan", - }, + id: "sedan-1", name: "Toyota Corolla - Sedan", price: "Rs. 3,500/day", imageSrc: + "http://img.b2bpic.net/free-photo/young-beautiful-woman-choosing-car-car-showroom_1303-22807.jpg?_wi=3", imageAlt: "White Toyota Corolla Sedan"}, { - id: "sedan-2", - name: "Honda Civic - Sedan", - price: "Rs. 3,800/day", - imageSrc: - "http://img.b2bpic.net/free-photo/young-beautiful-woman-choosing-car-car-showroom_1303-22807.jpg?_wi=4", - imageAlt: "Honda Civic Sedan", - }, + id: "sedan-2", name: "Honda Civic - Sedan", price: "Rs. 3,800/day", imageSrc: + "http://img.b2bpic.net/free-photo/young-beautiful-woman-choosing-car-car-showroom_1303-22807.jpg?_wi=4", imageAlt: "Honda Civic Sedan"}, { - id: "suv-1", - name: "Toyota Fortuner - SUV", - price: "Rs. 6,500/day", - imageSrc: - "http://img.b2bpic.net/free-photo/young-business-woman-sitting-car_1303-22819.jpg?_wi=2", - imageAlt: "Black Toyota Fortuner SUV", - }, + id: "suv-1", name: "Toyota Fortuner - SUV", price: "Rs. 6,500/day", imageSrc: + "http://img.b2bpic.net/free-photo/young-business-woman-sitting-car_1303-22819.jpg?_wi=2", imageAlt: "Black Toyota Fortuner SUV"}, { - id: "suv-2", - name: "Toyota Prado - SUV", - price: "Rs. 7,500/day", - imageSrc: - "http://img.b2bpic.net/free-photo/young-business-woman-sitting-car_1303-22819.jpg?_wi=3", - imageAlt: "Toyota Prado SUV", - }, + id: "suv-2", name: "Toyota Prado - SUV", price: "Rs. 7,500/day", imageSrc: + "http://img.b2bpic.net/free-photo/young-business-woman-sitting-car_1303-22819.jpg?_wi=3", imageAlt: "Toyota Prado SUV"}, { - id: "hiace-1", - name: "Toyota Hiace - Van", - price: "Rs. 5,000/day", - imageSrc: - "http://img.b2bpic.net/free-photo/side-view-empty-old-car-road_23-2148703156.jpg?_wi=2", - imageAlt: "White Toyota Hiace Van", - }, + id: "hiace-1", name: "Toyota Hiace - Van", price: "Rs. 5,000/day", imageSrc: + "http://img.b2bpic.net/free-photo/side-view-empty-old-car-road_23-2148703156.jpg?_wi=2", imageAlt: "White Toyota Hiace Van"}, { - id: "hiace-2", - name: "Coaster - Passenger Bus", - price: "Rs. 8,000/day", - imageSrc: - "http://img.b2bpic.net/free-photo/side-view-empty-old-car-road_23-2148703156.jpg?_wi=3", - imageAlt: "Coaster Passenger Bus", - }, + id: "hiace-2", name: "Coaster - Passenger Bus", price: "Rs. 8,000/day", imageSrc: + "http://img.b2bpic.net/free-photo/side-view-empty-old-car-road_23-2148703156.jpg?_wi=3", imageAlt: "Coaster Passenger Bus"}, ]} + gridClassName="gap-4 md:gap-6" /> @@ -116,31 +89,19 @@ export default function FleetPage() { useInvertedBackground={true} features={[ { - title: "Regular Maintenance", - description: - "All vehicles undergo scheduled maintenance and safety inspections before each rental", - imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-face-mask_23-2148943301.jpg?_wi=3", - imageAlt: "Vehicle maintenance", - buttonIcon: ArrowRight, + title: "Regular Maintenance", description: + "All vehicles undergo scheduled maintenance and safety inspections before each rental", imageSrc: + "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-face-mask_23-2148943301.jpg?_wi=3", imageAlt: "Vehicle maintenance", buttonIcon: ArrowRight, }, { - title: "Modern Features", - description: - "Air conditioning, power steering, premium interiors, and advanced safety systems standard", - imageSrc: - "http://img.b2bpic.net/free-photo/saleswoman-talking-with-customer-test-drive-showcasing-vehicle-features_482257-113702.jpg?_wi=2", - imageAlt: "Modern vehicle features", - buttonIcon: ArrowRight, + title: "Modern Features", description: + "Air conditioning, power steering, premium interiors, and advanced safety systems standard", imageSrc: + "http://img.b2bpic.net/free-photo/saleswoman-talking-with-customer-test-drive-showcasing-vehicle-features_482257-113702.jpg?_wi=2", imageAlt: "Modern vehicle features", buttonIcon: ArrowRight, }, { - title: "Comprehensive Insurance", - description: - "Full coverage insurance included with every rental to protect you during your journey", - imageSrc: - "http://img.b2bpic.net/free-photo/piles-coins-top-graph_23-2148285356.jpg?_wi=2", - imageAlt: "Insurance coverage", - buttonIcon: ArrowRight, + title: "Comprehensive Insurance", description: + "Full coverage insurance included with every rental to protect you during your journey", imageSrc: + "http://img.b2bpic.net/free-photo/piles-coins-top-graph_23-2148285356.jpg?_wi=2", imageAlt: "Insurance coverage", buttonIcon: ArrowRight, }, ]} /> @@ -155,7 +116,7 @@ export default function FleetPage() { description="Select from our diverse fleet of well-maintained vehicles. Professional drivers available for chauffeur service. Reserve your car now with our easy booking process." buttons={[ { text: "Book Now", href: "#fleet-showcase" }, - { text: "Contact Our Team", href: "#contact" }, + { text: "Contact Our Team", href: "/contact" }, ]} buttonAnimation="slide-up" background={{ variant: "gradient-bars" }} @@ -167,66 +128,39 @@ export default function FleetPage() { Date: Sat, 7 Mar 2026 10:32:34 +0000 Subject: [PATCH 5/6] Update src/app/page.tsx --- src/app/page.tsx | 266 ++++++++++++++--------------------------------- 1 file changed, 76 insertions(+), 190 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a82dcda..e69e188 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,6 +23,7 @@ import { ArrowLeftRight, Send, ArrowRight, + Menu, } from "lucide-react"; export default function HomePage() { @@ -45,10 +46,11 @@ export default function HomePage() { navItems={[ { name: "Home", id: "/" }, { name: "Fleet", id: "/fleet" }, - { name: "Services", id: "#services" }, - { name: "About", id: "#about" }, - { name: "Contact", id: "#contact" }, + { name: "Services", id: "/services" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" }, ]} + menuIcon={Menu} /> @@ -66,12 +68,9 @@ export default function HomePage() { buttonAnimation="slide-up" background={{ variant: "radial-gradient" }} dashboard={{ - title: "Why Choose Tan Tours", - logoIcon: Shield, + title: "Why Choose Tan Tours", logoIcon: Shield, imageSrc: - "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24275.jpg", - searchPlaceholder: "Select your preferred vehicle type", - buttons: [ + "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24275.jpg", searchPlaceholder: "Select your preferred vehicle type", buttons: [ { text: "Book Now", href: "#featured-cars" }, { text: "Learn More", href: "#why-choose-us" }, ], @@ -82,46 +81,32 @@ export default function HomePage() { ], stats: [ { - title: "Years Experience", - values: [10, 15, 20], - description: "Trusted in car rentals", - }, + title: "Years Experience", values: [10, 15, 20], + description: "Trusted in car rentals"}, { - title: "Happy Customers", - values: [5000, 7500, 10000], - description: "Satisfied clients served", - }, + title: "Happy Customers", values: [5000, 7500, 10000], + description: "Satisfied clients served"}, { - title: "Fleet Size", - values: [50, 75, 100], - description: "Premium vehicles available", - }, + title: "Fleet Size", values: [50, 75, 100], + description: "Premium vehicles available"}, ], - chartTitle: "Booking Trends", - chartData: [ + chartTitle: "Booking Trends", chartData: [ { value: 60 }, { value: 75 }, { value: 55 }, { value: 85 }, { value: 70 }, ], - listTitle: "Services Available", - listItems: [ + listTitle: "Services Available", listItems: [ { icon: Car, - title: "Daily Rentals", - status: "Available", - }, + title: "Daily Rentals", status: "Available"}, { icon: Users, - title: "Chauffeur Service", - status: "On Demand", - }, + title: "Chauffeur Service", status: "On Demand"}, { icon: Send, - title: "One Way Drops", - status: "Available", - }, + title: "One Way Drops", status: "Available"}, ], }} /> @@ -140,30 +125,16 @@ export default function HomePage() { animationType="slide-up" products={[ { - id: "sedan-1", - name: "Toyota Corolla - Sedan", - price: "Rs. 3,500/day", - imageSrc: - "http://img.b2bpic.net/free-photo/young-beautiful-woman-choosing-car-car-showroom_1303-22807.jpg?_wi=1", - imageAlt: "White Toyota Corolla Sedan", - }, + id: "sedan-1", name: "Toyota Corolla - Sedan", price: "Rs. 3,500/day", imageSrc: + "http://img.b2bpic.net/free-photo/young-beautiful-woman-choosing-car-car-showroom_1303-22807.jpg?_wi=1", imageAlt: "White Toyota Corolla Sedan"}, { - id: "suv-1", - name: "Toyota Fortuner - SUV", - price: "Rs. 6,500/day", - imageSrc: - "http://img.b2bpic.net/free-photo/young-business-woman-sitting-car_1303-22819.jpg?_wi=1", - imageAlt: "Black Toyota Fortuner SUV", - }, + id: "suv-1", name: "Toyota Fortuner - SUV", price: "Rs. 6,500/day", imageSrc: + "http://img.b2bpic.net/free-photo/young-business-woman-sitting-car_1303-22819.jpg?_wi=1", imageAlt: "Black Toyota Fortuner SUV"}, { - id: "hiace-1", - name: "Toyota Hiace - Van", - price: "Rs. 5,000/day", - imageSrc: - "http://img.b2bpic.net/free-photo/side-view-empty-old-car-road_23-2148703156.jpg?_wi=1", - imageAlt: "White Toyota Hiace Van", - }, + id: "hiace-1", name: "Toyota Hiace - Van", price: "Rs. 5,000/day", imageSrc: + "http://img.b2bpic.net/free-photo/side-view-empty-old-car-road_23-2148703156.jpg?_wi=1", imageAlt: "White Toyota Hiace Van"}, ]} + gridClassName="gap-4 md:gap-6" /> @@ -178,40 +149,24 @@ export default function HomePage() { useInvertedBackground={true} features={[ { - title: "Well-Maintained Fleet", - description: - "All vehicles regularly serviced and maintained to the highest standards", - imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-face-mask_23-2148943301.jpg?_wi=1", - imageAlt: "Vehicle maintenance service", - buttonIcon: ArrowRight, + title: "Well-Maintained Fleet", description: + "All vehicles regularly serviced and maintained to the highest standards", imageSrc: + "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-face-mask_23-2148943301.jpg?_wi=1", imageAlt: "Vehicle maintenance service", buttonIcon: ArrowRight, }, { - title: "Professional Drivers", - description: - "Experienced, courteous, and licensed drivers with years of expertise", - imageSrc: - "http://img.b2bpic.net/free-photo/saleswoman-talking-with-customer-test-drive-showcasing-vehicle-features_482257-113702.jpg?_wi=1", - imageAlt: "Professional driver", - buttonIcon: ArrowRight, + title: "Professional Drivers", description: + "Experienced, courteous, and licensed drivers with years of expertise", imageSrc: + "http://img.b2bpic.net/free-photo/saleswoman-talking-with-customer-test-drive-showcasing-vehicle-features_482257-113702.jpg?_wi=1", imageAlt: "Professional driver", buttonIcon: ArrowRight, }, { - title: "Transparent Pricing", - description: - "No hidden charges - competitive rates with flexible payment options", - imageSrc: - "http://img.b2bpic.net/free-photo/piles-coins-top-graph_23-2148285356.jpg?_wi=1", - imageAlt: "Affordable pricing", - buttonIcon: ArrowRight, + title: "Transparent Pricing", description: + "No hidden charges - competitive rates with flexible payment options", imageSrc: + "http://img.b2bpic.net/free-photo/piles-coins-top-graph_23-2148285356.jpg?_wi=1", imageAlt: "Affordable pricing", buttonIcon: ArrowRight, }, { - title: "24/7 Customer Support", - description: - "Round-the-clock assistance via phone, WhatsApp, and email", - imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-face-mask_23-2148943301.jpg?_wi=2", - imageAlt: "Customer support", - buttonIcon: ArrowRight, + title: "24/7 Customer Support", description: + "Round-the-clock assistance via phone, WhatsApp, and email", imageSrc: + "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-face-mask_23-2148943301.jpg?_wi=2", imageAlt: "Customer support", buttonIcon: ArrowRight, }, ]} /> @@ -228,40 +183,24 @@ export default function HomePage() { useInvertedBackground={false} features={[ { - title: "Daily Car Rentals", - description: - "Flexible daily rental options for personal and business use", - imageSrc: - "http://img.b2bpic.net/free-photo/young-beautiful-woman-choosing-car-car-showroom_1303-22807.jpg?_wi=2", - imageAlt: "Daily rental car", - buttonIcon: ArrowRight, + title: "Daily Car Rentals", description: + "Flexible daily rental options for personal and business use", imageSrc: + "http://img.b2bpic.net/free-photo/young-beautiful-woman-choosing-car-car-showroom_1303-22807.jpg?_wi=2", imageAlt: "Daily rental car", buttonIcon: ArrowRight, }, { - title: "Chauffeur Service", - description: - "Professional drivers for executive transportation and special occasions", - imageSrc: - "http://img.b2bpic.net/free-photo/businesswoman-getting-taxi-cab_23-2149236691.jpg?_wi=1", - imageAlt: "Professional chauffeur", - buttonIcon: ArrowRight, + title: "Chauffeur Service", description: + "Professional drivers for executive transportation and special occasions", imageSrc: + "http://img.b2bpic.net/free-photo/businesswoman-getting-taxi-cab_23-2149236691.jpg?_wi=1", imageAlt: "Professional chauffeur", buttonIcon: ArrowRight, }, { - title: "Airport Transfers", - description: - "Reliable airport pickups and drop-offs across Lahore and Pakistan", - imageSrc: - "http://img.b2bpic.net/free-photo/picture-two-young-businessmen-talking-terminal-holding-tablet_176420-6239.jpg?_wi=1", - imageAlt: "Airport transfer service", - buttonIcon: ArrowRight, + title: "Airport Transfers", description: + "Reliable airport pickups and drop-offs across Lahore and Pakistan", imageSrc: + "http://img.b2bpic.net/free-photo/picture-two-young-businessmen-talking-terminal-holding-tablet_176420-6239.jpg?_wi=1", imageAlt: "Airport transfer service", buttonIcon: ArrowRight, }, { - title: "Event & Wedding Cars", - description: - "Premium vehicles for weddings, corporate events, and celebrations", - imageSrc: - "http://img.b2bpic.net/free-photo/wedding-couple-photo-shoot-by-retro-car_1303-10502.jpg?_wi=1", - imageAlt: "Wedding vehicle rental", - buttonIcon: ArrowRight, + title: "Event & Wedding Cars", description: + "Premium vehicles for weddings, corporate events, and celebrations", imageSrc: + "http://img.b2bpic.net/free-photo/wedding-couple-photo-shoot-by-retro-car_1303-10502.jpg?_wi=1", imageAlt: "Wedding vehicle rental", buttonIcon: ArrowRight, }, ]} /> @@ -279,55 +218,29 @@ export default function HomePage() { animationType="slide-up" testimonials={[ { - id: "1", - name: "Ahmed Hassan", - role: "Business Executive", - company: "Tech Solutions Ltd", - rating: 5, + id: "1", name: "Ahmed Hassan", role: "Business Executive", company: "Tech Solutions Ltd", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/boyfriend-supports-girlfriend-match-happy-attractive-european-guy-with-bristle-trendy-clothes-smiling-cheerfully-showing-thumbs-up-gesture_176420-44512.jpg?_wi=1", - }, + "http://img.b2bpic.net/free-photo/boyfriend-supports-girlfriend-match-happy-attractive-european-guy-with-bristle-trendy-clothes-smiling-cheerfully-showing-thumbs-up-gesture_176420-44512.jpg?_wi=1"}, { - id: "2", - name: "Fatima Khan", - role: "Event Planner", - company: "Elite Events", - rating: 5, + id: "2", name: "Fatima Khan", role: "Event Planner", company: "Elite Events", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/young-lady-showing-double-thumbs-up-blouse-cardigan-looking-merry-front-view_176474-109472.jpg?_wi=1", - }, + "http://img.b2bpic.net/free-photo/young-lady-showing-double-thumbs-up-blouse-cardigan-looking-merry-front-view_176474-109472.jpg?_wi=1"}, { - id: "3", - name: "Muhammad Ali", - role: "Travel Agent", - company: "Global Travels", - rating: 5, + id: "3", name: "Muhammad Ali", role: "Travel Agent", company: "Global Travels", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1", - }, + "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1"}, { - id: "4", - name: "Sarah Khan", - role: "Corporate Manager", - company: "Finance Pro", - rating: 5, + id: "4", name: "Sarah Khan", role: "Corporate Manager", company: "Finance Pro", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=1", - }, + "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=1"}, ]} kpiItems={[ { - value: "10,000+", - label: "Happy Customers", - }, + value: "10,000+", label: "Happy Customers"}, { - value: "98%", - label: "Satisfaction Rate", - }, + value: "98%", label: "Satisfaction Rate"}, { - value: "20+", - label: "Years Experience", - }, + value: "20+", label: "Years Experience"}, ]} /> @@ -341,7 +254,7 @@ export default function HomePage() { description="Experience premium car rental service with professional drivers, well-maintained vehicles, and transparent pricing. Available 24/7 for all your transportation needs." buttons={[ { text: "Book a Car", href: "#featured-cars" }, - { text: "Contact Us", href: "#contact" }, + { text: "Contact Us", href: "/contact" }, ]} buttonAnimation="slide-up" background={{ variant: "gradient-bars" }} @@ -353,66 +266,39 @@ export default function HomePage() { Date: Sat, 7 Mar 2026 10:32:35 +0000 Subject: [PATCH 6/6] Update src/app/services/page.tsx --- src/app/services/page.tsx | 51 ++++++++++++++------------------------- 1 file changed, 18 insertions(+), 33 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 3c92f00..3159ed9 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -6,21 +6,20 @@ import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwent import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import Link from "next/link"; -import { ArrowRight, Briefcase, Phone } from "lucide-react"; +import { ArrowRight, Briefcase, Phone, Menu } from "lucide-react"; export default function ServicesPage() { const navItems = [ - { name: "Home", id: "home" }, - { name: "Fleet", id: "fleet" }, - { name: "Services", id: "services" }, - { name: "About", id: "about" }, - { name: "Contact", id: "contact" }, + { name: "Home", id: "/" }, + { name: "Fleet", id: "/fleet" }, + { name: "Services", id: "/services" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Fleet", href: "/fleet" }, { label: "Services", href: "/services" }, @@ -28,8 +27,7 @@ export default function ServicesPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Daily Rentals", href: "#" }, { label: "Chauffeur Service", href: "#" }, { label: "Airport Transfers", href: "#" }, @@ -37,8 +35,7 @@ export default function ServicesPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: +92-321-XXXX-XXX", href: "#" }, { label: "Email: info@tantours.pk", href: "#" }, { label: "WhatsApp: Available 24/7", href: "#" }, @@ -61,7 +58,11 @@ export default function ServicesPage() { headingFontWeight="extrabold" >
@@ -75,32 +76,16 @@ export default function ServicesPage() { useInvertedBackground={false} features={[ { - title: "Daily Car Rentals", - description: "Flexible daily rental options for personal and business use", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-choosing-car-car-showroom_1303-22807.jpg?_wi=5", - imageAlt: "Daily rental car", - buttonIcon: ArrowRight, + title: "Daily Car Rentals", description: "Flexible daily rental options for personal and business use", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-choosing-car-car-showroom_1303-22807.jpg?_wi=5", imageAlt: "Daily rental car", buttonIcon: ArrowRight, }, { - title: "Chauffeur Service", - description: "Professional drivers for executive transportation and special occasions", - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-getting-taxi-cab_23-2149236691.jpg?_wi=2", - imageAlt: "Professional chauffeur", - buttonIcon: ArrowRight, + title: "Chauffeur Service", description: "Professional drivers for executive transportation and special occasions", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-getting-taxi-cab_23-2149236691.jpg?_wi=2", imageAlt: "Professional chauffeur", buttonIcon: ArrowRight, }, { - title: "Airport Transfers", - description: "Reliable airport pickups and drop-offs across Lahore and Pakistan", - imageSrc: "http://img.b2bpic.net/free-photo/picture-two-young-businessmen-talking-terminal-holding-tablet_176420-6239.jpg?_wi=2", - imageAlt: "Airport transfer service", - buttonIcon: ArrowRight, + title: "Airport Transfers", description: "Reliable airport pickups and drop-offs across Lahore and Pakistan", imageSrc: "http://img.b2bpic.net/free-photo/picture-two-young-businessmen-talking-terminal-holding-tablet_176420-6239.jpg?_wi=2", imageAlt: "Airport transfer service", buttonIcon: ArrowRight, }, { - title: "Event & Wedding Cars", - description: "Premium vehicles for weddings, corporate events, and celebrations", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-photo-shoot-by-retro-car_1303-10502.jpg?_wi=2", - imageAlt: "Wedding vehicle rental", - buttonIcon: ArrowRight, + title: "Event & Wedding Cars", description: "Premium vehicles for weddings, corporate events, and celebrations", imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-photo-shoot-by-retro-car_1303-10502.jpg?_wi=2", imageAlt: "Wedding vehicle rental", buttonIcon: ArrowRight, }, ]} />