diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 342b3b4..139cfd0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,49 +7,31 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], + variable: "--font-halant", subsets: ["latin"], weight: ["300", "400", "500", "600", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); const raleway = Raleway({ - variable: "--font-raleway", - subsets: ["latin"], + variable: "--font-raleway", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Luxury Limousine Rental | Premium Ground Transportation | Luxe Rides", - description: "Premium luxury limousine rental service for executives, weddings, and events. Book professional drivers, transparent pricing, and premium vehicles. 24/7 availability.", - keywords: "luxury limousine rental, premium car service, executive transportation, wedding limo, airport transfer, ground transportation", - metadataBase: new URL("https://luxerides.com"), + title: "Luxury Limousine Rental | Premium Ground Transportation | Luxe Rides", description: "Premium luxury limousine rental service for executives, weddings, and events. Book professional drivers, transparent pricing, and premium vehicles. 24/7 availability.", keywords: "luxury limousine rental, premium car service, executive transportation, wedding limo, airport transfer, ground transportation", metadataBase: new URL("https://luxerides.com"), alternates: { - canonical: "https://luxerides.com", - }, + canonical: "https://luxerides.com"}, openGraph: { - title: "Luxury Limousine Rental | Premium Transportation | Luxe Rides", - description: "Experience premium ground transportation with professional drivers and luxury vehicles. Book now for executive travel, weddings, and special occasions.", - siteName: "Luxe Rides", - type: "website", - url: "https://luxerides.com", - images: [ + title: "Luxury Limousine Rental | Premium Transportation | Luxe Rides", description: "Experience premium ground transportation with professional drivers and luxury vehicles. Book now for executive travel, weddings, and special occasions.", siteName: "Luxe Rides", type: "website", url: "https://luxerides.com", images: [ { - url: "http://img.b2bpic.net/free-photo/photo-from-inside-vehicle-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16063.jpg", - alt: "Luxury limousine service", - }, + url: "http://img.b2bpic.net/free-photo/photo-from-inside-vehicle-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16063.jpg", alt: "Luxury limousine service"}, ], }, twitter: { - card: "summary_large_image", - title: "Premium Luxury Limousine Rental | Luxe Rides", - description: "Professional ground transportation with premium vehicles and expert drivers available 24/7.", - images: [ - "http://img.b2bpic.net/free-photo/photo-from-inside-vehicle-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16063.jpg", - ], + card: "summary_large_image", title: "Premium Luxury Limousine Rental | Luxe Rides", description: "Professional ground transportation with premium vehicles and expert drivers available 24/7.", images: [ + "http://img.b2bpic.net/free-photo/photo-from-inside-vehicle-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16063.jpg"], }, robots: { index: true, @@ -1441,4 +1423,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 2fe340a..77e4592 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,9 +39,7 @@ export default function HomePage() { { name: "About", id: "/about" }, ]} button={{ - text: "Book Now", - href: "#contact", - }} + text: "Book Now", href: "#contact"}} /> @@ -63,37 +61,17 @@ export default function HomePage() { buttonAnimation="slide-up" testimonials={[ { - name: "James Mitchell", - handle: "Corporate Executive", - testimonial: "Luxe Rides transformed our business travel experience. Punctuality, discretion, and premium comfort every single time.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", - imageAlt: "James Mitchell", - }, + name: "James Mitchell", handle: "Corporate Executive", testimonial: "Luxe Rides transformed our business travel experience. Punctuality, discretion, and premium comfort every single time.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "James Mitchell"}, { - name: "Sarah Chen", - handle: "Wedding Planner", - testimonial: "Our clients absolutely loved the fleet options and personalized service. Luxe Rides made our events unforgettable.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-employee-outdoors_1098-2197.jpg?_wi=1", - imageAlt: "Sarah Chen", - }, + name: "Sarah Chen", handle: "Wedding Planner", testimonial: "Our clients absolutely loved the fleet options and personalized service. Luxe Rides made our events unforgettable.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-employee-outdoors_1098-2197.jpg?_wi=1", imageAlt: "Sarah Chen"}, { - name: "Marcus Thompson", - handle: "Event Coordinator", - testimonial: "Reliable, professional, and always goes the extra mile. That's the Luxe Rides standard.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - imageAlt: "Marcus Thompson", - }, + name: "Marcus Thompson", handle: "Event Coordinator", testimonial: "Reliable, professional, and always goes the extra mile. That's the Luxe Rides standard.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Thompson"}, { - name: "Victoria Ross", - handle: "CEO, Tech Startup", - testimonial: "When you need transportation that reflects your success, Luxe Rides is the only choice.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-employee-outdoors_1098-2197.jpg?_wi=2", - imageAlt: "Victoria Ross", - }, + name: "Victoria Ross", handle: "CEO, Tech Startup", testimonial: "When you need transportation that reflects your success, Luxe Rides is the only choice.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-employee-outdoors_1098-2197.jpg?_wi=2", imageAlt: "Victoria Ross"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -115,47 +93,17 @@ export default function HomePage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", - name: "Executive Sedan", - price: "$75/hr", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-uber-driver-giving-taxi-ride_23-2149241747.jpg?_wi=1", - imageAlt: "Luxury executive sedan for business travel", - }, + id: "1", name: "Executive Sedan", price: "$75/hr", imageSrc: "http://img.b2bpic.net/free-photo/elegant-uber-driver-giving-taxi-ride_23-2149241747.jpg?_wi=1", imageAlt: "Luxury executive sedan for business travel"}, { - id: "2", - name: "Lincoln Stretch Limousine", - price: "$120/hr", - 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: "Classic stretch limousine for celebrations", - }, + id: "2", name: "Lincoln Stretch Limousine", price: "$120/hr", 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: "Classic stretch limousine for celebrations"}, { - id: "3", - name: "Mercedes SUV", - price: "$95/hr", - imageSrc: "http://img.b2bpic.net/free-photo/solid-asian-man-white-shirt-sunglasses-posed-near-black-mafia-suv-cars_627829-13667.jpg?_wi=1", - imageAlt: "Premium Mercedes SUV for group travel", - }, + id: "3", name: "Mercedes SUV", price: "$95/hr", imageSrc: "http://img.b2bpic.net/free-photo/solid-asian-man-white-shirt-sunglasses-posed-near-black-mafia-suv-cars_627829-13667.jpg?_wi=1", imageAlt: "Premium Mercedes SUV for group travel"}, { - id: "4", - name: "Cadillac Escalade", - price: "$130/hr", - imageSrc: "http://img.b2bpic.net/free-photo/solid-asian-man-white-shirt-sunglasses-posed-near-black-mafia-suv-cars_627829-13667.jpg?_wi=2", - imageAlt: "Spacious Cadillac Escalade for large groups", - }, + id: "4", name: "Cadillac Escalade", price: "$130/hr", imageSrc: "http://img.b2bpic.net/free-photo/solid-asian-man-white-shirt-sunglasses-posed-near-black-mafia-suv-cars_627829-13667.jpg?_wi=2", imageAlt: "Spacious Cadillac Escalade for large groups"}, { - id: "5", - name: "Party Bus", - price: "$150/hr", - imageSrc: "http://img.b2bpic.net/free-photo/trendy-stylish-trendy-girlfriends-go-car-listening-music-having-fun-together-they-go-shopping-their-city-friends-rest-together-shopping-is-always-together_132075-12297.jpg?_wi=1", - imageAlt: "Entertainment party bus with premium sound system", - }, + id: "5", name: "Party Bus", price: "$150/hr", imageSrc: "http://img.b2bpic.net/free-photo/trendy-stylish-trendy-girlfriends-go-car-listening-music-having-fun-together-they-go-shopping-their-city-friends-rest-together-shopping-is-always-together_132075-12297.jpg?_wi=1", imageAlt: "Entertainment party bus with premium sound system"}, { - id: "6", - name: "Airport Transfer Coach", - price: "$85/hr", - imageSrc: "http://img.b2bpic.net/free-photo/business-team-way-meetings_329181-15205.jpg?_wi=1", - imageAlt: "Comfortable airport transfer coach", - }, + id: "6", name: "Airport Transfer Coach", price: "$85/hr", imageSrc: "http://img.b2bpic.net/free-photo/business-team-way-meetings_329181-15205.jpg?_wi=1", imageAlt: "Comfortable airport transfer coach"}, ]} buttons={[{ text: "Book Now", href: "#contact" }]} buttonAnimation="slide-up" @@ -175,40 +123,16 @@ export default function HomePage() { features={[ { id: 1, - tag: "Reliability", - title: "On-Time Every Time", - subtitle: "Professional scheduling and traffic monitoring.", - description: "Our GPS-tracked vehicles and experienced drivers ensure you arrive exactly when promised. We build our reputation on punctuality and dependability for every booking.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-businessman-doing-sport-with-stats_23-2150040521.jpg?_wi=1", - imageAlt: "GPS tracking and reliability monitoring", - }, + tag: "Reliability", title: "On-Time Every Time", subtitle: "Professional scheduling and traffic monitoring.", description: "Our GPS-tracked vehicles and experienced drivers ensure you arrive exactly when promised. We build our reputation on punctuality and dependability for every booking.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-businessman-doing-sport-with-stats_23-2150040521.jpg?_wi=1", imageAlt: "GPS tracking and reliability monitoring"}, { id: 2, - tag: "Comfort", - title: "Premium Interiors", - subtitle: "Climate control, luxury seating, and amenities.", - description: "Every vehicle is immaculately maintained with premium leather seating, climate control, and entertainment systems. Your journey is your sanctuary.", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-interior-brown-black-colors_181624-31177.jpg?_wi=1", - imageAlt: "Luxury car interior with premium comfort", - }, + tag: "Comfort", title: "Premium Interiors", subtitle: "Climate control, luxury seating, and amenities.", description: "Every vehicle is immaculately maintained with premium leather seating, climate control, and entertainment systems. Your journey is your sanctuary.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-interior-brown-black-colors_181624-31177.jpg?_wi=1", imageAlt: "Luxury car interior with premium comfort"}, { id: 3, - tag: "Safety", - title: "Vetted Professionals", - subtitle: "Background-checked drivers with extensive training.", - description: "All our chauffeurs undergo rigorous background checks, comprehensive training, and ongoing professional development. Your safety and security are our top priority.", - imageSrc: "http://img.b2bpic.net/free-photo/car-purchase_342744-734.jpg?_wi=1", - imageAlt: "Professional driver safety training", - }, + tag: "Safety", title: "Vetted Professionals", subtitle: "Background-checked drivers with extensive training.", description: "All our chauffeurs undergo rigorous background checks, comprehensive training, and ongoing professional development. Your safety and security are our top priority.", imageSrc: "http://img.b2bpic.net/free-photo/car-purchase_342744-734.jpg?_wi=1", imageAlt: "Professional driver safety training"}, { id: 4, - tag: "Transparency", - title: "Fixed Pricing Model", - subtitle: "No hidden fees or surprise charges.", - description: "Distance-based rates with transparent surcharges. See your total cost upfront before booking. What you see is what you pay.", - imageSrc: "http://img.b2bpic.net/free-photo/calculator-numbers-paper-closeup-finance-concept_169016-24473.jpg?_wi=1", - imageAlt: "Transparent pricing and cost calculator", - }, + tag: "Transparency", title: "Fixed Pricing Model", subtitle: "No hidden fees or surprise charges.", description: "Distance-based rates with transparent surcharges. See your total cost upfront before booking. What you see is what you pay.", imageSrc: "http://img.b2bpic.net/free-photo/calculator-numbers-paper-closeup-finance-concept_169016-24473.jpg?_wi=1", imageAlt: "Transparent pricing and cost calculator"}, ]} /> @@ -226,76 +150,40 @@ export default function HomePage() { animationType="slide-up" plans={[ { - id: "1", - badge: "Airport Transfer", - badgeIcon: Award, - price: "$65", - subtitle: "Point-to-point service to/from airport", - buttons: [ + id: "1", badge: "Airport Transfer", badgeIcon: Award, + price: "$65", subtitle: "Point-to-point service to/from airport", buttons: [ { text: "Book Transfer", href: "#contact" }, { text: "Learn More", href: "#" }, ], features: [ - "Professional driver", - "Vehicle tracking", - "Meet & greet service", - "Luggage assistance", - "Complimentary wait time (15 min)", - ], + "Professional driver", "Vehicle tracking", "Meet & greet service", "Luggage assistance", "Complimentary wait time (15 min)"], }, { - id: "2", - badge: "Corporate Service", - badgeIcon: CheckCircle, - price: "$85/hr", - subtitle: "Executive ground transportation", - buttons: [ + id: "2", badge: "Corporate Service", badgeIcon: CheckCircle, + price: "$85/hr", subtitle: "Executive ground transportation", buttons: [ { text: "Book Executive", href: "#contact" }, { text: "Bulk Pricing", href: "#" }, ], features: [ - "Premium sedan or SUV", - "Flexible scheduling", - "Client presentation-ready", - "Wi-Fi available", - "Monthly billing options", - ], + "Premium sedan or SUV", "Flexible scheduling", "Client presentation-ready", "Wi-Fi available", "Monthly billing options"], }, { - id: "3", - badge: "Event Service", - badgeIcon: Sparkles, - price: "$120/hr", - subtitle: "Special occasions and celebrations", - buttons: [ + id: "3", badge: "Event Service", badgeIcon: Sparkles, + price: "$120/hr", subtitle: "Special occasions and celebrations", buttons: [ { text: "Book Event Ride", href: "#contact" }, { text: "View Vehicles", href: "#fleet" }, ], features: [ - "Stretch limo or party bus", - "Customizable packages", - "Professional photography", - "Specialized route planning", - "Multi-stop itineraries", - ], + "Stretch limo or party bus", "Customizable packages", "Professional photography", "Specialized route planning", "Multi-stop itineraries"], }, { - id: "4", - badge: "Concierge Program", - badgeIcon: Award, - price: "Custom", - subtitle: "Premium membership with exclusive benefits", - buttons: [ + id: "4", badge: "Concierge Program", badgeIcon: Award, + price: "Custom", subtitle: "Premium membership with exclusive benefits", buttons: [ { text: "Join Concierge", href: "#contact" }, { text: "Details", href: "#" }, ], features: [ - "Dedicated account manager", - "20% service discount", - "Priority booking", - "Complimentary upgrades", - "Annual bonus credits", - ], + "Dedicated account manager", "20% service discount", "Priority booking", "Complimentary upgrades", "Annual bonus credits"], }, ]} /> @@ -312,29 +200,17 @@ export default function HomePage() { useInvertedBackground={false} avatars={[ { - src: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", - alt: "Team member 1", - }, + src: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", alt: "Team member 1"}, { - src: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", - alt: "Team member 2", - }, + src: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", alt: "Team member 2"}, { - src: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", - alt: "Team member 3", - }, + src: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", alt: "Team member 3"}, { - src: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", - alt: "Team member 4", - }, + src: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", alt: "Team member 4"}, { - src: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", - alt: "Team member 5", - }, + src: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", alt: "Team member 5"}, { - src: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", - alt: "Team member 6", - }, + src: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", alt: "Team member 6"}, ]} /> @@ -350,14 +226,7 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Fortune 500 Corporations", - "International Hotels", - "Event Planning Agencies", - "Corporate Travel Services", - "Wedding Planning Studios", - "Airport Concierge Services", - "Executive Staffing Firms", - ]} + "Fortune 500 Corporations", "International Hotels", "Event Planning Agencies", "Corporate Travel Services", "Wedding Planning Studios", "Airport Concierge Services", "Executive Staffing Firms"]} speed={35} showCard={true} /> @@ -372,7 +241,7 @@ export default function HomePage() { title="Ready to Book Your Luxury Ride?" description="Reserve your premium limousine service now. Our concierge team is available 24/7 to assist with bookings, special requests, and corporate arrangements. Experience the Luxe Rides difference today." buttons={[ - { text: "Book Online Now", href: "#" }, + { text: "Reserve Your Ride", href: "#" }, { text: "Call 1-800-LUXE-RIDES", href: "tel:1-800-589-3743" }, ]} buttonAnimation="slide-up" @@ -386,8 +255,7 @@ export default function HomePage() { ); -} \ No newline at end of file +}