Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-20 19:58:31 +00:00

View File

@@ -32,27 +32,17 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Fleet",
id: "catalog",
},
name: "Fleet", id: "catalog"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Ali Car Rental"
button={{
text: "Book Now",
href: "#contact",
}}
text: "Book Now", href: "#contact"}}
/>
</div>
@@ -62,13 +52,9 @@ export default function LandingPage() {
description="Your trusted partner for premium car rentals in Pakistan. From daily commutes to long journeys, we offer the best fleet of reliable, well-maintained vehicles."
buttons={[
{
text: "View Fleet",
href: "#catalog",
},
text: "View Fleet", href: "#catalog"},
{
text: "Contact Us",
href: "#contact",
},
text: "Contact Us", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/couple-near-new-white-car-man-driving-work-his-wife-will-waiting-him_496169-275.jpg"
imageAlt="Toyota Corolla rental showcase"
@@ -91,20 +77,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Premium Fleet",
description: "Latest models available for rent.",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-old-man-car-salon_1157-31849.jpg",
},
title: "Premium Fleet", description: "Latest models available for rent.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-old-man-car-salon_1157-31849.jpg"},
{
title: "24/7 Support",
description: "Always here to assist you.",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827240.jpg",
},
title: "24/7 Support", description: "Always here to assist you.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827240.jpg"},
{
title: "Well Maintained",
description: "Cars checked for safety daily.",
imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-get-driver-license_23-2150167558.jpg",
},
title: "Well Maintained", description: "Cars checked for safety daily.", imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-get-driver-license_23-2150167558.jpg"},
]}
title="Why Choose Us"
description="We prioritize your convenience and safety with our top-tier services."
@@ -119,41 +96,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Toyota Corolla",
price: "Rs. 8,000/day",
imageSrc: "http://img.b2bpic.net/free-photo/female-salesperson-car-showroom-standing-by-car_1303-22387.jpg",
},
id: "p1", name: "Toyota Corolla", price: "Rs. 8,000/day", imageSrc: "http://img.b2bpic.net/free-photo/female-salesperson-car-showroom-standing-by-car_1303-22387.jpg"},
{
id: "p2",
name: "Honda Civic",
price: "Rs. 10,000/day",
imageSrc: "http://img.b2bpic.net/free-photo/anime-car-city_23-2151710943.jpg",
},
id: "p2", name: "Honda Civic", price: "Rs. 10,000/day", imageSrc: "http://img.b2bpic.net/free-photo/anime-car-city_23-2151710943.jpg"},
{
id: "p3",
name: "Toyota Land Cruiser",
price: "Rs. 25,000/day",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-travelling-by-car_1303-18548.jpg",
},
id: "p3", name: "Toyota Land Cruiser", price: "Rs. 25,000/day", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-travelling-by-car_1303-18548.jpg"},
{
id: "p4",
name: "Suzuki Cultus",
price: "Rs. 4,500/day",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-women-open-car-trunk_23-2148149969.jpg",
},
id: "p4", name: "Suzuki Cultus", price: "Rs. 4,500/day", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-women-open-car-trunk_23-2148149969.jpg"},
{
id: "p5",
name: "Toyota Revo",
price: "Rs. 18,000/day",
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car-with-simple-background_23-2150998618.jpg",
},
id: "p5", name: "Toyota Revo", price: "Rs. 18,000/day", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car-with-simple-background_23-2150998618.jpg"},
{
id: "p6",
name: "Toyota Yaris",
price: "Rs. 7,000/day",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-going-car_23-2148213540.jpg",
},
id: "p6", name: "Toyota Yaris", price: "Rs. 7,000/day", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-going-car_23-2148213540.jpg"},
]}
title="Our Fleet"
description="Explore our wide range of popular Pakistani cars available for rent."
@@ -167,20 +120,11 @@ export default function LandingPage() {
tag="Trusted by Thousands"
metrics={[
{
id: "m1",
value: "500+",
description: "Happy Clients",
},
id: "m1", value: "500+", description: "Happy Clients"},
{
id: "m2",
value: "150+",
description: "Well Maintained Cars",
},
id: "m2", value: "150+", description: "Well Maintained Cars"},
{
id: "m3",
value: "24/7",
description: "Available Support",
},
id: "m3", value: "24/7", description: "Available Support"},
]}
metricsAnimation="slide-up"
/>
@@ -191,47 +135,23 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
description="See what our satisfied customers have to say about their rental experience."
testimonials={[
{
id: "t1",
name: "Ali Raza",
handle: "@ali",
testimonial: "Great service and clean cars. Highly recommended for daily rentals.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
},
id: "t1", name: "Ali Raza", handle: "@ali", testimonial: "Great service and clean cars. Highly recommended for daily rentals.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg"},
{
id: "t2",
name: "Fatima Noor",
handle: "@fatima",
testimonial: "Excellent condition vehicles. The booking process was very smooth.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-smiling-woman_171337-4171.jpg",
},
id: "t2", name: "Fatima Noor", handle: "@fatima", testimonial: "Excellent condition vehicles. The booking process was very smooth.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-smiling-woman_171337-4171.jpg"},
{
id: "t3",
name: "Hassan Khan",
handle: "@hassan",
testimonial: "Affordable rates and professional staff. Will definitely rent again.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg",
},
id: "t3", name: "Hassan Khan", handle: "@hassan", testimonial: "Affordable rates and professional staff. Will definitely rent again.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg"},
{
id: "t4",
name: "Zara Malik",
handle: "@zara",
testimonial: "The best car rental experience in the city. Very reliable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601461.jpg",
},
id: "t4", name: "Zara Malik", handle: "@zara", testimonial: "The best car rental experience in the city. Very reliable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601461.jpg"},
{
id: "t5",
name: "Ahmed Shah",
handle: "@ahmed",
testimonial: "Quick response and very well maintained cars. Fantastic service.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-pointing-camera-smiling_273609-12419.jpg",
},
id: "t5", name: "Ahmed Shah", handle: "@ahmed", testimonial: "Quick response and very well maintained cars. Fantastic service.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-pointing-camera-smiling_273609-12419.jpg"},
]}
showRating={true}
title="What Our Clients Say"
@@ -243,20 +163,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "What documents are required?",
content: "You will need a valid driver's license and CNIC.",
},
id: "q1", title: "What documents are required?", content: "You will need a valid driver's license and CNIC."},
{
id: "q2",
title: "Is fuel included?",
content: "No, fuel is the customer's responsibility.",
},
id: "q2", title: "Is fuel included?", content: "No, fuel is the customer's responsibility."},
{
id: "q3",
title: "Do you offer delivery?",
content: "Yes, we offer car delivery for an extra fee.",
},
id: "q3", title: "Do you offer delivery?", content: "Yes, we offer car delivery for an extra fee."},
]}
sideTitle="Have Questions?"
sideDescription="Check out our FAQs for answers to common questions about our rental process."
@@ -268,8 +179,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Contact Us"
title="Get in Touch Today"
description="Ready to book your ride? Send us a message or call us anytime for reservations."
@@ -282,37 +192,23 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#",
},
label: "About Us", href: "#"},
{
label: "Fleet",
href: "#catalog",
},
label: "Fleet", href: "#catalog"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "#",
},
label: "FAQ", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}