about page data updated

This commit is contained in:
Selvi 2025-08-14 11:35:48 +05:30
parent 8ab04d0848
commit 1142af9440
6 changed files with 141 additions and 48 deletions

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 Secure Your Future in America?</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 Now</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

@ -18,7 +18,7 @@ const testimonial = [
id: '01', id: '01',
tImg: ts1, tImg: ts1,
thumbImg: thumb1, thumbImg: thumb1,
Des: "Politics is the art of looking for trouble, finding it everywhere, diagnosing it incorrectly and applying the wrong remedies.", Des: "Each family we help unite, each professional we guide, and each person we protect adds another thread to the rich tapestry.",
Title: 'Robert Willum', Title: 'Robert Willum',
Sub: "President of BPT", Sub: "President of BPT",
}, },
@ -26,7 +26,7 @@ const testimonial = [
id: '02', id: '02',
tImg: ts2, tImg: ts2,
thumbImg: thumb2, thumbImg: thumb2,
Des: "Politics is the art of looking for trouble, finding it everywhere, diagnosing it incorrectly and applying the wrong remedies.", Des: "Helping individuals achieve their dreams and secure their future strengthens the very fabric of our nation, one story at a time.",
Title: 'Leslie Alexander', Title: 'Leslie Alexander',
Sub: "President of TBP", Sub: "President of TBP",
}, },
@ -34,7 +34,7 @@ const testimonial = [
id: '03', id: '03',
tImg: ts3, tImg: ts3,
thumbImg: thumb3, thumbImg: thumb3,
Des: "Politics is the art of looking for trouble, finding it everywhere, diagnosing it incorrectly and applying the wrong remedies.", Des: "Every life we touch, every opportunity we create, contributes to the promise of hope and progress that defines America.",
Title: 'David Joy', Title: 'David Joy',
Sub: "President of AML", Sub: "President of AML",
} }
@ -54,7 +54,7 @@ const TestimonialSection = (props) => {
<div className="col-lg-6 col-12 order-lg-1 order-1"> <div className="col-lg-6 col-12 order-lg-1 order-1">
<div class="wpo-section-title-new"> <div class="wpo-section-title-new">
<h2>How we can build a better country together!</h2> <h2>Where Every Case Contributes to America's Greatness!</h2>
</div> </div>
<div className="wpo-testimonial-items"> <div className="wpo-testimonial-items">
<div className="right-slide"> <div className="right-slide">

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,
},
]