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 Janahan 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 many years, we have been a trusted source of support for individuals and families navigating the complexities of U.S. immigration law.

Know More
); }; export default TestimonialSection;