Update src/app/page.tsx
This commit is contained in:
@@ -88,7 +88,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "blurBottom" }}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/car-dealer-template-design_23-2150712654.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/car-dealer-template-design_23-2150712654.jpg?_wi=1"
|
||||
imageAlt="Meulders RENT car rental hero"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -103,28 +103,28 @@ export default function HomePage() {
|
||||
handle: "CEO, Business Travel Plus",
|
||||
testimonial: "Meulders RENT transformed how we handle company car rentals. Fast, reliable, and transparent pricing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-white-shirt-looking-happy_176474-17469.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-white-shirt-looking-happy_176474-17469.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Sarah Martinez",
|
||||
handle: "Travel Manager, Adventure Co",
|
||||
testimonial: "Best car rental experience I've had. Easy booking process and excellent customer service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-business-lady-showing-thumb-up_1262-2980.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-business-lady-showing-thumb-up_1262-2980.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "David Thompson",
|
||||
handle: "Frequent Traveler",
|
||||
testimonial: "Competitive rates, well-maintained vehicles, and hassle-free rental experience every time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3826.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3826.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Emma Wilson",
|
||||
handle: "Travel Consultant, Global Tours",
|
||||
testimonial: "Our clients love Meulders RENT. Professional service with flexible booking options.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -143,28 +143,28 @@ export default function HomePage() {
|
||||
id: "economy",
|
||||
name: "Economy Class",
|
||||
price: "$29/day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-family-choosing-car-car-showroom_1303-17380.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-family-choosing-car-car-showroom_1303-17380.jpg?_wi=1",
|
||||
imageAlt: "Economy rental car",
|
||||
},
|
||||
{
|
||||
id: "sedan",
|
||||
name: "Comfort Sedan",
|
||||
price: "$49/day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-modern-stylish-bearded-businessman-automobile-saloon_146671-16004.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-modern-stylish-bearded-businessman-automobile-saloon_146671-16004.jpg?_wi=1",
|
||||
imageAlt: "Comfort sedan rental",
|
||||
},
|
||||
{
|
||||
id: "suv",
|
||||
name: "Premium SUV",
|
||||
price: "$79/day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-car_1157-6520.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-car_1157-6520.jpg?_wi=1",
|
||||
imageAlt: "Premium SUV rental",
|
||||
},
|
||||
{
|
||||
id: "luxury",
|
||||
name: "Luxury Executive",
|
||||
price: "$129/day",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-valet-receiving-key_23-2149901459.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-valet-receiving-key_23-2149901459.jpg?_wi=1",
|
||||
imageAlt: "Luxury car rental",
|
||||
},
|
||||
]}
|
||||
@@ -268,7 +268,7 @@ export default function HomePage() {
|
||||
description="Meulders RENT Team"
|
||||
subdescription="Professional Car Rental Services Since 2015"
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blurred-parking-car_1339-8019.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blurred-parking-car_1339-8019.jpg?_wi=1"
|
||||
imageAlt="Meulders RENT fleet overview"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user