Merge version_1 into main #2
202
src/app/page.tsx
202
src/app/page.tsx
@@ -32,17 +32,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Fleet",
|
||||
id: "fleet",
|
||||
},
|
||||
name: "Fleet", id: "fleet"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Sarajevo Rent"
|
||||
/>
|
||||
@@ -54,37 +48,23 @@ export default function LandingPage() {
|
||||
description="Fast pickup. No hidden fees. 24/7 availability. Your perfect journey begins the moment you land at SJJ."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+38733000000",
|
||||
},
|
||||
text: "Call Now", href: "tel:+38733000000"},
|
||||
{
|
||||
text: "Check Availability",
|
||||
href: "#fleet",
|
||||
},
|
||||
text: "Check Availability", href: "#fleet"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-trip-corporate-people-concept-male-gray-coat-senior-wit-passport_1157-48844.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-trip-corporate-people-concept-male-gray-coat-senior-wit-passport_1157-48844.jpg"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businesspeople-with-luggage-standing-front-escalator_107420-95769.jpg",
|
||||
alt: "Smiling businesspeople with luggage standing in front of an escalator",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businesspeople-with-luggage-standing-front-escalator_107420-95769.jpg", alt: "Smiling businesspeople with luggage standing in front of an escalator"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-standing-near-airport_1157-28060.jpg",
|
||||
alt: "Handsome man standing near the airport",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-standing-near-airport_1157-28060.jpg", alt: "Handsome man standing near the airport"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-couple-standing-near-airport_1157-28058.jpg",
|
||||
alt: "Beautiful couple standing near the airport",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-couple-standing-near-airport_1157-28058.jpg", alt: "Beautiful couple standing near the airport"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-black-man-airport-with-suitcase_1157-34030.jpg",
|
||||
alt: "Elegant black man at the airport with a suitcase",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-black-man-airport-with-suitcase_1157-34030.jpg", alt: "Elegant black man at the airport with a suitcase"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-staff-giving-boarding-pass-businessman_107420-85088.jpg",
|
||||
alt: "Female staff giving boarding pass to the businessman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-staff-giving-boarding-pass-businessman_107420-85088.jpg", alt: "Female staff giving boarding pass to the businessman"},
|
||||
]}
|
||||
avatarText="Trusted by 10,000+ travelers"
|
||||
/>
|
||||
@@ -95,37 +75,20 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
description="Experience the most convenient car rental process with our airport-based service and transparent pricing."
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Airport Pickup",
|
||||
tags: [
|
||||
"Convenient",
|
||||
"SJJ",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-with-car-detail_23-2148142592.jpg",
|
||||
imageAlt: "Brunette businesswoman with car detail",
|
||||
},
|
||||
id: "f1", title: "Airport Pickup", tags: [
|
||||
"Convenient", "SJJ"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-with-car-detail_23-2148142592.jpg", imageAlt: "Brunette businesswoman with car detail"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "No Hidden Fees",
|
||||
tags: [
|
||||
"Transparent",
|
||||
"Fair",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-trip-corporate-people-concept-male-gray-coat-senior-wit-passport_1157-48844.jpg?_wi=2",
|
||||
imageAlt: "Brunette businesswoman with car detail",
|
||||
},
|
||||
id: "f2", title: "No Hidden Fees", tags: [
|
||||
"Transparent", "Fair"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-trip-corporate-people-concept-male-gray-coat-senior-wit-passport_1157-48844.jpg", imageAlt: "Brunette businesswoman with car detail"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "24/7 Support",
|
||||
tags: [
|
||||
"Reliable",
|
||||
"Fast",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-car_1303-13573.jpg?_wi=1",
|
||||
imageAlt: "Brunette businesswoman with car detail",
|
||||
},
|
||||
id: "f3", title: "24/7 Support", tags: [
|
||||
"Reliable", "Fast"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-car_1303-13573.jpg", imageAlt: "Brunette businesswoman with car detail"},
|
||||
]}
|
||||
title="Why Rent With Us?"
|
||||
/>
|
||||
@@ -137,43 +100,20 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
description="Choose from our diverse fleet, perfectly suited for business or vacation in Bosnia."
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Economy Hatchback",
|
||||
price: "35€/day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-car_1303-13573.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Economy Hatchback", price: "35€/day", imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-car_1303-13573.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Compact Sedan",
|
||||
price: "45€/day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-car-little-african-girl-with-mther_1157-44055.jpg",
|
||||
},
|
||||
id: "p2", name: "Compact Sedan", price: "45€/day", imageSrc: "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-car-little-african-girl-with-mther_1157-44055.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "City SUV",
|
||||
price: "65€/day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-standing-near-car_23-2149437559.jpg",
|
||||
},
|
||||
id: "p3", name: "City SUV", price: "65€/day", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-standing-near-car_23-2149437559.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Premium Luxury",
|
||||
price: "120€/day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/simple-comfortable-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16077.jpg",
|
||||
},
|
||||
id: "p4", name: "Premium Luxury", price: "120€/day", imageSrc: "http://img.b2bpic.net/free-photo/simple-comfortable-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16077.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Family Minivan",
|
||||
price: "85€/day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-spend-time-summer-park-near-car_1157-28551.jpg",
|
||||
},
|
||||
id: "p5", name: "Family Minivan", price: "85€/day", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-spend-time-summer-park-near-car_1157-28551.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Convertible",
|
||||
price: "150€/day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-walks-past-his-car_496169-2779.jpg",
|
||||
},
|
||||
id: "p6", name: "Convertible", price: "150€/day", imageSrc: "http://img.b2bpic.net/free-photo/businessman-walks-past-his-car_496169-2779.jpg"},
|
||||
]}
|
||||
title="Our Fleet"
|
||||
/>
|
||||
@@ -197,47 +137,23 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
description="See what thousands of travelers have to say about their rental experience in Sarajevo."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_j",
|
||||
testimonial: "Seamless pickup at Sarajevo Airport. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-family-making-selfie-car-show-room_1303-15592.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@sarah_j", testimonial: "Seamless pickup at Sarajevo Airport. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-family-making-selfie-car-show-room_1303-15592.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
handle: "@mark_d",
|
||||
testimonial: "Very professional and fast service. No hidden fees.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-trip-corporate-people-concept-male-gray-suit-senior-with-tablet-headphone_1157-48864.jpg",
|
||||
},
|
||||
id: "2", name: "Mark D.", handle: "@mark_d", testimonial: "Very professional and fast service. No hidden fees.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-trip-corporate-people-concept-male-gray-suit-senior-with-tablet-headphone_1157-48864.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena K.",
|
||||
handle: "@elena_k",
|
||||
testimonial: "Great fleet, clean cars, helpful staff.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-near-airport_1157-28062.jpg",
|
||||
},
|
||||
id: "3", name: "Elena K.", handle: "@elena_k", testimonial: "Great fleet, clean cars, helpful staff.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-near-airport_1157-28062.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "John B.",
|
||||
handle: "@john_b",
|
||||
testimonial: "The best car rental experience in Bosnia.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-near-car-with-road-map_23-2147932154.jpg",
|
||||
},
|
||||
id: "4", name: "John B.", handle: "@john_b", testimonial: "The best car rental experience in Bosnia.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-near-car-with-road-map_23-2147932154.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna P.",
|
||||
handle: "@anna_p",
|
||||
testimonial: "Fast booking process. Absolutely loved the service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-traveler-hitchhiking_23-2148218438.jpg",
|
||||
},
|
||||
id: "5", name: "Anna P.", handle: "@anna_p", testimonial: "Fast booking process. Absolutely loved the service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-traveler-hitchhiking_23-2148218438.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Real Experiences"
|
||||
@@ -249,20 +165,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do I need a credit card?",
|
||||
content: "We offer multiple payment options for convenience.",
|
||||
},
|
||||
id: "q1", title: "Do I need a credit card?", content: "We offer multiple payment options for convenience."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is insurance included?",
|
||||
content: "Yes, basic insurance is included in every booking.",
|
||||
},
|
||||
id: "q2", title: "Is insurance included?", content: "Yes, basic insurance is included in every booking."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I pick up late at night?",
|
||||
content: "We support late airport arrivals upon booking.",
|
||||
},
|
||||
id: "q3", title: "Can I pick up late at night?", content: "We support late airport arrivals upon booking."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -273,8 +180,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Get in touch"
|
||||
title="Your car is waiting at Sarajevo Airport"
|
||||
description="Ready to book your rental? Call us or fill in the form and we will confirm everything."
|
||||
@@ -286,29 +192,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Fleet",
|
||||
href: "#fleet",
|
||||
},
|
||||
label: "Fleet", href: "#fleet"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user