diff --git a/src/app/page.tsx b/src/app/page.tsx index 20ca49c..cda29f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,19 +61,19 @@ export default function LandingPage() { features={[ { id: "1", title: "No Deposit Required", author: "Transparent Pricing", description: "Book your car rental with zero deposit. Pay only when you pick up your vehicle at Thessaloniki Airport. We eliminate hidden fees and surprise charges.", tags: ["Trust", "Simplicity"], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-using-his-mobile-phone-way-work-cab_58466-16270.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-using-his-mobile-phone-way-work-cab_58466-16270.jpg?_wi=1" }, { id: "2", title: "Airport Pickup & Delivery", author: "Convenience First", description: "Skip the hassle. We deliver your car directly to Thessaloniki Airport or your hotel. Professional, punctual service every time.", tags: ["Convenient", "Quick"], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-using-his-mobile-phone-way-work-cab_58466-16270.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-using-his-mobile-phone-way-work-cab_58466-16270.jpg?_wi=2" }, { id: "3", title: "German Language Support", author: "Multilingual Team", description: "Full German support for our valued visitors from Germany, Austria, and Switzerland. Communication made easy from booking to return.", tags: ["Multilingual", "Support"], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-using-his-mobile-phone-way-work-cab_58466-16270.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-using-his-mobile-phone-way-work-cab_58466-16270.jpg?_wi=3" }, { id: "4", title: "Fair, Honest Pricing", author: "No Surprises", description: "Every price includes insurance, taxes, and airport fees. What you see is what you pay. No hidden charges, ever.", tags: ["Transparent", "Fair"], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-using-his-mobile-phone-way-work-cab_58466-16270.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-using-his-mobile-phone-way-work-cab_58466-16270.jpg?_wi=4" } ]} animationType="blur-reveal" @@ -118,7 +118,7 @@ export default function LandingPage() { description="Arrive at Thessaloniki Airport refreshed and ready for your adventure." subdescription="We handle the logistics. You focus on exploring." icon={Smile} - imageSrc="http://img.b2bpic.net/free-photo/portrait-businessman-using-his-mobile-phone-way-work-cab_58466-16270.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-businessman-using-his-mobile-phone-way-work-cab_58466-16270.jpg?_wi=5" imageAlt="Airport pickup service illustration" mediaAnimation="slide-up" useInvertedBackground={false} @@ -129,7 +129,7 @@ export default function LandingPage() {