Merge version_1 into main #3
@@ -98,19 +98,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Daily Car Rental", description: "Perfect for quick trips and city tours. Flexible daily rates with no hidden charges.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-inside-car-with-phone_1328-3526.jpg", imageAlt: "Economy car rental"
|
||||
title: "Daily Car Rental", description: "Perfect for quick trips and city tours. Flexible daily rates with no hidden charges.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-inside-car-with-phone_1328-3526.jpg?_wi=1", imageAlt: "Economy car rental"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Weekly Rental", description: "Explore Turkey at your own pace with our discounted weekly rates and roadside support.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-choosing-car-car-showroom_1303-22802.jpg", imageAlt: "Sedan car rental"
|
||||
title: "Weekly Rental", description: "Explore Turkey at your own pace with our discounted weekly rates and roadside support.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-choosing-car-car-showroom_1303-22802.jpg?_wi=1", imageAlt: "Sedan car rental"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Monthly Rental", description: "Extended stays get premium discounts. Perfect for business travelers and relocating professionals.", imageSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473112.jpg", imageAlt: "SUV car rental"
|
||||
title: "Monthly Rental", description: "Extended stays get premium discounts. Perfect for business travelers and relocating professionals.", imageSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473112.jpg?_wi=1", imageAlt: "SUV car rental"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Airport Pickup", description: "We'll meet you at Istanbul Airport with your rental car ready. Smooth arrival guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-thinking-purchase_1303-14582.jpg", imageAlt: "Luxury car rental"
|
||||
title: "Airport Pickup", description: "We'll meet you at Istanbul Airport with your rental car ready. Smooth arrival guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-thinking-purchase_1303-14582.jpg?_wi=1", imageAlt: "Luxury car rental"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -127,19 +127,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Economy Car", price: "$25/day", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-inside-car-with-phone_1328-3526.jpg", imageAlt: "Economy car rental", initialQuantity: 1
|
||||
id: "1", name: "Economy Car", price: "$25/day", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-inside-car-with-phone_1328-3526.jpg?_wi=2", imageAlt: "Economy car rental", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sedan", price: "$40/day", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-choosing-car-car-showroom_1303-22802.jpg", imageAlt: "Sedan car rental", initialQuantity: 1
|
||||
id: "2", name: "Sedan", price: "$40/day", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-choosing-car-car-showroom_1303-22802.jpg?_wi=2", imageAlt: "Sedan car rental", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "3", name: "Family Car", price: "$50/day", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-taking-ride-new-destination_23-2148699864.jpg", imageAlt: "Family car rental", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "4", name: "SUV", price: "$65/day", imageSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473112.jpg", imageAlt: "SUV car rental", initialQuantity: 1
|
||||
id: "4", name: "SUV", price: "$65/day", imageSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473112.jpg?_wi=2", imageAlt: "SUV car rental", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "5", name: "Luxury Vehicle", price: "$90/day", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-thinking-purchase_1303-14582.jpg", imageAlt: "Luxury car rental", initialQuantity: 1
|
||||
id: "5", name: "Luxury Vehicle", price: "$90/day", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-thinking-purchase_1303-14582.jpg?_wi=2", imageAlt: "Luxury car rental", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
Reference in New Issue
Block a user