diff --git a/src/app/page.tsx b/src/app/page.tsx index a029953..90f74ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,7 +89,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { title: "Airport Transfers", description: "Seamless pickups and drops for a stress-free start.", imageSrc: "http://img.b2bpic.net/free-photo/travel-time-board-with-harsh-symbol_23-2147856101.jpg", buttonIcon: Zap }, + { title: "Airport Transfers", description: "Seamless pickups and drops for a stress-free start.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CIQ9LEFwjGbrjxbtc4yXnmiVM2/uploaded-1776071800717-lbym1o3p.jpg", buttonIcon: Zap }, { title: "Guided Tours", description: "Discover hidden gems of Goa with our local experts.", imageSrc: "http://img.b2bpic.net/free-photo/small-kid-mixed-people-going-vacation-loading-travel-bags-vehicle-trunk-leaving-holiday-adventure-with-family-friends-putting-suitcase-trolley-automobile-before-roadtrip_482257-48315.jpg", buttonIcon: MapPin }, { title: "Hotel Transfers", description: "Professional door-to-door service to your resort.", imageSrc: "http://img.b2bpic.net/free-photo/photo-from-inside-vehicle-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16063.jpg", buttonIcon: Hotel }, { title: "Outstation Trips", description: "Comfortable rides for your long-distance travel.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-valet-doing-his-job_23-2150274576.jpg", buttonIcon: Car }, @@ -110,7 +110,7 @@ export default function LandingPage() { products={[ { id: "sedan", name: "Executive Sedan", price: "From ₹200", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-man-holding-car-keys_23-2148332973.jpg" }, { id: "innova", name: "Toyota Innova", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-out-car_23-2149176304.jpg" }, - { id: "luxury", name: "Premium Luxury", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-22287.jpg" }, + { id: "luxury", name: "", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-22287.jpg" }, { id: "suv", name: "SUV Experience", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/solid-asian-man-white-shirt-sunglasses-posed-near-black-mafia-suv-car_627829-13665.jpg" }, { id: "van", name: "Group Transport", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/family-car-salon-woman-buying-car-little-african-girl-with-mther_1157-45009.jpg" }, { id: "wedding", name: "Wedding Fleet", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-getting-taxi-cab_23-2149236753.jpg" },