Car Listing Page - Copy this React, Tailwind Component to your project
{ id: 1, model: "Tesla Model 3", price: 150, image: "https://images.unsplash.com/photo 1562618774 5a68204566a5?ixlib=rb 1.2.1&auto=format&fit=crop&w=800&q=80", available: true, posted: "2024 01 15" }, { id: 2, model: "BMW X5", price: 200, image: "https://images.unsplash.com/photo 1556189250 72ba954cfc2b?ixlib=rb 1.2.1&auto=format&fit=crop&w=800&q=80", available: true, posted: "2024 01 14" }, { id: 3, model: "Mercedes Benz E Class", price: 180, image: "https://images.unsplash.com/photo 1617531653332 bd46c24f2068?ixlib=rb 1.2.1&auto=format&fit=crop&w=800&q=80", available: false, posted: "2024 01 13" }, { id: 4, model: "Audi Q7", price: 220, image: "https://images.unsplash.com/photo 1568844293986 8d0400bd4745?ixlib=rb 1.2.1&auto=format&fit=crop&w=800&q=80", available: true, posted: "2024 01 12" }, { id: 5, model: "Porsche 911", price: 300, image: "https://images.unsplash.com/photo 1503376780353 7e6692767b70?ixlib=rb 1.2.1&auto=format&fit=crop&w=800&q=80", available: true, posted: "2024 01 11" }, { id: 6, model: "Range Rover Sport", price: 250, image: "https://images.unsplash.com/photo 1546522072 4be02041671d?ixlib=rb 1.2.1&auto=format&fit=crop&w=800&q=80", available: true, posted: "2024 01 10" } Generate more data like this
