Merge version_5 into main
Merge version_5 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -1,46 +1,44 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Raleway } from "next/font/google";
|
||||
import { Poppins } from "next/font/google";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
const poppins = Poppins({
|
||||
variable: "--font-poppins", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const raleway = Raleway({
|
||||
variable: "--font-raleway", subsets: ["latin"],
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans", 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"),
|
||||
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: [
|
||||
{
|
||||
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"],
|
||||
"http://img.b2bpic.net/free-photo/photo-from-inside-vehicle-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16063.jpg"
|
||||
]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
follow: true
|
||||
}
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
children
|
||||
}: Readonly<{
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
@@ -48,7 +46,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${raleway.variable} antialiased`}
|
||||
className={`${poppins.variable} ${dmSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
120
src/app/page.tsx
120
src/app/page.tsx
@@ -16,16 +16,16 @@ import { Sparkles, Award, CheckCircle, CreditCard, Verified, HelpCircle, Phone }
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="background-highlight"
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="large"
|
||||
background="floatingGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="extrabold"
|
||||
background="aurora"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
{/* Navbar */}
|
||||
<div id="nav" data-section="nav">
|
||||
@@ -39,7 +39,8 @@ export default function HomePage() {
|
||||
{ name: "About", id: "/about" },
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now", href: "#contact"}}
|
||||
text: "Book Now", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -50,28 +51,32 @@ export default function HomePage() {
|
||||
description="Arrive on time, every time with professional drivers and luxury vehicles."
|
||||
tag="Premium Service"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
tagAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photo-from-inside-vehicle-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16063.jpg"
|
||||
imageAlt="Luxury limousine service at night"
|
||||
mediaAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{ text: "Book Your Ride Now", href: "#contact" },
|
||||
{ text: "View Fleet", href: "#fleet" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
buttonAnimation="blur-reveal"
|
||||
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"},
|
||||
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"},
|
||||
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"},
|
||||
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"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-employee-outdoors_1098-2197.jpg?_wi=2", imageAlt: "Victoria Ross"
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
useInvertedBackground={false}
|
||||
@@ -86,27 +91,33 @@ export default function HomePage() {
|
||||
description="All vehicles inspected weekly and maintained to the highest standards. Explore our meticulously maintained collection of premium vehicles, each selected for exceptional comfort and style. 99.2% on-time rate ensures reliable transportation for every booking."
|
||||
tag="Vehicles"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
tagAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
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"
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -117,22 +128,26 @@ export default function HomePage() {
|
||||
description="Experience the difference that premium service and attention to detail make in every journey."
|
||||
tag="Our Promise"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="slide-up"
|
||||
tagAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
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"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -144,10 +159,10 @@ export default function HomePage() {
|
||||
description="Choose the service level that fits your needs. All prices include professional driver and vehicle maintenance."
|
||||
tag="Pricing Plans"
|
||||
tagIcon={CreditCard}
|
||||
tagAnimation="slide-up"
|
||||
tagAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
plans={[
|
||||
{
|
||||
id: "1", badge: "Airport Transfer", badgeIcon: Award,
|
||||
@@ -156,7 +171,8 @@ export default function HomePage() {
|
||||
{ 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,
|
||||
@@ -165,7 +181,8 @@ export default function HomePage() {
|
||||
{ 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,
|
||||
@@ -174,7 +191,8 @@ export default function HomePage() {
|
||||
{ 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,
|
||||
@@ -183,7 +201,8 @@ export default function HomePage() {
|
||||
{ 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"
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -195,22 +214,28 @@ export default function HomePage() {
|
||||
testimonial="Luxe Rides has become our go-to transportation partner. From airport pickups to important client meetings, they consistently deliver the professionalism and reliability our business demands. The transparency in pricing and the quality of their fleet is unmatched."
|
||||
rating={5}
|
||||
author="David Berkshire, CEO of Innovation Ventures"
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
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"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -222,11 +247,12 @@ export default function HomePage() {
|
||||
description="Corporate executives, event planners, and professionals across industries rely on Luxe Rides for premium ground transportation."
|
||||
tag="Our Partners"
|
||||
tagIcon={Verified}
|
||||
tagAnimation="slide-up"
|
||||
tagAnimation="blur-reveal"
|
||||
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}
|
||||
/>
|
||||
@@ -237,14 +263,14 @@ export default function HomePage() {
|
||||
<ContactCTA
|
||||
tag="Get Started"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
tagAnimation="blur-reveal"
|
||||
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: "Reserve Your Ride", href: "#" },
|
||||
{ text: "Call 1-800-LUXE-RIDES", href: "tel:1-800-589-3743" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
|
||||
@@ -11,7 +11,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-raleway), sans-serif;
|
||||
font-family: var(--font-poppins), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-raleway), sans-serif;
|
||||
font-family: var(--font-poppins), sans-serif;
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120a00e6;
|
||||
--primary-cta: #E34400;
|
||||
--background: #0f0a1a;
|
||||
--card: #1a1428;
|
||||
--foreground: #e8dff5;
|
||||
--primary-cta: #c9a9e8;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta: #2a1f3d;
|
||||
--secondary-cta-text: #120a00e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #E34400;
|
||||
--accent: #7d5ba6;
|
||||
--background-accent: #9d7cb8;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user