Merge version_3 into main #4

Merged
bender merged 2 commits from version_3 into main 2026-03-10 04:53:11 +00:00
2 changed files with 39 additions and 44 deletions

View File

@@ -1,11 +1,17 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
const geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
});
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "LUXURIA - Premium Luxury Car Rentals", description: "Experience luxury on every drive. Rent premium vehicles for unforgettable journeys."};
title: "Create Next App", description: "Generated by create next app"};
export default function RootLayout({
children,
@@ -14,7 +20,9 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body className={inter.className}>{children}
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `

View File

@@ -90,25 +90,21 @@ export default function HomePage() {
testimonials={[
{
name: "Sarah Mitchell", handle: "Travel Enthusiast", testimonial: "The smoothest rental experience I've had. Exceptional service!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-city_1157-20652.jpg", imageAlt: "female travel enthusiast portrait professional"
},
imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-city_1157-20652.jpg", imageAlt: "female travel enthusiast portrait professional"},
{
name: "James Chen", handle: "Business Executive", testimonial: "Premium vehicles and professional service. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg", imageAlt: "male business executive portrait professional"
},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg", imageAlt: "male business executive portrait professional"},
{
name: "Emma Rodriguez", handle: "Luxury Traveler", testimonial: "LUXURIA sets the standard for car rental excellence.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "female luxury traveler portrait elegant"
},
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "female luxury traveler portrait elegant"},
{
name: "David Park", handle: "Event Planner", testimonial: "Perfect cars for every occasion. Flawless execution.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-christian-man-church_23-2149344160.jpg", imageAlt: "male event planner portrait professional"
},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-christian-man-church_23-2149344160.jpg", imageAlt: "male event planner portrait professional"},
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
buttons={[
{ text: "Browse Fleet", href: "/fleet" },
{ text: "Book Your Luxury Car", href: "/fleet" },
{ text: "View Pricing", href: "/pricing" },
]}
buttonAnimation="slide-up"
@@ -165,13 +161,11 @@ export default function HomePage() {
animationType="slide-up"
negativeCard={{
items: [
"Limited vehicle selection", "Standard maintenance schedules", "Impersonal booking experience", "Generic customer support", "Hidden fees and charges"
],
"Limited vehicle selection", "Standard maintenance schedules", "Impersonal booking experience", "Generic customer support", "Hidden fees and charges"],
}}
positiveCard={{
items: [
"Curated luxury fleet", "Daily professional detailing", "Personalized concierge service", "24/7 premium support team", "Transparent all-inclusive pricing"
],
"Curated luxury fleet", "Daily professional detailing", "Personalized concierge service", "24/7 premium support team", "Transparent all-inclusive pricing"],
}}
/>
</div>
@@ -202,16 +196,13 @@ export default function HomePage() {
testimonials={[
{
id: "1", name: "Alexander Thompson", role: "Luxury Travel Advisor", company: "Elite Journeys", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-wearing-fashion-eyeglasses-stylish-suit-sitting-sofa-modern-studio_496169-1399.jpg", imageAlt: "luxury travel advisor professional portrait"
},
imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-wearing-fashion-eyeglasses-stylish-suit-sitting-sofa-modern-studio_496169-1399.jpg", imageAlt: "luxury travel advisor professional portrait"},
{
id: "2", name: "Victoria Laurent", role: "CEO", company: "Prestige Events", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-work-with-coffee-cup_23-2149429379.jpg", imageAlt: "female CEO executive portrait professional"
},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-work-with-coffee-cup_23-2149429379.jpg", imageAlt: "female CEO executive portrait professional"},
{
id: "3", name: "Marcus Williams", role: "Entrepreneur", company: "Global Ventures", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", imageAlt: "male entrepreneur portrait business successful"
},
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", imageAlt: "male entrepreneur portrait business successful"},
]}
kpiItems={[
{ value: "5,000+", label: "Happy Customers" },
@@ -234,20 +225,17 @@ export default function HomePage() {
{
id: "daily", tag: "Daily Rental", price: "from $299", period: "/day", description: "Perfect for weekend getaways and short trips. All-inclusive premium experience.", button: { text: "Book Daily", href: "/booking" },
featuresTitle: "Includes:", features: [
"Unlimited mileage", "Full insurance coverage", "24/7 roadside assistance", "Premium fuel included", "Vehicle swap option"
],
"Unlimited mileage", "Full insurance coverage", "24/7 roadside assistance", "Premium fuel included", "Vehicle swap option"],
},
{
id: "weekly", tag: "Weekly Rental", price: "$1,890", period: "/week", description: "Ideal for extended journeys. Save 10% compared to daily rates.", button: { text: "Book Weekly", href: "/booking" },
featuresTitle: "Includes:", features: [
"All daily benefits", "Airport concierge service", "Complimentary vehicle upgrade", "Priority customer support", "Flexible cancellation"
],
"All daily benefits", "Airport concierge service", "Complimentary vehicle upgrade", "Priority customer support", "Flexible cancellation"],
},
{
id: "monthly", tag: "Monthly Rental", price: "$6,890", period: "/month", description: "Maximum value for long-term rentals. Save $2,500+ compared to daily rates. Enjoy executive perks.", button: { text: "Book Monthly", href: "/booking" },
id: "monthly", tag: "Monthly Rental", price: "$6,890", period: "/month", description: "Maximum value for long-term rentals. Save 25% and enjoy executive perks.", button: { text: "Book Monthly", href: "/booking" },
featuresTitle: "Includes:", features: [
"All weekly benefits", "Personal dedicated concierge", "Monthly vehicle rotation", "Executive lounge access", "VIP event invitations"
],
"All weekly benefits", "Personal dedicated concierge", "Monthly vehicle rotation", "Executive lounge access", "VIP event invitations"],
},
]}
/>
@@ -261,8 +249,7 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Forbes Travel", "Luxury Magazine", "Prestige Hotels", "Elite Events Co", "Luxury Concierge", "Premium Travel Club", "Wealth Partners", "Exclusive Rentals"
]}
"Forbes Travel", "Luxury Magazine", "Prestige Hotels", "Elite Events Co", "Luxury Concierge", "Premium Travel Club", "Wealth Partners", "Exclusive Rentals"]}
speed={40}
showCard={true}
/>
@@ -280,23 +267,23 @@ export default function HomePage() {
animationType="smooth"
faqs={[
{
id: "1", title: "What is the minimum age requirement?", content: "Drivers must be at least 25 years old with a valid driver's license held for a minimum of 3 years. We offer a young driver fee for ages 21-24."
},
id: "1", title: "What is the minimum age requirement?", content:
"Drivers must be at least 25 years old with a valid driver's license held for a minimum of 3 years. We offer a young driver fee for ages 21-24."},
{
id: "2", title: "Are insurance and maintenance included?", content: "Yes! All rental packages include comprehensive insurance coverage, regular maintenance, and 24/7 roadside assistance. There are no hidden fees."
},
id: "2", title: "Are insurance and maintenance included?", content:
"Yes! All rental packages include comprehensive insurance coverage, regular maintenance, and 24/7 roadside assistance. There are no hidden fees."},
{
id: "3", title: "Can I modify or cancel my reservation?", content: "Absolutely. You can modify or cancel your reservation up to 48 hours before your rental date for a full refund. Cancellations within 48 hours may incur a fee."
},
id: "3", title: "Can I modify or cancel my reservation?", content:
"Absolutely. You can modify or cancel your reservation up to 48 hours before your rental date for a full refund. Cancellations within 48 hours may incur a fee."},
{
id: "4", title: "What payment methods do you accept?", content: "We accept all major credit cards (Visa, Mastercard, American Express), bank transfers, and digital wallets. A security deposit is required at booking."
},
id: "4", title: "What payment methods do you accept?", content:
"We accept all major credit cards (Visa, Mastercard, American Express), bank transfers, and digital wallets. A security deposit is required at booking."},
{
id: "5", title: "Do you offer delivery to airports?", content: "Yes, we provide complimentary vehicle delivery to major airports. Our concierge team coordinates pickup details directly with you."
},
id: "5", title: "Do you offer delivery to airports?", content:
"Yes, we provide complimentary vehicle delivery to major airports. Our concierge team coordinates pickup details directly with you."},
{
id: "6", title: "What happens if I exceed mileage limits?", content: "All our rental plans include unlimited mileage. Drive as much as you want—there are no overage charges or mileage restrictions."
},
id: "6", title: "What happens if I exceed mileage limits?", content:
"All our rental plans include unlimited mileage. Drive as much as you want—there are no overage charges or mileage restrictions."},
]}
/>
</div>