"use client"; import { Container } from "@/components/container"; import { Button } from "@/components/ui/button"; import { motion } from "framer-motion"; import { ArrowRight, Phone } from "lucide-react"; export function Hero() { return (
{/* Background Pattern */}
{/* Bangla Headline */}

বিদেশে যেতে চান, কিন্তু skill না থাকায়
সুযোগ হারাচ্ছেন? এখন আর না ❌

{/* English Headline */}

Start Your Global Career with Skill, Confidence & Proper Guidance

{/* Subheading */}

International Skill Training • Job Assistance • Visa Assurance Program

{/* CTA Buttons */}
{/* Trust Badge */}

🏢 A Concern of Enam Group - Your Trusted Partner

{/* Bottom Wave */}
); }