Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
280
src/app/page.tsx
280
src/app/page.tsx
@@ -31,18 +31,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "Fleet",
|
||||
id: "fleet",
|
||||
},
|
||||
{
|
||||
name: "Book Now",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Fleet", id: "fleet" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="SirinessaMiCars"
|
||||
/>
|
||||
@@ -51,62 +42,29 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Luxury Redefined with SirinessaMiCars"
|
||||
description="Experience premium comfort and elegance. Select your ride and travel in style across Morocco."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book via WhatsApp",
|
||||
href: "https://wa.me/212600286128",
|
||||
},
|
||||
text: "Book via WhatsApp", href: "https://wa.me/212600286128"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-business-woman-sitting-car_1303-22819.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-business-woman-sitting-car_1303-22819.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-confident-businessman-glasses-speaking-beige-wall_176420-132.jpg",
|
||||
alt: "Business client testimonial portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-smiley-modern-female_23-2148415853.jpg",
|
||||
alt: "Business client testimonial portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-bearded-man-brown-suit-wearing-glasses-looking-smiling-cheerfully_141793-111775.jpg",
|
||||
alt: "Business client testimonial portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-businessman-black-wall_176420-3460.jpg",
|
||||
alt: "Business client testimonial portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-business-woman-office-by-window_1303-21129.jpg",
|
||||
alt: "Business client testimonial portrait",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/successful-confident-businessman-glasses-speaking-beige-wall_176420-132.jpg", alt: "Business client testimonial portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/side-view-smiley-modern-female_23-2148415853.jpg", alt: "Business client testimonial portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-bearded-man-brown-suit-wearing-glasses-looking-smiling-cheerfully_141793-111775.jpg", alt: "Business client testimonial portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-businessman-black-wall_176420-3460.jpg", alt: "Business client testimonial portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-business-woman-office-by-window_1303-21129.jpg", alt: "Business client testimonial portrait" },
|
||||
]}
|
||||
avatarText="Trusted by over 500+ satisfied luxury travelers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Fleet",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Chauffeur Service",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Support",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Airport Transfer",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Luxury Experience",
|
||||
},
|
||||
{ type: "text", text: "Premium Fleet" },
|
||||
{ type: "text", text: "Chauffeur Service" },
|
||||
{ type: "text", text: "24/7 Support" },
|
||||
{ type: "text", text: "Airport Transfer" },
|
||||
{ type: "text", text: "Luxury Experience" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,42 +76,12 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "c1",
|
||||
name: "Executive Renault",
|
||||
price: "€120/day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-yellow-sport-car_181624-25409.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "c2",
|
||||
name: "Modern Dacia Luxury",
|
||||
price: "€80/day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-black-car_181624-25346.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "c3",
|
||||
name: "Premium City Sedan",
|
||||
price: "€95/day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974229.jpg",
|
||||
},
|
||||
{
|
||||
id: "c4",
|
||||
name: "Luxury Performance SUV",
|
||||
price: "€150/day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-by-white-car_1303-16424.jpg",
|
||||
},
|
||||
{
|
||||
id: "c5",
|
||||
name: "Volkswagen Elite",
|
||||
price: "€140/day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-section-man-using-digital-tablet-while-charging-electric-car_107420-94881.jpg",
|
||||
},
|
||||
{
|
||||
id: "c6",
|
||||
name: "Skoda Business Class",
|
||||
price: "€110/day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001256.jpg",
|
||||
},
|
||||
{ id: "c1", name: "Executive Renault", price: "€120/day", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-yellow-sport-car_181624-25409.jpg" },
|
||||
{ id: "c2", name: "Modern Dacia Luxury", price: "€80/day", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-black-car_181624-25346.jpg" },
|
||||
{ id: "c3", name: "Premium City Sedan", price: "€95/day", imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974229.jpg" },
|
||||
{ id: "c4", name: "Luxury Performance SUV", price: "€150/day", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-by-white-car_1303-16424.jpg" },
|
||||
{ id: "c5", name: "Volkswagen Elite", price: "€140/day", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-man-using-digital-tablet-while-charging-electric-car_107420-94881.jpg" },
|
||||
{ id: "c6", name: "Skoda Business Class", price: "€110/day", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001256.jpg" },
|
||||
]}
|
||||
title="Premium Fleet"
|
||||
description="Choose from our curated collection of luxury automobiles."
|
||||
@@ -165,16 +93,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Mercedes-Benz",
|
||||
"BMW",
|
||||
"Audi",
|
||||
"Volkswagen",
|
||||
"Renault",
|
||||
"Dacia",
|
||||
"Toyota",
|
||||
"Hyundai",
|
||||
"Peugeot",
|
||||
]}
|
||||
"Mercedes-Benz", "BMW", "Audi", "Volkswagen", "Renault", "Dacia", "Toyota", "Hyundai", "Peugeot"]}
|
||||
title="Trusted by Leaders"
|
||||
description="We offer top-tier vehicles from world-class automotive manufacturers."
|
||||
/>
|
||||
@@ -187,52 +106,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "24/7 Support",
|
||||
description: "Around-the-clock dedicated assistance.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-new-car-available-selling_23-2148332890.jpg",
|
||||
title: "24/7 Support", description: "Around-the-clock dedicated assistance.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-new-car-available-selling_23-2148332890.jpg", imageAlt: "premium car studio shot black"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Secure Booking",
|
||||
},
|
||||
{ icon: Shield, text: "Secure Booking" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-sitting-car_1303-22819.jpg?_wi=2",
|
||||
imageAlt: "premium car studio shot black",
|
||||
},
|
||||
{
|
||||
title: "Luxury Fleet",
|
||||
description: "Top tier, well-maintained vehicles.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-inside-trunk-her-car_1303-28777.jpg",
|
||||
title: "Luxury Fleet", description: "Top tier, well-maintained vehicles.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-inside-trunk-her-car_1303-28777.jpg", imageAlt: "premium car studio shot black"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Award,
|
||||
text: "Premium Grade",
|
||||
},
|
||||
{ icon: Award, text: "Premium Grade" },
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-yellow-sport-car_181624-25409.jpg?_wi=2",
|
||||
imageAlt: "premium car studio shot black",
|
||||
},
|
||||
{
|
||||
title: "Transparent Pricing",
|
||||
description: "No hidden fees, simple booking.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luggage-seen-from-rear-car-window_23-2150934310.jpg",
|
||||
title: "Transparent Pricing", description: "No hidden fees, simple booking.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luggage-seen-from-rear-car-window_23-2150934310.jpg", imageAlt: "premium car studio shot black"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Instant Confirmation",
|
||||
},
|
||||
{ icon: Zap, text: "Instant Confirmation" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-black-car_181624-25346.jpg?_wi=2",
|
||||
imageAlt: "premium car studio shot black",
|
||||
},
|
||||
]}
|
||||
title="Why SirinessaMiCars?"
|
||||
@@ -246,41 +144,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Youssef A.",
|
||||
handle: "@youssefa",
|
||||
testimonial: "Excellent service and pristine cars. Highly recommended for Morocco trips.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-confident-middle-aged-businessman-black-background_176420-5560.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah M.",
|
||||
handle: "@sarahm",
|
||||
testimonial: "Truly luxury experience. Everything was seamless and premium.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classy-business-woman-smiling-medium-shot_23-2148352562.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Karim R.",
|
||||
handle: "@karimr",
|
||||
testimonial: "Best car rental in town. Will definitely come back again.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confused-businessman-office_1098-3136.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Laila K.",
|
||||
handle: "@lailak",
|
||||
testimonial: "Very professional and friendly team. Great rental service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/experienced-senior-female-executive-eyeglasses_1262-5027.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Omar B.",
|
||||
handle: "@omarb",
|
||||
testimonial: "Luxury cars in perfect condition. Smooth process.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Youssef A.", handle: "@youssefa", testimonial: "Excellent service and pristine cars. Highly recommended for Morocco trips.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-confident-middle-aged-businessman-black-background_176420-5560.jpg" },
|
||||
{ id: "t2", name: "Sarah M.", handle: "@sarahm", testimonial: "Truly luxury experience. Everything was seamless and premium.", imageSrc: "http://img.b2bpic.net/free-photo/classy-business-woman-smiling-medium-shot_23-2148352562.jpg" },
|
||||
{ id: "t3", name: "Karim R.", handle: "@karimr", testimonial: "Best car rental in town. Will definitely come back again.", imageSrc: "http://img.b2bpic.net/free-photo/confused-businessman-office_1098-3136.jpg" },
|
||||
{ id: "t4", name: "Laila K.", handle: "@lailak", testimonial: "Very professional and friendly team. Great rental service.", imageSrc: "http://img.b2bpic.net/free-photo/experienced-senior-female-executive-eyeglasses_1262-5027.jpg" },
|
||||
{ id: "t5", name: "Omar B.", handle: "@omarb", testimonial: "Luxury cars in perfect condition. Smooth process.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg" },
|
||||
]}
|
||||
title="Client Experience"
|
||||
description="Hear what our premium clients say about us."
|
||||
@@ -292,21 +160,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Is a deposit required?",
|
||||
content: "Yes, we require a standard security deposit.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Can I return the car at a different location?",
|
||||
content: "Yes, for an additional fee depending on the city.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you provide child seats?",
|
||||
content: "Yes, we can include child seats upon request.",
|
||||
},
|
||||
{ id: "f1", title: "Is a deposit required?", content: "Yes, we require a standard security deposit." },
|
||||
{ id: "f2", title: "Can I return the car at a different location?", content: "Yes, for an additional fee depending on the city." },
|
||||
{ id: "f3", title: "Do you provide child seats?", content: "Yes, we can include child seats upon request." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about renting with us."
|
||||
@@ -320,21 +176,10 @@ export default function LandingPage() {
|
||||
title="Contact Us Now"
|
||||
description="Book directly or send your inquiries to our team."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "email", type: "email", placeholder: "Your Email" },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Details about your trip...",
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Details about your trip..." }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stylish-lady-sitting-car-with-opened-door-fashion-girl-driving-car-suit-posh-girl-sportcar_574295-8.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -344,42 +189,21 @@ export default function LandingPage() {
|
||||
logoText="SirinessaMiCars"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Help Center",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms & Privacy",
|
||||
href: "#",
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "Help Center", href: "#" },
|
||||
{ label: "Terms & Privacy", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/212600286128",
|
||||
},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
title: "Connect", items: [
|
||||
{ label: "WhatsApp", href: "https://wa.me/212600286128" },
|
||||
{ label: "Instagram", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user