Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d16f2aa4b8 | |||
| 716634d1b7 | |||
| bf3cc4ad07 |
@@ -7,49 +7,31 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const halant = Halant({
|
const halant = Halant({
|
||||||
variable: "--font-halant",
|
variable: "--font-halant", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
weight: ["300", "400", "500", "600", "700"],
|
||||||
});
|
});
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter",
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const raleway = Raleway({
|
const raleway = Raleway({
|
||||||
variable: "--font-raleway",
|
variable: "--font-raleway", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Luxury Limousine Rental | Premium Ground Transportation | Luxe Rides",
|
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"),
|
||||||
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: {
|
alternates: {
|
||||||
canonical: "https://luxerides.com",
|
canonical: "https://luxerides.com"},
|
||||||
},
|
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Luxury Limousine Rental | Premium Transportation | Luxe Rides",
|
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: [
|
||||||
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",
|
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"},
|
||||||
alt: "Luxury limousine service",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
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: [
|
||||||
title: "Premium Luxury Limousine Rental | Luxe Rides",
|
"http://img.b2bpic.net/free-photo/photo-from-inside-vehicle-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16063.jpg"],
|
||||||
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: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
@@ -1441,4 +1423,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
220
src/app/page.tsx
220
src/app/page.tsx
@@ -39,9 +39,7 @@ export default function HomePage() {
|
|||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Book Now",
|
text: "Book Now", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -63,37 +61,17 @@ export default function HomePage() {
|
|||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "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,
|
||||||
handle: "Corporate Executive",
|
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "James Mitchell"},
|
||||||
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",
|
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,
|
||||||
handle: "Wedding Planner",
|
imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-employee-outdoors_1098-2197.jpg?_wi=1", imageAlt: "Sarah Chen"},
|
||||||
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",
|
name: "Marcus Thompson", handle: "Event Coordinator", testimonial: "Reliable, professional, and always goes the extra mile. That's the Luxe Rides standard.", rating: 5,
|
||||||
handle: "Event Coordinator",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Thompson"},
|
||||||
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",
|
name: "Victoria Ross", handle: "CEO, Tech Startup", testimonial: "When you need transportation that reflects your success, Luxe Rides is the only choice.", rating: 5,
|
||||||
handle: "CEO, Tech Startup",
|
imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-employee-outdoors_1098-2197.jpg?_wi=2", imageAlt: "Victoria Ross"},
|
||||||
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}
|
testimonialRotationInterval={5000}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -115,47 +93,17 @@ export default function HomePage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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" }]}
|
buttons={[{ text: "Book Now", href: "#contact" }]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -175,40 +123,16 @@ export default function HomePage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
tag: "Reliability",
|
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"},
|
||||||
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,
|
id: 2,
|
||||||
tag: "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"},
|
||||||
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,
|
id: 3,
|
||||||
tag: "Safety",
|
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"},
|
||||||
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,
|
id: 4,
|
||||||
tag: "Transparency",
|
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"},
|
||||||
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",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -226,76 +150,40 @@ export default function HomePage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", badge: "Airport Transfer", badgeIcon: Award,
|
||||||
badge: "Airport Transfer",
|
price: "$65", subtitle: "Point-to-point service to/from airport", buttons: [
|
||||||
badgeIcon: Award,
|
|
||||||
price: "$65",
|
|
||||||
subtitle: "Point-to-point service to/from airport",
|
|
||||||
buttons: [
|
|
||||||
{ text: "Book Transfer", href: "#contact" },
|
{ text: "Book Transfer", href: "#contact" },
|
||||||
{ text: "Learn More", href: "#" },
|
{ text: "Learn More", href: "#" },
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Professional driver",
|
"Professional driver", "Vehicle tracking", "Meet & greet service", "Luggage assistance", "Complimentary wait time (15 min)"],
|
||||||
"Vehicle tracking",
|
|
||||||
"Meet & greet service",
|
|
||||||
"Luggage assistance",
|
|
||||||
"Complimentary wait time (15 min)",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", badge: "Corporate Service", badgeIcon: CheckCircle,
|
||||||
badge: "Corporate Service",
|
price: "$85/hr", subtitle: "Executive ground transportation", buttons: [
|
||||||
badgeIcon: CheckCircle,
|
|
||||||
price: "$85/hr",
|
|
||||||
subtitle: "Executive ground transportation",
|
|
||||||
buttons: [
|
|
||||||
{ text: "Book Executive", href: "#contact" },
|
{ text: "Book Executive", href: "#contact" },
|
||||||
{ text: "Bulk Pricing", href: "#" },
|
{ text: "Bulk Pricing", href: "#" },
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Premium sedan or SUV",
|
"Premium sedan or SUV", "Flexible scheduling", "Client presentation-ready", "Wi-Fi available", "Monthly billing options"],
|
||||||
"Flexible scheduling",
|
|
||||||
"Client presentation-ready",
|
|
||||||
"Wi-Fi available",
|
|
||||||
"Monthly billing options",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", badge: "Event Service", badgeIcon: Sparkles,
|
||||||
badge: "Event Service",
|
price: "$120/hr", subtitle: "Special occasions and celebrations", buttons: [
|
||||||
badgeIcon: Sparkles,
|
|
||||||
price: "$120/hr",
|
|
||||||
subtitle: "Special occasions and celebrations",
|
|
||||||
buttons: [
|
|
||||||
{ text: "Book Event Ride", href: "#contact" },
|
{ text: "Book Event Ride", href: "#contact" },
|
||||||
{ text: "View Vehicles", href: "#fleet" },
|
{ text: "View Vehicles", href: "#fleet" },
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Stretch limo or party bus",
|
"Stretch limo or party bus", "Customizable packages", "Professional photography", "Specialized route planning", "Multi-stop itineraries"],
|
||||||
"Customizable packages",
|
|
||||||
"Professional photography",
|
|
||||||
"Specialized route planning",
|
|
||||||
"Multi-stop itineraries",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", badge: "Concierge Program", badgeIcon: Award,
|
||||||
badge: "Concierge Program",
|
price: "Custom", subtitle: "Premium membership with exclusive benefits", buttons: [
|
||||||
badgeIcon: Award,
|
|
||||||
price: "Custom",
|
|
||||||
subtitle: "Premium membership with exclusive benefits",
|
|
||||||
buttons: [
|
|
||||||
{ text: "Join Concierge", href: "#contact" },
|
{ text: "Join Concierge", href: "#contact" },
|
||||||
{ text: "Details", href: "#" },
|
{ text: "Details", href: "#" },
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Dedicated account manager",
|
"Dedicated account manager", "20% service discount", "Priority booking", "Complimentary upgrades", "Annual bonus credits"],
|
||||||
"20% service discount",
|
|
||||||
"Priority booking",
|
|
||||||
"Complimentary upgrades",
|
|
||||||
"Annual bonus credits",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -312,29 +200,17 @@ export default function HomePage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg",
|
src: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", alt: "Team member 1"},
|
||||||
alt: "Team member 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg",
|
src: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", alt: "Team member 2"},
|
||||||
alt: "Team member 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg",
|
src: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", alt: "Team member 3"},
|
||||||
alt: "Team member 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg",
|
src: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", alt: "Team member 4"},
|
||||||
alt: "Team member 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg",
|
src: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", alt: "Team member 5"},
|
||||||
alt: "Team member 5",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg",
|
src: "http://img.b2bpic.net/free-vector/variety-avatars-flat-design_23-2147662095.jpg", alt: "Team member 6"},
|
||||||
alt: "Team member 6",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -350,14 +226,7 @@ export default function HomePage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"Fortune 500 Corporations",
|
"Fortune 500 Corporations", "International Hotels", "Event Planning Agencies", "Corporate Travel Services", "Wedding Planning Studios", "Airport Concierge Services", "Executive Staffing Firms"]}
|
||||||
"International Hotels",
|
|
||||||
"Event Planning Agencies",
|
|
||||||
"Corporate Travel Services",
|
|
||||||
"Wedding Planning Studios",
|
|
||||||
"Airport Concierge Services",
|
|
||||||
"Executive Staffing Firms",
|
|
||||||
]}
|
|
||||||
speed={35}
|
speed={35}
|
||||||
showCard={true}
|
showCard={true}
|
||||||
/>
|
/>
|
||||||
@@ -372,7 +241,7 @@ export default function HomePage() {
|
|||||||
title="Ready to Book Your Luxury Ride?"
|
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."
|
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={[
|
buttons={[
|
||||||
{ text: "Book Online Now", href: "#" },
|
{ text: "Reserve Your Ride", href: "#" },
|
||||||
{ text: "Call 1-800-LUXE-RIDES", href: "tel:1-800-589-3743" },
|
{ text: "Call 1-800-LUXE-RIDES", href: "tel:1-800-589-3743" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -386,8 +255,7 @@ export default function HomePage() {
|
|||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Service",
|
title: "Service", items: [
|
||||||
items: [
|
|
||||||
{ label: "Book a Ride", href: "#contact" },
|
{ label: "Book a Ride", href: "#contact" },
|
||||||
{ label: "Our Fleet", href: "#fleet" },
|
{ label: "Our Fleet", href: "#fleet" },
|
||||||
{ label: "Pricing", href: "#pricing" },
|
{ label: "Pricing", href: "#pricing" },
|
||||||
@@ -395,8 +263,7 @@ export default function HomePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Careers", href: "#" },
|
{ label: "Careers", href: "#" },
|
||||||
{ label: "Press", href: "#" },
|
{ label: "Press", href: "#" },
|
||||||
@@ -404,8 +271,7 @@ export default function HomePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
{ label: "Terms of Service", href: "#" },
|
{ label: "Terms of Service", href: "#" },
|
||||||
{ label: "Booking Policies", href: "#" },
|
{ label: "Booking Policies", href: "#" },
|
||||||
@@ -418,4 +284,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user