Compare commits

...

4 Commits

Author SHA1 Message Date
6ba255bfa4 about page structure completed 2025-08-14 12:20:15 +05:30
d85a50bf7c about page data updated 2025-08-14 11:46:24 +05:30
9d8628f4fb about page data updated 2025-08-14 11:36:28 +05:30
1142af9440 about page data updated 2025-08-14 11:35:48 +05:30
12 changed files with 321 additions and 156 deletions

View File

@ -8,7 +8,7 @@ const ClickHandler = () => {
const Donors = () => { const Donors = () => {
return ( return (
<section className="wpo-donors-section"> <section className="wpo-donors-section section-padding2">
<div className="container"> <div className="container">
<div className="wpo-donors-wrap"> <div className="wpo-donors-wrap">
<div className="row align-items-center"> <div className="row align-items-center">

View File

@ -13,36 +13,31 @@ const AboutSection = (props) => {
<div className="col-lg-6 col-md-12 col-12 order-1 order-lg-2 mb-5"> <div className="col-lg-6 col-md-12 col-12 order-1 order-lg-2 mb-5">
<div className="wpo-about-text"> <div className="wpo-about-text">
<div className="wpo-section-title"> <div className="wpo-section-title">
<span>About Politian</span> <span>Our Story</span>
<h2>We Can Work Together For Create a Better Future.</h2> <h2>Building Your American Dream.</h2>
</div> </div>
<p> <p>
The leader is eager to listen to the needs of the youth generation and to hear what For more than 25 years, Janhanlaw has been more than just a law office - we've been a beacon of hope for thousands of families seeking to build their American dream. Founded on the principle that every person deserves expert legal representation regardless of their background, we've dedicated our careers to navigating the complex world of immigration law.
solutions they have to the problems they are facing. He hopes to find solutions that
will help them lead meaningful lives and make lasting change in the world.
</p> </p>
<p> <p>
He believes that the collaboration between the youth and the leaders of society is Our team combines deep legal expertise with genuine compassion, understanding that behind every case is a real person with real dreams. We've successfully helped families reunite, professionals advance their careers, and individuals find safety and protection in America.
necessary to bring about a brighter future. Now, he is ready to take the first step
to making that happen.
</p> </p>
<div className="quote"> <div className="quote">
<p> <p>
We can start by taking small steps and making small changes that can have a big For over 25 years, weve turned complex immigration challenges into real success stories.
impact on the world.
</p> </p>
</div> </div>
<div className="wpo-about-left-info"> {/* <div className="wpo-about-left-info">
<div className="wpo-about-left-inner"> <div className="wpo-about-left-inner">
<div className="wpo-about-left-text"> <div className="wpo-about-left-text">
<h5>Robert Willum</h5> <h5>John Janhan</h5>
<span>CEO & Founder of Manit</span> <span>Lead Immigration Attorney & Founder</span>
</div> </div>
</div> </div>
<div className="signeture"> <div className="signeture">
<Image src={sign} alt="Signature" /> <Image src={sign} alt="Signature" />
</div> </div>
</div> </div> */}
</div> </div>
</div> </div>

View File

@ -13,13 +13,12 @@ const Donors = () => {
<div className="wpo-donors-wrap"> <div className="wpo-donors-wrap">
<div className="row align-items-center"> <div className="row align-items-center">
<div className="col-lg-6"> <div className="col-lg-6">
<h2>Would you like to become one of <h2>Ready to take the first step toward your American future?</h2>
our honorable donors?</h2>
</div> </div>
<div className="col-lg-6"> <div className="col-lg-6">
<div className="donors-btn"> <div className="donors-btn">
<Link onClick={ClickHandler} href="/donate">$10 Donation</Link> {/* <Link onClick={ClickHandler} href="/donate">Free Consultation</Link> */}
<Link onClick={ClickHandler} href="/donate">Other</Link> <Link onClick={ClickHandler} href="/donate">Call us Today</Link>
</div> </div>
</div> </div>
</div> </div>

View File

@ -4,7 +4,7 @@ import "slick-carousel/slick/slick.css";
import "slick-carousel/slick/slick-theme.css"; import "slick-carousel/slick/slick-theme.css";
import Link from 'next/link' import Link from 'next/link'
import SectionTitle from "../SectionTitle/SectionTitle"; import SectionTitle from "../SectionTitle/SectionTitle";
import Services from '../../api/service' import { MissionVision } from "../../utils/constant.utils";
const settings = { const settings = {
@ -67,10 +67,10 @@ const ServicesSection = (props) => {
return ( return (
<section className={`wpo-service-section section-padding3 ${props.sClass}`}> <section className={`wpo-service-section section-padding3 ${props.sClass}`}>
<div className="container"> <div className="container">
<SectionTitle subTitle={'Mission And Vision'} Title={'How we can build a better country together!'}/> <SectionTitle subTitle={'OUR COMMITMENT'} Title={'Creating Pathways to the American Dream!'}/>
<div className="row-grid wpo-service-slider"> <div className="row-grid wpo-service-slider">
<Slider {...settings}> <Slider {...settings}>
{Services.slice(0, 5).map((service, srv) => ( {MissionVision.map((service, srv) => (
<div className="grid" key={srv}> <div className="grid" key={srv}>
<div className="wpo-service-item"> <div className="wpo-service-item">
<div className="wpo-service-text"> <div className="wpo-service-text">

View File

@ -12,7 +12,7 @@ const TeamsSection = (props) => {
return ( return (
<section className={`wpo-team-section section-padding ${props.tmClass}`}> <section className={`wpo-team-section section-padding ${props.tmClass}`}>
<div className="container"> <div className="container">
<SectionTitle subTitle={'Our Team'} Title={'Meet Our City Council'} /> <SectionTitle subTitle={'Our Team'} Title={' Meet Our Legal Team'} />
<div className="wpo-team-wrap"> <div className="wpo-team-wrap">
<div className="row"> <div className="row">
{Team.map((team, aitem) => ( {Team.map((team, aitem) => (

View File

@ -1,123 +1,44 @@
import React, { useState } from 'react'; import React from 'react';
import Slider from "react-slick"; import sign from '/public/images/signeture.png';
import "slick-carousel/slick/slick.css";
import "slick-carousel/slick/slick-theme.css";
import ts1 from '/public/images/about-s2.jpg'
import ts2 from '/public/images/about-s2.jpg'
import ts3 from '/public/images/about-s2.jpg'
import thumb1 from '/public/images/testimonial/thumb1.png'
import thumb2 from '/public/images/testimonial/thumb2.png'
import thumb3 from '/public/images/testimonial/thumb3.png'
import Image from 'next/image'; import Image from 'next/image';
import Link from 'next/link';
const testimonial = [
{
id: '01',
tImg: ts1,
thumbImg: thumb1,
Des: "Politics is the art of looking for trouble, finding it everywhere, diagnosing it incorrectly and applying the wrong remedies.",
Title: 'Robert Willum',
Sub: "President of BPT",
},
{
id: '02',
tImg: ts2,
thumbImg: thumb2,
Des: "Politics is the art of looking for trouble, finding it everywhere, diagnosing it incorrectly and applying the wrong remedies.",
Title: 'Leslie Alexander',
Sub: "President of TBP",
},
{
id: '03',
tImg: ts3,
thumbImg: thumb3,
Des: "Politics is the art of looking for trouble, finding it everywhere, diagnosing it incorrectly and applying the wrong remedies.",
Title: 'David Joy',
Sub: "President of AML",
}
]
const TestimonialSection = (props) => { const TestimonialSection = (props) => {
const [nav1, setNav1] = useState();
const [nav2, setNav2] = useState();
return ( return (
<section className={`wpo-testimonial-section ${props.tmClass}`}> <section className={`wpo-about-section section-padding3 ${props.abClass}`}>
<div className="container"> <div className="container">
<div className="wpo-testimonial-wrap"> <div className="wpo-about-wrap">
<div className="row align-items-center"> <div className="row align-items-center">
<div className="col-lg-6 col-12 order-lg-1 order-1">
<div class="wpo-section-title-new">
<h2>How we can build a better country together!</h2>
</div>
<div className="wpo-testimonial-items">
<div className="right-slide">
<Slider asNavFor={nav2} ref={(slider1) => setNav1(slider1)} dots={true} arrows={false}>
{
testimonial.map((tesmnl, tsm) => (
<div className="wpo-testimonial-item" key={tsm}>
<div className="wpo-testimonial-text">
<i className="fi flaticon-right-quote-sign"></i>
<p>{tesmnl.Des}</p>
{/* <div className="wpo-testimonial-text-btm">
<div className="wpo-testimonial-text-btm-img">
<Image src={tesmnl.thumbImg} alt=""/>
</div>
<div className="wpo-testimonial-text-btm-info">
<h3>{tesmnl.Title}</h3>
<span>{tesmnl.Sub}</span>
</div>
</div> */}
</div>
</div>
))
}
</Slider>
</div>
</div>
</div>
<div className="col-lg-6 col-12 order-lg-1 order-2">
<div className="testimonial-left">
<div className="testimonial-left-inner">
<div className="left-slide">
<Slider
asNavFor={nav1}
ref={(slider2) => setNav2(slider2)}
slidesToShow={1}
fade={true}
dots={false}
arrows={false}
swipeToSlide={true}
focusOnSelect={true}
>
{
testimonial.map((tesmnl, tsm) => (
<div className="testimonial-img" key={tsm}>
<Image src={tesmnl?.tImg} alt="" />
</div>
))
}
</Slider> <div className="col-lg-6 col-md-12 col-12 order-1 order-lg-2">
</div> <div className="wpo-about-img">
{/* <div className="shape-1"></div> <Image src={props.abimg} alt="About Image" />
<div className="border-s1"></div>
<div className="border-s2"></div>
<div className="border-s3"></div> */}
</div>
</div> </div>
</div> </div>
{/* Text Column — Show first on mobile, second on desktop */}
<div className="col-lg-6 col-md-12 col-12 order-2 order-lg-1 mb-5">
<div className="wpo-about-text">
<div className="wpo-section-title">
<span>Our Mission</span>
<h2>Transforming Immigration Through Advocacy</h2>
</div>
<p>
At Janhanlaw, 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.
</p>
</div>
<div className="close-form mt-5">
<Link className="theme-btn" href="/about/our-mission"><span className="text">Know More</span>
</Link>
</div>
</div>
</div> </div>
</div> </div>
</div> </div>
</section> </section>
); );
} };
export default TestimonialSection; export default TestimonialSection;

View File

@ -0,0 +1,44 @@
import React from 'react';
import sign from '/public/images/signeture.png';
import Image from 'next/image';
import Link from 'next/link';
const TestimonialSection2 = (props) => {
return (
<section className={`wpo-about-section section-padding3 ${props.abClass}`}>
<div className="container">
<div className="wpo-about-wrap">
<div className="row align-items-center">
{/* Text Column — Show first on mobile, second on desktop */}
<div className="col-lg-6 col-md-12 col-12 order-1 order-lg-2 mb-5">
<div className="wpo-about-text">
<div className="wpo-section-title">
<span>Racial Justice</span>
<h2>Championing Equal Immigration Rights</h2>
</div>
<p>
At Janhanlaw, we recognize that the pursuit of justice in immigration law cannot be separated from the fight against racial discrimination and systemic bias. For over 25 years, we have witnessed how racial prejudice can influence immigration decisions, from consular officer interviews to immigration court proceedings, affecting families from specific countries and communities disproportionately.
</p>
</div>
<div className="close-form mt-5">
<Link className="theme-btn" href="/about/racial-justice"><span className="text">Know More</span>
</Link>
</div>
</div>
<div className="col-lg-6 col-md-12 col-12 order-2 order-lg-1">
<div className="wpo-about-img">
<Image src={props.abimg} alt="About Image" />
</div>
</div>
</div>
</div>
</div>
</section>
);
};
export default TestimonialSection2;

105
package-lock.json generated
View File

@ -6695,6 +6695,81 @@
"funding": { "funding": {
"url": "https://github.com/sponsors/sindresorhus" "url": "https://github.com/sponsors/sindresorhus"
} }
},
"node_modules/@next/swc-android-arm-eabi": {
"version": "13.0.7",
"resolved": "https://registry.npmjs.org/@next/swc-android-arm-eabi/-/swc-android-arm-eabi-13.0.7.tgz",
"integrity": "sha512-QTEamOK/LCwBf05GZ261rULMbZEpE3TYdjHlXfznV+nXwTztzkBNFXwP67gv2wW44BROzgi/vrR9H8oP+J5jxg==",
"cpu": [
"arm"
],
"optional": true,
"os": [
"android"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@next/swc-android-arm64": {
"version": "13.0.7",
"resolved": "https://registry.npmjs.org/@next/swc-android-arm64/-/swc-android-arm64-13.0.7.tgz",
"integrity": "sha512-wcy2H0Tl9ME8vKy2GnJZ7Mybwys+43F/Eh2Pvph7mSDpMbYBJ6iA0zeY62iYYXxlZhnAID3+h79FUqUEakkClw==",
"cpu": [
"arm64"
],
"optional": true,
"os": [
"android"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@next/swc-freebsd-x64": {
"version": "13.0.7",
"resolved": "https://registry.npmjs.org/@next/swc-freebsd-x64/-/swc-freebsd-x64-13.0.7.tgz",
"integrity": "sha512-92XAMzNgQazowZ9t7uZmHRA5VdBl/SwEdrf5UybdfRovsxB4r3+yJWEvFaqYpSEp0gwndbwLokJdpz7OwFdL3Q==",
"cpu": [
"x64"
],
"optional": true,
"os": [
"freebsd"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@next/swc-linux-arm-gnueabihf": {
"version": "13.0.7",
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm-gnueabihf/-/swc-linux-arm-gnueabihf-13.0.7.tgz",
"integrity": "sha512-3r1CWl5P6I5n5Yxip8EXv/Rfu2Cp6wVmIOpvmczyUR82j+bcMkwPAcUjNkG/vMCagS4xV7NElrcdGb39iFmfLg==",
"cpu": [
"arm"
],
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 10"
}
},
"node_modules/@next/swc-win32-ia32-msvc": {
"version": "13.0.7",
"resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-13.0.7.tgz",
"integrity": "sha512-RNLXIhp+assD39dQY9oHhDxw+/qSJRARKhOFsHfOtf8yEfCHqcKkn3X/L+ih60ntaEqK294y1WkMk6ylotsxwA==",
"cpu": [
"ia32"
],
"optional": true,
"os": [
"win32"
],
"engines": {
"node": ">= 10"
}
} }
}, },
"dependencies": { "dependencies": {
@ -11265,6 +11340,36 @@
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
"integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
"peer": true "peer": true
},
"@next/swc-android-arm-eabi": {
"version": "13.0.7",
"resolved": "https://registry.npmjs.org/@next/swc-android-arm-eabi/-/swc-android-arm-eabi-13.0.7.tgz",
"integrity": "sha512-QTEamOK/LCwBf05GZ261rULMbZEpE3TYdjHlXfznV+nXwTztzkBNFXwP67gv2wW44BROzgi/vrR9H8oP+J5jxg==",
"optional": true
},
"@next/swc-android-arm64": {
"version": "13.0.7",
"resolved": "https://registry.npmjs.org/@next/swc-android-arm64/-/swc-android-arm64-13.0.7.tgz",
"integrity": "sha512-wcy2H0Tl9ME8vKy2GnJZ7Mybwys+43F/Eh2Pvph7mSDpMbYBJ6iA0zeY62iYYXxlZhnAID3+h79FUqUEakkClw==",
"optional": true
},
"@next/swc-freebsd-x64": {
"version": "13.0.7",
"resolved": "https://registry.npmjs.org/@next/swc-freebsd-x64/-/swc-freebsd-x64-13.0.7.tgz",
"integrity": "sha512-92XAMzNgQazowZ9t7uZmHRA5VdBl/SwEdrf5UybdfRovsxB4r3+yJWEvFaqYpSEp0gwndbwLokJdpz7OwFdL3Q==",
"optional": true
},
"@next/swc-linux-arm-gnueabihf": {
"version": "13.0.7",
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm-gnueabihf/-/swc-linux-arm-gnueabihf-13.0.7.tgz",
"integrity": "sha512-3r1CWl5P6I5n5Yxip8EXv/Rfu2Cp6wVmIOpvmczyUR82j+bcMkwPAcUjNkG/vMCagS4xV7NElrcdGb39iFmfLg==",
"optional": true
},
"@next/swc-win32-ia32-msvc": {
"version": "13.0.7",
"resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-13.0.7.tgz",
"integrity": "sha512-RNLXIhp+assD39dQY9oHhDxw+/qSJRARKhOFsHfOtf8yEfCHqcKkn3X/L+ih60ntaEqK294y1WkMk6ylotsxwA==",
"optional": true
} }
} }
} }

View File

@ -16,6 +16,7 @@ import AboutSection from '../../components/aboutPage/AboutSection';
import ServicesSection from '../../components/aboutPage/SevicesSection'; import ServicesSection from '../../components/aboutPage/SevicesSection';
import TeamsSection from '../../components/aboutPage/TeamSection'; import TeamsSection from '../../components/aboutPage/TeamSection';
import TestimonialSection from '../../components/aboutPage/TestimonialSection'; import TestimonialSection from '../../components/aboutPage/TestimonialSection';
import TestimonialSection2 from '../../components/aboutPage/TestimonialSection2';
const AboutPage = () => { const AboutPage = () => {
return ( return (
@ -27,8 +28,9 @@ const AboutPage = () => {
{/* <CampaignSection /> */} {/* <CampaignSection /> */}
{/* <Testimonial /> */} {/* <Testimonial /> */}
{/* <FunFact /> */} {/* <FunFact /> */}
<TestimonialSection/> <TestimonialSection abimg={abimg}/>
<TeamsSection /> <TestimonialSection2 abimg={abimg}/>
{/* <TeamsSection /> */}
<Donors /> <Donors />
{/* <PartnerSection/> */} {/* <PartnerSection/> */}
<Footer /> <Footer />

View File

@ -31,7 +31,7 @@ const HomePage = () => {
<Testimonial /> <Testimonial />
<FunFactVideo /> <FunFactVideo />
{/* <CampaignSection/> */} {/* <CampaignSection/> */}
<TeamSection /> {/* <TeamSection /> */}
<Donors /> <Donors />
<BlogSection /> <BlogSection />
{/* <InstagramSection/> */} {/* <InstagramSection/> */}

View File

@ -211,7 +211,7 @@
.wpo-about-img-text { .wpo-about-img-text {
width: 237.48px; width: 237.48px;
height: 237.48px; height: 237.48px;
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%); background: #c12026;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;

View File

@ -28,27 +28,27 @@ import develop3 from '/public/images/service/develop/img-3.jpg'
export const featuresData = [ export const featuresData = [
{ {
icon: "fi flaticon-charity", icon: "fi flaticon-charity",
title: "Strategic Planning", title: "Strategic Planning",
link: "/team", link: "/team",
description: description:
"We create custom legal strategies based on immigration law, policy changes, and your needs." "We create custom legal strategies based on immigration law, policy changes, and your needs."
}, },
{ {
icon: "fi flaticon-conference-1", icon: "fi flaticon-conference-1",
title: "Expert Preparation", title: "Expert Preparation",
link: "/campaign", link: "/campaign",
description: description:
"Careful document preparation, evidence gathering, and filing to boost your application success." "Careful document preparation, evidence gathering, and filing to boost your application success."
}, },
{ {
icon: "fi flaticon-community", icon: "fi flaticon-community",
title: "Ongoing Support", title: "Ongoing Support",
link: "/volunteer", link: "/volunteer",
description: description:
"We monitor your case, provide updates, and represent you through your full immigration process." "We monitor your case, provide updates, and represent you through your full immigration process."
} }
]; ];
@ -63,7 +63,7 @@ export const TabServices = [
{ {
sTitle: "Personalized Guidance", sTitle: "Personalized Guidance",
slug: "family-guidance", slug: "family-guidance",
sImgS:sImgS1, sImgS: sImgS1,
description: "Our team creates a strategy tailored to your family's unique situation for smooth processing.", description: "Our team creates a strategy tailored to your family's unique situation for smooth processing.",
category: "Family" category: "Family"
}, },
@ -159,3 +159,102 @@ export const TabServices = [
category: "Emergency Relief" category: "Emergency Relief"
} }
]; ];
export const MissionVision = [
{
Id: '1',
sImgS: sImgS1,
sTitle: 'Legal Establishment',
slug: 'legal-establishment',
description: 'Our practice sets the standard for immigration law excellence, with a track record of successful cases spanning over two decades.',
des2: 'Lacus, etiam sed est eu tempus need Temer diam congue laoret .',
des3: 'One way to categorize the activities is in terms of the professionals area of expertise such as competitive analysis, corporate strategy the activities',
icon: 'flaticon-credit',
ssImg1: sSingleimg1,
ssImg2: sSingleimg2,
},
{
Id: '2',
sImgS: sImgS2,
sTitle: 'Employment & Visa Solutions',
slug: 'employment-visa-solutions',
description: 'We specialize in work visas, employment-based green cards, and helping professionals achieve their career goals in America.',
des2: 'Lacus, etiam sed est eu tempus need Temer diam congue laoret .',
des3: 'One way to categorize the activities is in terms of the professionals area of expertise such as competitive analysis, corporate strategy the activities',
icon: 'flaticon-job',
ssImg1: sSingleimg1,
ssImg2: sSingleimg2,
},
{
Id: '3',
sImgS: sImgS3,
sTitle: 'Recognized Legal Excellence',
slug: 'recognized-legal-excellence',
description: 'Our attorneys are recognized leaders in immigration law, with numerous awards and peer recognition for outstanding service.',
des2: 'Lacus, etiam sed est eu tempus need Temer diam congue laoret .',
des3: 'One way to categorize the activities is in terms of the professionals area of expertise such as competitive analysis, corporate strategy the activities',
icon: 'flaticon-team-work',
ssImg1: sSingleimg1,
ssImg2: sSingleimg2,
},
{
Id: '4',
sImgS: sImgS4,
sTitle: 'Comprehensive Client Support',
slug: 'comprehensive-client-support',
description: 'From initial consultation to final approval, we provide complete support throughout your entire immigration journey.',
des2: 'Lacus, etiam sed est eu tempus need Temer diam congue laoret .',
des3: 'One way to categorize the activities is in terms of the professionals area of expertise such as competitive analysis, corporate strategy the activities',
icon: 'flaticon-bus',
ssImg1: sSingleimg1,
ssImg2: sSingleimg2,
},
{
Id: '1',
sImgS: sImgS1,
sTitle: 'Legal Establishment',
slug: 'legal-establishment',
description: 'Our practice sets the standard for immigration law excellence, with a track record of successful cases spanning over two decades.',
des2: 'Lacus, etiam sed est eu tempus need Temer diam congue laoret .',
des3: 'One way to categorize the activities is in terms of the professionals area of expertise such as competitive analysis, corporate strategy the activities',
icon: 'flaticon-credit',
ssImg1: sSingleimg1,
ssImg2: sSingleimg2,
},
{
Id: '2',
sImgS: sImgS2,
sTitle: 'Employment & Visa Solutions',
slug: 'employment-visa-solutions',
description: 'We specialize in work visas, employment-based green cards, and helping professionals achieve their career goals in America.',
des2: 'Lacus, etiam sed est eu tempus need Temer diam congue laoret .',
des3: 'One way to categorize the activities is in terms of the professionals area of expertise such as competitive analysis, corporate strategy the activities',
icon: 'flaticon-job',
ssImg1: sSingleimg1,
ssImg2: sSingleimg2,
},
{
Id: '3',
sImgS: sImgS3,
sTitle: 'Recognized Legal Excellence',
slug: 'recognized-legal-excellence',
description: 'Our attorneys are recognized leaders in immigration law, with numerous awards and peer recognition for outstanding service.',
des2: 'Lacus, etiam sed est eu tempus need Temer diam congue laoret .',
des3: 'One way to categorize the activities is in terms of the professionals area of expertise such as competitive analysis, corporate strategy the activities',
icon: 'flaticon-team-work',
ssImg1: sSingleimg1,
ssImg2: sSingleimg2,
},
{
Id: '4',
sImgS: sImgS4,
sTitle: 'Comprehensive Client Support',
slug: 'comprehensive-client-support',
description: 'From initial consultation to final approval, we provide complete support throughout your entire immigration journey.',
des2: 'Lacus, etiam sed est eu tempus need Temer diam congue laoret .',
des3: 'One way to categorize the activities is in terms of the professionals area of expertise such as competitive analysis, corporate strategy the activities',
icon: 'flaticon-bus',
ssImg1: sSingleimg1,
ssImg2: sSingleimg2,
},
]