import React from 'react'; import { ArrowRight } from 'lucide-react'; const HeroSection = () => { return ( <> {/* Hero Section */}
{/* Background Image */}
{/* Overlay for better text readability */}
{/* Left-Aligned Content */}

Try DeepSeek Today

3Engine Cloud Flexus X Instance makes AI easy

); }; export default HeroSection;