diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5256414..92d884b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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 ( -
{children} + + {children} + @@ -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."}, ]} />