import { Link } from 'react-router-dom'; import { ArrowRight, ShieldCheck, Zap, Calendar } from 'lucide-react'; const HomePage = () => { return (
{/* Hero Section */}

Rent Your Dream
Electric Vehicle

Experience the future of transportation with our premium electric vehicle rental service. Zero emissions, maximum performance.

Browse Electric Vehicles Learn More
{/* Features Section */}

Safe & Secure

Premium vehicles with advanced safety features

100% Electric

Zero emissions, maximum performance

Easy Booking

Book your ride in minutes

{/* Experience Section */}

Experience Electric Luxury

Discover our lineup of premium electric vehicles. Cutting-edge technology, breathtaking design, and zero emissions. Explore and reserve your Tesla today.

{/* Vehicle Cards will go here */}
View all vehicles
); }; export default HomePage;