Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-26 13:58:27 +00:00

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Fleet",
id: "fleet",
},
name: "Fleet", id: "fleet"},
{
name: "Pricing",
id: "pricing",
},
name: "Pricing", id: "pricing"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Rental Lapraka"
/>
@@ -57,97 +49,54 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Rent a Car in Tirana Fast, Easy & Affordable"
description="Your journey starts with Rental Lapraka. Explore Albania with the most reliable vehicles at the best rates."
testimonials={[
{
name: "John Doe",
handle: "@john",
testimonial: "Excellent service!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-radio-studio-with-microphone_23-2148808787.jpg",
},
name: "John Doe", handle: "@john", testimonial: "Excellent service!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-radio-studio-with-microphone_23-2148808787.jpg"},
{
name: "Jane Smith",
handle: "@jane",
testimonial: "Very affordable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg",
},
name: "Jane Smith", handle: "@jane", testimonial: "Very affordable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg"},
{
name: "Mike Ross",
handle: "@mike",
testimonial: "Smooth ride.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-person-barbeque_23-2149271990.jpg",
},
name: "Mike Ross", handle: "@mike", testimonial: "Smooth ride.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-person-barbeque_23-2149271990.jpg"},
{
name: "Sara Lee",
handle: "@sara",
testimonial: "Fast booking.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg",
},
name: "Sara Lee", handle: "@sara", testimonial: "Fast booking.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg"},
{
name: "Dan Bolt",
handle: "@dan",
testimonial: "Professional staff.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-wearing-hat_23-2148631369.jpg",
},
name: "Dan Bolt", handle: "@dan", testimonial: "Professional staff.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-wearing-hat_23-2148631369.jpg"},
]}
buttons={[
{
text: "Book Your Car Now",
href: "#contact",
},
text: "Book Your Car Now", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/blue-crossover-driving-curved-winter-road-car-travel-concept_169016-71674.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/blue-crossover-driving-curved-winter-road-car-travel-concept_169016-71674.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/happy-african-young-lady-walking-outdoors-beach_171337-16228.jpg",
alt: "Happy traveler",
},
src: "http://img.b2bpic.net/free-photo/happy-african-young-lady-walking-outdoors-beach_171337-16228.jpg", alt: "Happy traveler"},
{
src: "http://img.b2bpic.net/free-photo/close-u-smiling-woman-holding-map-taking-selfie-outdoors_23-2148203086.jpg",
alt: "Smiling tourist",
},
src: "http://img.b2bpic.net/free-photo/close-u-smiling-woman-holding-map-taking-selfie-outdoors_23-2148203086.jpg", alt: "Smiling tourist"},
{
src: "http://img.b2bpic.net/free-photo/front-view-woman-posing-new-town_23-2148631400.jpg",
alt: "Business traveler",
},
src: "http://img.b2bpic.net/free-photo/front-view-woman-posing-new-town_23-2148631400.jpg", alt: "Business traveler"},
{
src: "http://img.b2bpic.net/free-photo/business-concept-portrait-confident-young-businesswoman-keeping-arms-crossed-looking-camera-w_1258-104422.jpg",
alt: "Confident professional",
},
src: "http://img.b2bpic.net/free-photo/business-concept-portrait-confident-young-businesswoman-keeping-arms-crossed-looking-camera-w_1258-104422.jpg", alt: "Confident professional"},
{
src: "http://img.b2bpic.net/free-photo/beautiful-hispanic-woman-wearing-business-jacket-looking-confident-camera-smiling-with-crossed-arms-hand-raised-chin-thinking-positive_839833-8974.jpg",
alt: "Happy student",
},
src: "http://img.b2bpic.net/free-photo/beautiful-hispanic-woman-wearing-business-jacket-looking-confident-camera-smiling-with-crossed-arms-hand-raised-chin-thinking-positive_839833-8974.jpg", alt: "Happy student"},
]}
marqueeItems={[
{
type: "text",
text: "New Fleet Daily",
},
type: "text", text: "New Fleet Daily"},
{
type: "text",
text: "Full Insurance",
},
type: "text", text: "Full Insurance"},
{
type: "text",
text: "Best Tirana Prices",
},
type: "text", text: "Best Tirana Prices"},
{
type: "text",
text: "24/7 Support",
},
type: "text", text: "24/7 Support"},
{
type: "text",
text: "Easy Booking",
},
type: "text", text: "Easy Booking"},
]}
/>
</div>
@@ -159,49 +108,31 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Affordable Rates",
description: "Daily rates that don't break the bank.",
icon: DollarSign,
title: "Affordable Rates", description: "Daily rates that don't break the bank.", icon: DollarSign,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/colourful-bar-statistics-with-finance-lettering_23-2148305948.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/colourful-bar-statistics-with-finance-lettering_23-2148305948.jpg", imageAlt: "money icon simple"},
{
imageSrc: "http://img.b2bpic.net/free-vector/money-icons-pack_23-2147534372.jpg",
},
imageSrc: "http://img.b2bpic.net/free-vector/money-icons-pack_23-2147534372.jpg", imageAlt: "money icon simple"},
],
imageSrc: "http://img.b2bpic.net/free-photo/blue-crossover-driving-curved-winter-road-car-travel-concept_169016-71674.jpg?_wi=2",
imageAlt: "money icon simple",
},
{
title: "Wide Fleet",
description: "Economy to Luxury, we have it all.",
icon: Car,
title: "Wide Fleet", description: "Economy to Luxury, we have it all.", icon: Car,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-driver-s-license-exam_23-2149891400.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-driver-s-license-exam_23-2149891400.jpg", imageAlt: "money icon simple"},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-front-modern-car_23-2148384978.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-front-modern-car_23-2148384978.jpg", imageAlt: "money icon simple"},
],
imageSrc: "http://img.b2bpic.net/free-photo/paper-cut-key-heart-as-symbol-love_1232-3645.jpg",
imageAlt: "money icon simple",
},
{
title: "24/7 Support",
description: "Help is just a call away, any time.",
icon: Headphones,
title: "24/7 Support", description: "Help is just a call away, any time.", icon: Headphones,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/security-female-providing-safety-service_23-2148404127.jpg?_wi=1",
},
imageSrc: "http://img.b2bpic.net/free-photo/security-female-providing-safety-service_23-2148404127.jpg", imageAlt: "money icon simple"},
{
imageSrc: "http://img.b2bpic.net/free-vector/auto-sale-dealership-editable-stroke-icons-thin-line-car-dealer-automotive-industry-vehicle-trade_88138-2011.jpg",
},
imageSrc: "http://img.b2bpic.net/free-vector/auto-sale-dealership-editable-stroke-icons-thin-line-car-dealer-automotive-industry-vehicle-trade_88138-2011.jpg", imageAlt: "money icon simple"},
],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=1",
imageAlt: "money icon simple",
},
]}
title="Why Choose Rental Lapraka"
@@ -217,47 +148,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "1",
name: "Economy Hatchback",
price: "€25/day",
variant: "Compact",
imageSrc: "http://img.b2bpic.net/free-photo/couple-near-new-white-car-man-driving-work-his-wife-will-waiting-him_496169-275.jpg",
},
id: "1", name: "Economy Hatchback", price: "€25/day", variant: "Compact", imageSrc: "http://img.b2bpic.net/free-photo/couple-near-new-white-car-man-driving-work-his-wife-will-waiting-him_496169-275.jpg"},
{
id: "2",
name: "Family Sedan",
price: "€45/day",
variant: "Standard",
imageSrc: "http://img.b2bpic.net/free-photo/toy-car-balancing-increasing-coin-stack_23-2147919110.jpg",
},
id: "2", name: "Family Sedan", price: "€45/day", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/toy-car-balancing-increasing-coin-stack_23-2147919110.jpg"},
{
id: "3",
name: "Premium SUV",
price: "€70/day",
variant: "SUV",
imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-sitting-car_1303-22819.jpg",
},
id: "3", name: "Premium SUV", price: "€70/day", variant: "SUV", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-sitting-car_1303-22819.jpg"},
{
id: "4",
name: "Luxury Coupe",
price: "€120/day",
variant: "Luxury",
imageSrc: "http://img.b2bpic.net/free-photo/security-female-providing-safety-service_23-2148404127.jpg?_wi=2",
},
id: "4", name: "Luxury Coupe", price: "€120/day", variant: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/security-female-providing-safety-service_23-2148404127.jpg"},
{
id: "5",
name: "City Runabout",
price: "€20/day",
variant: "Mini",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-seller-car-dealership_23-2149106158.jpg",
},
id: "5", name: "City Runabout", price: "€20/day", variant: "Mini", imageSrc: "http://img.b2bpic.net/free-photo/close-up-seller-car-dealership_23-2149106158.jpg"},
{
id: "6",
name: "Convertible",
price: "€90/day",
variant: "Sport",
imageSrc: "http://img.b2bpic.net/free-photo/full-length-photo-girl-modern-car-salon-daytime-indoors-buying-new-vehicle_146671-16456.jpg",
},
id: "6", name: "Convertible", price: "€90/day", variant: "Sport", imageSrc: "http://img.b2bpic.net/free-photo/full-length-photo-girl-modern-car-salon-daytime-indoors-buying-new-vehicle_146671-16456.jpg"},
]}
title="Our Car Fleet"
description="Choose from our selection of premium vehicles."
@@ -271,52 +172,28 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "basic",
badge: "Daily",
price: "€20",
subtitle: "Basic Economy",
buttons: [
id: "basic", badge: "Daily", price: "€20", subtitle: "Basic Economy", buttons: [
{
text: "Book Now",
href: "#contact",
},
text: "Book Now", href: "#contact"},
],
features: [
"Full insurance",
"24/7 support",
],
"Full insurance", "24/7 support"],
},
{
id: "pro",
badge: "Popular",
price: "€45",
subtitle: "Standard Family",
buttons: [
id: "pro", badge: "Popular", price: "€45", subtitle: "Standard Family", buttons: [
{
text: "Book Now",
href: "#contact",
},
text: "Book Now", href: "#contact"},
],
features: [
"All included",
"Unlimited km",
],
"All included", "Unlimited km"],
},
{
id: "premium",
badge: "Elite",
price: "€100",
subtitle: "Luxury Experience",
buttons: [
id: "premium", badge: "Elite", price: "€100", subtitle: "Luxury Experience", buttons: [
{
text: "Book Now",
href: "#contact",
},
text: "Book Now", href: "#contact"},
],
features: [
"Priority pick-up",
"VIP service",
],
"Priority pick-up", "VIP service"],
},
]}
title="Simple Pricing"
@@ -331,26 +208,11 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "500+",
title: "Cars Rented",
description: "Happy clients",
imageSrc: "http://img.b2bpic.net/free-photo/sport-car-with-black-white-autotuning-driving-forest_114579-4076.jpg",
},
id: "m1", value: "500+", title: "Cars Rented", description: "Happy clients", imageSrc: "http://img.b2bpic.net/free-photo/sport-car-with-black-white-autotuning-driving-forest_114579-4076.jpg"},
{
id: "m2",
value: "100%",
title: "Satisfaction",
description: "Top quality",
imageSrc: "http://img.b2bpic.net/free-psd/view-3d-supply-chain-representation-illustration_23-2150766769.jpg",
},
id: "m2", value: "100%", title: "Satisfaction", description: "Top quality", imageSrc: "http://img.b2bpic.net/free-psd/view-3d-supply-chain-representation-illustration_23-2150766769.jpg"},
{
id: "m3",
value: "24/7",
title: "Availability",
description: "Always there",
imageSrc: "http://img.b2bpic.net/free-photo/photo-from-inside-vehicle-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16063.jpg",
},
id: "m3", value: "24/7", title: "Availability", description: "Always there", imageSrc: "http://img.b2bpic.net/free-photo/photo-from-inside-vehicle-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16063.jpg"},
]}
title="Our Impact"
description="Trustworthy service across Albania."
@@ -362,30 +224,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "John Doe",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=2",
},
id: "t1", name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg"},
{
id: "t2",
name: "Jane Smith",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-hiker-celebrates-special-occasion-dances-carefree-enjoys-expedition-travel-carries-rucksack-isolated-green-background-people-recreation-vacation-camping-concept_273609-61782.jpg",
},
id: "t2", name: "Jane Smith", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-hiker-celebrates-special-occasion-dances-carefree-enjoys-expedition-travel-carries-rucksack-isolated-green-background-people-recreation-vacation-camping-concept_273609-61782.jpg"},
{
id: "t3",
name: "Mike Ross",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-corporate-woman-suit-stands-street-smiles-poses-near-office-bu_1258-119148.jpg",
},
id: "t3", name: "Mike Ross", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-corporate-woman-suit-stands-street-smiles-poses-near-office-bu_1258-119148.jpg"},
{
id: "t4",
name: "Sara Lee",
imageSrc: "http://img.b2bpic.net/free-photo/man-vacation-with-yellow-suitcase-blue_140725-94050.jpg",
},
id: "t4", name: "Sara Lee", imageSrc: "http://img.b2bpic.net/free-photo/man-vacation-with-yellow-suitcase-blue_140725-94050.jpg"},
{
id: "t5",
name: "Dan Bolt",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-guy-wearing-yellow-t-shirt-glasses_141793-89293.jpg",
},
id: "t5", name: "Dan Bolt", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-guy-wearing-yellow-t-shirt-glasses_141793-89293.jpg"},
]}
cardTitle="What People Say"
cardTag="Reviews"
@@ -399,20 +246,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "Requirements?",
content: "Valid license and ID.",
},
id: "f1", title: "Requirements?", content: "Valid license and ID."},
{
id: "f2",
title: "Insurance?",
content: "Fully covered.",
},
id: "f2", title: "Insurance?", content: "Fully covered."},
{
id: "f3",
title: "Location?",
content: "Lapraka area.",
},
id: "f3", title: "Location?", content: "Lapraka area."},
]}
title="Need Help?"
description="Answers to common questions."
@@ -427,22 +265,13 @@ export default function LandingPage() {
description="Fill out the form below."
inputs={[
{
name: "name",
type: "text",
placeholder: "Full Name",
required: true,
name: "name", type: "text", placeholder: "Full Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
name: "email", type: "email", placeholder: "Email Address", required: true,
},
{
name: "date",
type: "date",
placeholder: "Pickup Date",
required: true,
name: "date", type: "date", placeholder: "Pickup Date", required: true,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-showing-his-boarding-pass-check-counter_107420-85111.jpg"
@@ -454,29 +283,19 @@ export default function LandingPage() {
logoText="Rental Lapraka"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#",
},
label: "About", href: "#"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "#",
},
label: "FAQ", href: "#"},
{
label: "Contact",
href: "#",
},
label: "Contact", href: "#"},
],
},
]}