Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
231
src/app/page.tsx
231
src/app/page.tsx
@@ -29,86 +29,38 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Fleet",
|
||||
id: "fleet",
|
||||
},
|
||||
{
|
||||
name: "Process",
|
||||
id: "process",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Fleet", id: "fleet" },
|
||||
{ name: "Process", id: "process" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Versailles"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Versailles Luxury Car Rental"
|
||||
description="Experience elegance and performance in Kuwait with our curated fleet of luxury vehicles."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Fleet",
|
||||
href: "#fleet",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "View Our Fleet", href: "#fleet" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-choosing-car-talking-with-salesperson_1303-25567.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-business-embrace-confidence-posing-beauty-black-african-american-isolated-gray-background_640221-39.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/person-drinking-coffee-spacious-cafeteria_23-2150424004.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lovely-woman-taking-photo-with-copy-space_23-2148631382.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-stylish-asian-girl-having-telephone-conversation-walking-street_1258-193130.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-woman-business-embrace-confidence-posing-beauty-black-african-american-isolated-gray-background_640221-39.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/person-drinking-coffee-spacious-cafeteria_23-2150424004.jpg", alt: "Client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg", alt: "Client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/lovely-woman-taking-photo-with-copy-space_23-2148631382.jpg", alt: "Client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-stylish-asian-girl-having-telephone-conversation-walking-street_1258-193130.jpg", alt: "Client 5" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy clients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Fleet",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Concierge",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fully Insured",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Elite Service",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Luxury Defined",
|
||||
},
|
||||
{ type: "text", text: "Premium Fleet" },
|
||||
{ type: "text", text: "24/7 Concierge" },
|
||||
{ type: "text", text: "Fully Insured" },
|
||||
{ type: "text", text: "Elite Service" },
|
||||
{ type: "text", text: "Luxury Defined" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,31 +71,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
icon: Car,
|
||||
title: "Premium Fleet",
|
||||
description: "Latest models with premium comfort.",
|
||||
},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Fully Insured",
|
||||
description: "Peace of mind for every journey.",
|
||||
},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "24/7 Support",
|
||||
description: "Always there when you need us.",
|
||||
},
|
||||
{
|
||||
icon: Key,
|
||||
title: "Easy Booking",
|
||||
description: "Quick reservations in minutes.",
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Flexible Delivery",
|
||||
description: "Anywhere in Kuwait, at your service.",
|
||||
},
|
||||
{ icon: Car, title: "Premium Fleet", description: "Latest models with premium comfort." },
|
||||
{ icon: ShieldCheck, title: "Fully Insured", description: "Peace of mind for every journey." },
|
||||
{ icon: Clock, title: "24/7 Support", description: "Always there when you need us." },
|
||||
{ icon: Key, title: "Easy Booking", description: "Quick reservations in minutes." },
|
||||
{ icon: MapPin, title: "Flexible Delivery", description: "Anywhere in Kuwait, at your service." },
|
||||
]}
|
||||
title="Seamless Rental Experience"
|
||||
description="We make renting premium vehicles in Kuwait effortless and reliable."
|
||||
@@ -157,42 +89,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sedan Executive",
|
||||
price: "45 KD/Day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/particle-view-modern-luxury-white-car-parked-indoors-daytime_146671-16450.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "SUV Premium",
|
||||
price: "60 KD/Day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-with-luxury-car_231208-6917.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Convertible Sport",
|
||||
price: "85 KD/Day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-summer-image-stylish-girl-sitting-luxury-red-sport-car-enjoying-holidays-los-angeles_273443-2489.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Executive Sedan Plus",
|
||||
price: "55 KD/Day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-full-length-trendy-brunette-woman-stylish-crow-s-foot-printed-coat-zebra-heels-sitting-her-car-steering-wheel_132075-9418.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Coupe Luxury",
|
||||
price: "75 KD/Day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_74190-5324.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "SUV Luxury Class",
|
||||
price: "90 KD/Day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-with-luxury-car_231208-6916.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sedan Executive", price: "45 KD/Day", imageSrc: "http://img.b2bpic.net/free-photo/particle-view-modern-luxury-white-car-parked-indoors-daytime_146671-16450.jpg" },
|
||||
{ id: "2", name: "SUV Premium", price: "60 KD/Day", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-with-luxury-car_231208-6917.jpg" },
|
||||
{ id: "3", name: "Convertible Sport", price: "85 KD/Day", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-summer-image-stylish-girl-sitting-luxury-red-sport-car-enjoying-holidays-los-angeles_273443-2489.jpg" },
|
||||
{ id: "4", name: "Executive Sedan Plus", price: "55 KD/Day", imageSrc: "http://img.b2bpic.net/free-photo/side-view-full-length-trendy-brunette-woman-stylish-crow-s-foot-printed-coat-zebra-heels-sitting-her-car-steering-wheel_132075-9418.jpg" },
|
||||
{ id: "5", name: "Coupe Luxury", price: "75 KD/Day", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_74190-5324.jpg" },
|
||||
{ id: "6", name: "SUV Luxury Class", price: "90 KD/Day", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-with-luxury-car_231208-6916.jpg" },
|
||||
]}
|
||||
title="Explore Our Exclusive Fleet"
|
||||
description="Select from our range of top-tier luxury sedans, SUVs, and convertibles."
|
||||
@@ -205,41 +107,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ahmed Al-Farsi",
|
||||
handle: "@ahmed",
|
||||
testimonial: "Excellent service and pristine cars. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-embrace-confidence-posing-beauty-black-african-american-isolated-gray-background_640221-39.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarah",
|
||||
testimonial: "The best luxury rental experience I've had in Kuwait.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-coffee-spacious-cafeteria_23-2150424004.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Khalid H.",
|
||||
handle: "@khalid",
|
||||
testimonial: "Professional team and seamless booking process.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "John Doe",
|
||||
handle: "@johnd",
|
||||
testimonial: "Luxury cars at competitive prices. Simply outstanding.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-taking-photo-with-copy-space_23-2148631382.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Layla K.",
|
||||
handle: "@layla",
|
||||
testimonial: "Exceptional fleet quality and customer focus.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-stylish-asian-girl-having-telephone-conversation-walking-street_1258-193130.jpg",
|
||||
},
|
||||
{ id: "1", name: "Ahmed Al-Farsi", handle: "@ahmed", testimonial: "Excellent service and pristine cars. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-embrace-confidence-posing-beauty-black-african-american-isolated-gray-background_640221-39.jpg" },
|
||||
{ id: "2", name: "Sarah Miller", handle: "@sarah", testimonial: "The best luxury rental experience I've had in Kuwait.", imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-coffee-spacious-cafeteria_23-2150424004.jpg" },
|
||||
{ id: "3", name: "Khalid H.", handle: "@khalid", testimonial: "Professional team and seamless booking process.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg" },
|
||||
{ id: "4", name: "John Doe", handle: "@johnd", testimonial: "Luxury cars at competitive prices. Simply outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-taking-photo-with-copy-space_23-2148631382.jpg" },
|
||||
{ id: "5", name: "Layla K.", handle: "@layla", testimonial: "Exceptional fleet quality and customer focus.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-stylish-asian-girl-having-telephone-conversation-walking-street_1258-193130.jpg" },
|
||||
]}
|
||||
title="Client Experiences"
|
||||
description="Trusted by elite travelers in Kuwait."
|
||||
@@ -252,30 +124,11 @@ export default function LandingPage() {
|
||||
title="Book Your Luxury Ride"
|
||||
description="Reach out to our reservation team to secure your premium vehicle in Kuwait."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Which vehicle do you prefer?",
|
||||
rows: 4,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Which vehicle do you prefer?", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/corporate-building-with-empty-room_23-2148727503.jpg"
|
||||
mediaPosition="right"
|
||||
/>
|
||||
@@ -284,14 +137,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="VERSAILLES"
|
||||
leftLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Terms of Service", href: "#" }}
|
||||
rightLink={{ text: "Privacy Policy", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user