diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f23ff1..8c8461e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,10 +47,10 @@ export default function LandingPage() { title="Ste H24 RENT CAR - Quality Mobility" description="Premium car rental services available 24/7. Experience seamless travel with our modern fleet and professional service." mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-automotive-car-parking_181624-43862.jpg", imageAlt: "Luxury vehicle fleet" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-adults-travelling-winter-time_23-2149211169.jpg", imageAlt: "Car on the road" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-woman-receiving-car-key_23-2148266150.jpg", imageAlt: "Customer service handover" }, - { imageSrc: "http://img.b2bpic.net/free-photo/transport-concept-with-cars-aerial-view_23-2148959733.jpg", imageAlt: "Modern fleet display" }, + { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-automotive-car-parking_181624-43862.jpg?_wi=1", imageAlt: "Luxury vehicle fleet" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-adults-travelling-winter-time_23-2149211169.jpg?_wi=1", imageAlt: "Car on the road" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-woman-receiving-car-key_23-2148266150.jpg?_wi=1", imageAlt: "Customer service handover" }, + { imageSrc: "http://img.b2bpic.net/free-photo/transport-concept-with-cars-aerial-view_23-2148959733.jpg?_wi=1", imageAlt: "Modern fleet display" }, { imageSrc: "http://img.b2bpic.net/free-photo/young-couple-talking-sales-person-car-showroom_1303-20443.jpg", imageAlt: "Professional service desk" }, { imageSrc: "http://img.b2bpic.net/free-photo/simple-nice-interior-positive-manager-showing-features-new-car-female-customer_146671-16543.jpg", imageAlt: "Luxury car interior" } ]} @@ -95,8 +95,8 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { id: "f1", title: "24/7 Availability", descriptions: ["Access vehicles anytime, anywhere."], imageSrc: "http://img.b2bpic.net/free-photo/rush-hour-traffic-jam-multiple-lane-highway-generative-ai_188544-46274.jpg", imageAlt: "Availability" }, - { id: "f2", title: "Flexible Pricing", descriptions: ["Transparent rates with no hidden fees."], imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-automotive-car-parking_181624-43862.jpg", imageAlt: "Pricing" }, - { id: "f3", title: "Full Insurance", descriptions: ["Drive with confidence with total coverage."], imageSrc: "http://img.b2bpic.net/free-photo/young-adults-travelling-winter-time_23-2149211169.jpg", imageAlt: "Insurance" } + { id: "f2", title: "Flexible Pricing", descriptions: ["Transparent rates with no hidden fees."], imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-automotive-car-parking_181624-43862.jpg?_wi=2", imageAlt: "Pricing" }, + { id: "f3", title: "Full Insurance", descriptions: ["Drive with confidence with total coverage."], imageSrc: "http://img.b2bpic.net/free-photo/young-adults-travelling-winter-time_23-2149211169.jpg?_wi=2", imageAlt: "Insurance" } ]} title="Why Choose Ste H24?" description="Experience excellence in car rental with services designed for your comfort." @@ -125,10 +125,10 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { id: "t1", name: "John Doe", role: "Frequent Traveler", company: "Global Corp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-salesperson-car-showroom-standing-by-car_1303-22386.jpg" }, - { id: "t2", name: "Jane Smith", role: "Business Owner", company: "Design Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-automotive-car-parking_181624-43862.jpg" }, - { id: "t3", name: "Mike Johnson", role: "Developer", company: "Tech Lab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-adults-travelling-winter-time_23-2149211169.jpg" }, - { id: "t4", name: "Sarah Lee", role: "Manager", company: "Growth Inc", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-woman-receiving-car-key_23-2148266150.jpg" }, - { id: "t5", name: "Alex Brown", role: "Designer", company: "Studio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/transport-concept-with-cars-aerial-view_23-2148959733.jpg" } + { id: "t2", name: "Jane Smith", role: "Business Owner", company: "Design Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-automotive-car-parking_181624-43862.jpg?_wi=3" }, + { id: "t3", name: "Mike Johnson", role: "Developer", company: "Tech Lab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-adults-travelling-winter-time_23-2149211169.jpg?_wi=3" }, + { id: "t4", name: "Sarah Lee", role: "Manager", company: "Growth Inc", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-woman-receiving-car-key_23-2148266150.jpg?_wi=2" }, + { id: "t5", name: "Alex Brown", role: "Designer", company: "Studio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/transport-concept-with-cars-aerial-view_23-2148959733.jpg?_wi=2" } ]} kpiItems={[ { value: "4.9", label: "Google Rating" },