import React from 'react'; import sign from '/public/images/signeture.png'; import Image from 'next/image'; import Link from 'next/link'; const TestimonialSection = (props) => { return (
About Image
{/* Text Column — Show first on mobile, second on desktop */}
Our Mission

Transforming Immigration Through Advocacy

At Janhan law, our mission extends far beyond legal representation - we are dedicated to transforming the immigration experience through compassionate advocacy, strategic excellence, and unwavering commitment to justice. For over 25 years, we have stood as a beacon of hope for individuals and families navigating the complex landscape of U.S. immigration law.

Know More
); }; export default TestimonialSection;