diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b01700..20ca49c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="mediumLargeSizeLargeTitles" - background="blurBottom" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Rent Now", href: "cars" }, { text: "Learn More", href: "airport" } ]} - background={{ variant: "blurBottom" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/elegant-man-standing-his-car-taxi-services_23-2149149595.jpg" imageAlt="Compact rental car in Thessaloniki street" mediaAnimation="slide-up" @@ -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?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-using-his-mobile-phone-way-work-cab_58466-16270.jpg" }, { 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?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-using-his-mobile-phone-way-work-cab_58466-16270.jpg" }, { 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?_wi=3" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-using-his-mobile-phone-way-work-cab_58466-16270.jpg" }, { 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?_wi=4" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-using-his-mobile-phone-way-work-cab_58466-16270.jpg" } ]} 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?_wi=5" + imageSrc="http://img.b2bpic.net/free-photo/portrait-businessman-using-his-mobile-phone-way-work-cab_58466-16270.jpg" imageAlt="Airport pickup service illustration" mediaAnimation="slide-up" useInvertedBackground={false} @@ -129,7 +129,7 @@ export default function LandingPage() {