From 774b9e83029abb4238111ec1ba8d49355658675d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:53:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 41a4c85..8930aa6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="largeSizeMediumTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -47,16 +47,16 @@ export default function LandingPage() { tag="Trusted By Travelers" tagIcon={CheckCircle} tagAnimation="slide-up" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "radial-gradient" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/side-view-valet-doing-his-job_23-2150274588.jpg", imageAlt: "Professional airport car service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/airplane-seats-cabin_1232-4275.jpg?_wi=1", imageAlt: "Luxury vehicle interior" + imageSrc: "http://img.b2bpic.net/free-photo/airplane-seats-cabin_1232-4275.jpg", imageAlt: "Luxury vehicle interior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/driver-with-phone-route-check-highway-trip_169016-68363.jpg?_wi=1", imageAlt: "Real-time tracking system" + imageSrc: "http://img.b2bpic.net/free-photo/driver-with-phone-route-check-highway-trip_169016-68363.jpg", imageAlt: "Real-time tracking system" } ]} mediaAnimation="slide-up" @@ -77,13 +77,13 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "01", title: "On-Time Reliability", description: "We guarantee punctual pickups and dropoffs. Track your driver in real-time and receive instant notifications.", imageSrc: "http://img.b2bpic.net/free-photo/driver-with-phone-route-check-highway-trip_169016-68363.jpg?_wi=2", imageAlt: "Real-time tracking and reliability" + id: "01", title: "On-Time Reliability", description: "We guarantee punctual pickups and dropoffs. Track your driver in real-time and receive instant notifications.", imageSrc: "http://img.b2bpic.net/free-photo/driver-with-phone-route-check-highway-trip_169016-68363.jpg", imageAlt: "Real-time tracking and reliability" }, { id: "02", title: "Easy Booking", description: "Book your airport transportation in seconds. Our intuitive mobile app and website make reservations effortless.", imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app-screens_52683-42532.jpg", imageAlt: "Simple booking interface" }, { - id: "03", title: "Premium Comfort", description: "Travel in style with our fleet of well-maintained, luxury vehicles. Enjoy complimentary Wi-Fi and refreshments.", imageSrc: "http://img.b2bpic.net/free-photo/airplane-seats-cabin_1232-4275.jpg?_wi=2", imageAlt: "Comfortable vehicle interior" + id: "03", title: "Premium Comfort", description: "Travel in style with our fleet of well-maintained, luxury vehicles. Enjoy complimentary Wi-Fi and refreshments.", imageSrc: "http://img.b2bpic.net/free-photo/airplane-seats-cabin_1232-4275.jpg", imageAlt: "Comfortable vehicle interior" }, { id: "04", title: "Professional Drivers", description: "Our courteous, background-checked drivers are trained in customer service excellence and airport navigation.", imageSrc: "http://img.b2bpic.net/free-photo/agronomist-choosing-new-planter-man-outdoor-ground-shop-agricultural-machinery_1157-43626.jpg", imageAlt: "Professional driver service" @@ -137,7 +137,6 @@ export default function LandingPage() { ]} textboxLayout="default" useInvertedBackground={false} - gridVariant="four-items-2x2-equal-grid" animationType="slide-up" buttonAnimation="slide-up" /> @@ -225,7 +224,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Ready to Experience Premium Transportation?" description="Sign up for our newsletter to receive exclusive offers, travel tips, and updates about new services. Join thousands of satisfied customers." - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/sky-april-18-2024_58702-17088.jpg" imageAlt="Airport transportation terminal" -- 2.49.1