Compare commits
5 Commits
49518a8598
...
df3630166b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
df3630166b | ||
| 6ba255bfa4 | |||
| d85a50bf7c | |||
| 9d8628f4fb | |||
| 1142af9440 |
@ -8,7 +8,7 @@ const ClickHandler = () => {
|
||||
const Donors = () => {
|
||||
|
||||
return (
|
||||
<section className="wpo-donors-section">
|
||||
<section className="wpo-donors-section section-padding2">
|
||||
<div className="container">
|
||||
<div className="wpo-donors-wrap">
|
||||
<div className="row align-items-center">
|
||||
|
||||
@ -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="wpo-about-text">
|
||||
<div className="wpo-section-title">
|
||||
<span>About Politian</span>
|
||||
<h2>We Can Work Together For Create a Better Future.</h2>
|
||||
<span>Our Story</span>
|
||||
<h2>Building Your American Dream.</h2>
|
||||
</div>
|
||||
<p>
|
||||
The leader is eager to listen to the needs of the youth generation and to hear what
|
||||
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.
|
||||
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.
|
||||
</p>
|
||||
<p>
|
||||
He believes that the collaboration between the youth and the leaders of society is
|
||||
necessary to bring about a brighter future. Now, he is ready to take the first step
|
||||
to making that happen.
|
||||
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.
|
||||
</p>
|
||||
<div className="quote">
|
||||
<p>
|
||||
“We can start by taking small steps and making small changes that can have a big
|
||||
impact on the world.”
|
||||
“For over 25 years, we’ve turned complex immigration challenges into real success stories.”
|
||||
</p>
|
||||
</div>
|
||||
<div className="wpo-about-left-info">
|
||||
{/* <div className="wpo-about-left-info">
|
||||
<div className="wpo-about-left-inner">
|
||||
<div className="wpo-about-left-text">
|
||||
<h5>Robert Willum</h5>
|
||||
<span>CEO & Founder of Manit</span>
|
||||
<h5>John Janhan</h5>
|
||||
<span>Lead Immigration Attorney & Founder</span>
|
||||
</div>
|
||||
</div>
|
||||
<div className="signeture">
|
||||
<Image src={sign} alt="Signature" />
|
||||
</div>
|
||||
</div>
|
||||
</div> */}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -13,13 +13,12 @@ const Donors = () => {
|
||||
<div className="wpo-donors-wrap">
|
||||
<div className="row align-items-center">
|
||||
<div className="col-lg-6">
|
||||
<h2>Would you like to become one of
|
||||
our honorable donors?</h2>
|
||||
<h2>Ready to take the first step toward your American future?</h2>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
<div className="donors-btn">
|
||||
<Link onClick={ClickHandler} href="/donate">$10 Donation</Link>
|
||||
<Link onClick={ClickHandler} href="/donate">Other</Link>
|
||||
{/* <Link onClick={ClickHandler} href="/donate">Free Consultation</Link> */}
|
||||
<Link onClick={ClickHandler} href="/donate">Call us Today</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -4,7 +4,7 @@ import "slick-carousel/slick/slick.css";
|
||||
import "slick-carousel/slick/slick-theme.css";
|
||||
import Link from 'next/link'
|
||||
import SectionTitle from "../SectionTitle/SectionTitle";
|
||||
import Services from '../../api/service'
|
||||
import { MissionVision } from "../../utils/constant.utils";
|
||||
|
||||
|
||||
const settings = {
|
||||
@ -67,10 +67,10 @@ const ServicesSection = (props) => {
|
||||
return (
|
||||
<section className={`wpo-service-section section-padding3 ${props.sClass}`}>
|
||||
<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">
|
||||
<Slider {...settings}>
|
||||
{Services.slice(0, 5).map((service, srv) => (
|
||||
{MissionVision.map((service, srv) => (
|
||||
<div className="grid" key={srv}>
|
||||
<div className="wpo-service-item">
|
||||
<div className="wpo-service-text">
|
||||
|
||||
@ -12,7 +12,7 @@ const TeamsSection = (props) => {
|
||||
return (
|
||||
<section className={`wpo-team-section section-padding ${props.tmClass}`}>
|
||||
<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="row">
|
||||
{Team.map((team, aitem) => (
|
||||
|
||||
@ -1,123 +1,44 @@
|
||||
import React, { useState } from 'react';
|
||||
import Slider from "react-slick";
|
||||
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 React from 'react';
|
||||
import sign from '/public/images/signeture.png';
|
||||
import Image from 'next/image';
|
||||
|
||||
|
||||
|
||||
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",
|
||||
}
|
||||
]
|
||||
import Link from 'next/link';
|
||||
|
||||
const TestimonialSection = (props) => {
|
||||
|
||||
const [nav1, setNav1] = useState();
|
||||
const [nav2, setNav2] = useState();
|
||||
|
||||
|
||||
return (
|
||||
<section className={`wpo-testimonial-section ${props.tmClass}`}>
|
||||
<section className={`wpo-about-section section-padding3 ${props.abClass}`}>
|
||||
<div className="container">
|
||||
<div className="wpo-testimonial-wrap">
|
||||
<div className="wpo-about-wrap">
|
||||
<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>
|
||||
{/* <div className="shape-1"></div>
|
||||
<div className="border-s1"></div>
|
||||
<div className="border-s2"></div>
|
||||
<div className="border-s3"></div> */}
|
||||
</div>
|
||||
<div className="col-lg-6 col-md-12 col-12 order-1 order-lg-2">
|
||||
<div className="wpo-about-img">
|
||||
<Image src={props.abimg} alt="About Image" />
|
||||
</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>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
export default TestimonialSection;
|
||||
export default TestimonialSection;
|
||||
|
||||
44
components/aboutPage/TestimonialSection2.js
Normal file
44
components/aboutPage/TestimonialSection2.js
Normal 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
105
package-lock.json
generated
@ -6695,6 +6695,81 @@
|
||||
"funding": {
|
||||
"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": {
|
||||
@ -11265,6 +11340,36 @@
|
||||
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
|
||||
"integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -16,6 +16,7 @@ import AboutSection from '../../components/aboutPage/AboutSection';
|
||||
import ServicesSection from '../../components/aboutPage/SevicesSection';
|
||||
import TeamsSection from '../../components/aboutPage/TeamSection';
|
||||
import TestimonialSection from '../../components/aboutPage/TestimonialSection';
|
||||
import TestimonialSection2 from '../../components/aboutPage/TestimonialSection2';
|
||||
|
||||
const AboutPage = () => {
|
||||
return (
|
||||
@ -27,8 +28,9 @@ const AboutPage = () => {
|
||||
{/* <CampaignSection /> */}
|
||||
{/* <Testimonial /> */}
|
||||
{/* <FunFact /> */}
|
||||
<TestimonialSection/>
|
||||
<TeamsSection />
|
||||
<TestimonialSection abimg={abimg}/>
|
||||
<TestimonialSection2 abimg={abimg}/>
|
||||
{/* <TeamsSection /> */}
|
||||
<Donors />
|
||||
{/* <PartnerSection/> */}
|
||||
<Footer />
|
||||
|
||||
@ -31,7 +31,7 @@ const HomePage = () => {
|
||||
<Testimonial />
|
||||
<FunFactVideo />
|
||||
{/* <CampaignSection/> */}
|
||||
<TeamSection />
|
||||
{/* <TeamSection /> */}
|
||||
<Donors />
|
||||
<BlogSection />
|
||||
{/* <InstagramSection/> */}
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<path d="M24.4656 22.0095C23.7186 22.03 23.0554 22.3671 22.5886 22.8872C22.2109 21.9135 21.2941 21.2013 20.1969 21.1712C18.6983 21.1301 17.4706 22.3327 17.4706 23.8221V29.0106H17.1635C15.401 29.0106 13.972 30.4395 13.972 32.2023V33.5701C13.972 37.6419 15.1267 39.9371 18.212 40.992V48.837C20.3348 49.5893 22.6192 50 24.9999 50H25L26.9531 34.6262L25 22.0503C24.8268 22.0199 24.6486 22.0044 24.4656 22.0095Z" fill="#FDD1A3"/>
|
||||
<path d="M33.5065 23.6929C32.6869 23.6543 31.9443 23.9881 31.4333 24.5396C31.0596 23.5573 30.1387 22.8372 29.0354 22.8069C28.2289 22.7849 27.5014 23.1231 27.0009 23.6722C26.6642 22.8346 25.9121 22.2102 25 22.0503V50C26.9835 50 28.9059 49.7145 30.7266 49.1845V40.8855C33.8118 39.8307 36.0304 36.9063 36.0304 33.4637V26.3993C36.0304 24.9744 34.9299 23.7599 33.5065 23.6929Z" fill="#FFBB85"/>
|
||||
</g>
|
||||
<path d="M59.28 19.99V40H63.18V32.59H65.7C68.01 32.59 69.66 31.93 70.77 30.82C72.3 29.29 72.42 27.13 72.42 26.35C72.42 24.91 72 22.96 70.38 21.52C68.91 20.23 67.35 19.99 65.1 19.99H59.28ZM63.18 23.35H64.53C65.46 23.35 66.48 23.41 67.29 23.98C67.86 24.4 68.4 25.15 68.4 26.26C68.4 27.13 68.04 28.03 67.32 28.6C66.48 29.23 65.52 29.23 64.77 29.23H63.18V23.35ZM85.0254 19.54C78.7254 19.54 74.3454 23.92 74.3454 30.01C74.3454 36.1 78.7254 40.45 85.0254 40.45C91.3254 40.45 95.7054 36.1 95.7054 30.01C95.7054 23.92 91.3254 19.54 85.0254 19.54ZM85.0254 36.91C81.1254 36.91 78.3654 34.06 78.3654 30.01C78.3654 25.96 81.1254 23.08 85.0254 23.08C88.9254 23.08 91.6854 25.96 91.6854 30.01C91.6854 34.06 88.9254 36.91 85.0254 36.91ZM99.2995 19.99V40H109.38V36.64H103.2V19.99H99.2995ZM112.073 19.99V40H115.973V19.99H112.073ZM131.34 23.35V19.99H118.44V23.35H122.94V40H126.84V23.35H131.34ZM133.811 19.99V40H137.711V19.99H133.811ZM155.898 40H160.098L151.728 19.99H148.668L140.058 40H144.288L146.058 35.8H154.128L155.898 40ZM147.288 32.62L150.138 25.42L152.988 32.62H147.288ZM166.334 40V26.62L178.514 40H181.214V19.99H177.314V33.34L165.134 19.99H162.434V40H166.334Z" fill="#16182F"/>
|
||||
<path d="M59.28 19.99V40H63.18V32.59H65.7C68.01 32.59 69.66 31.93 70.77 30.82C72.3 29.29 72.42 27.13 72.42 26.35C72.42 24.91 72 22.96 70.38 21.52C68.91 20.23 67.35 19.99 65.1 19.99H59.28ZM63.18 23.35H64.53C65.46 23.35 66.48 23.41 67.29 23.98C67.86 24.4 68.4 25.15 68.4 26.26C68.4 27.13 68.04 28.03 67.32 28.6C66.48 29.23 65.52 29.23 64.77 29.23H63.18V23.35ZM85.0254 19.54C78.7254 19.54 74.3454 23.92 74.3454 30.01C74.3454 36.1 78.7254 40.45 85.0254 40.45C91.3254 40.45 95.7054 36.1 95.7054 30.01C95.7054 23.92 91.3254 19.54 85.0254 19.54ZM85.0254 36.91C81.1254 36.91 78.3654 34.06 78.3654 30.01C78.3654 25.96 81.1254 23.08 85.0254 23.08C88.9254 23.08 91.6854 25.96 91.6854 30.01C91.6854 34.06 88.9254 36.91 85.0254 36.91ZM99.2995 19.99V40H109.38V36.64H103.2V19.99H99.2995ZM112.073 19.99V40H115.973V19.99H112.073ZM131.34 23.35V19.99H118.44V23.35H122.94V40H126.84V23.35H131.34ZM133.811 19.99V40H137.711V19.99H133.811ZM155.898 40H160.098L151.728 19.99H148.668L140.058 40H144.288L146.058 35.8H154.128L155.898 40ZM147.288 32.62L150.138 25.42L152.988 32.62H147.288ZM166.334 40V26.62L178.514 40H181.214V19.99H177.314V33.34L165.134 19.99H162.434V40H166.334Z" fill="#102548"/>
|
||||
<defs>
|
||||
<clipPath id="clip0_81_176">
|
||||
<rect width="50" height="50" fill="white"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
@ -315,7 +315,7 @@ ul.smothscroll a {
|
||||
color: #fff;
|
||||
background-size: 200%,1px;
|
||||
background-position: 0;
|
||||
border: 2px solid #ff4a17;
|
||||
border: 2px solid #c12026;
|
||||
}
|
||||
ul.smothscroll a:hover {
|
||||
background-color: rgba(193, 32, 38, 1);
|
||||
|
||||
@ -46,7 +46,7 @@ $heading-font:'Futura PT';
|
||||
|
||||
|
||||
// color
|
||||
$dark-gray: #16182F; //
|
||||
$dark-gray: #102548; //
|
||||
$body-color: #525252;
|
||||
$white: #fff; //
|
||||
$light: #FFEBEB; //
|
||||
@ -55,8 +55,8 @@ $small-black: #333;
|
||||
$cyan: #848892; //
|
||||
|
||||
$theme-primary-color: #c12026; //
|
||||
$theme-primary-color-s2: #EC180C; //
|
||||
// $theme-primary-color-gradient:linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%); //
|
||||
$theme-primary-color-s2: #c12026; //
|
||||
// $theme-primary-color-gradient:linear-gradient(90deg, #c12026 11.32%, #c12026 95.28%); //
|
||||
$theme-primary-color-gradient:linear-gradient(90deg, #E14448 11.32%, #C12026 95.28%); //
|
||||
$body-bg-color: #fff;
|
||||
$section-bg-color: #F9F9F9; //
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
--------------------------------------------------------------*/
|
||||
.wpo-site-footer {
|
||||
// background: linear-gradient(286.02deg, #080A14 38.02%, #10121E 61.92%, #282A34 74.32%, #404354 90.71%, #343643 99.65%);
|
||||
background-color: #1b2646;
|
||||
background-color: #102548;
|
||||
background-size: cover;
|
||||
position: relative;
|
||||
font-size: 16px;
|
||||
|
||||
@ -610,7 +610,7 @@
|
||||
width: 520.94px;
|
||||
height: 520.94px;
|
||||
border-radius: 50%;
|
||||
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
|
||||
background: linear-gradient(90deg, #c12026 11.32%, #c12026 95.28%);
|
||||
z-index: -1;
|
||||
|
||||
@include media-query(1399px) {
|
||||
|
||||
@ -80,7 +80,7 @@
|
||||
top: -30px;
|
||||
width: 110%;
|
||||
padding: 40px 30px;
|
||||
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
|
||||
background: linear-gradient(90deg, #c12026 11.32%, #c12026 95.28%);
|
||||
border-radius: 20px;
|
||||
z-index: 11;
|
||||
opacity: 0;
|
||||
@ -211,7 +211,7 @@
|
||||
.wpo-about-img-text {
|
||||
width: 237.48px;
|
||||
height: 237.48px;
|
||||
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
|
||||
background: #c12026;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
@ -1214,7 +1214,7 @@
|
||||
width: 437.04px;
|
||||
height: 437.04px;
|
||||
border-radius: 50%;
|
||||
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
|
||||
background: linear-gradient(90deg, #c12026 11.32%, #c12026 95.28%);
|
||||
z-index: -1;
|
||||
|
||||
@include media-query(1199px) {
|
||||
|
||||
@ -271,7 +271,7 @@
|
||||
|
||||
.wpo-fun-fact-section-s3 {
|
||||
padding-bottom: 0;
|
||||
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
|
||||
background: linear-gradient(90deg, #c12026 11.32%, #c12026 95.28%);
|
||||
|
||||
&:before {
|
||||
position: absolute;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -28,27 +28,27 @@ import develop3 from '/public/images/service/develop/img-3.jpg'
|
||||
|
||||
|
||||
export const featuresData = [
|
||||
{
|
||||
icon: "fi flaticon-charity",
|
||||
title: "Strategic Planning",
|
||||
link: "/team",
|
||||
description:
|
||||
"We create custom legal strategies based on immigration law, policy changes, and your needs."
|
||||
},
|
||||
{
|
||||
icon: "fi flaticon-conference-1",
|
||||
title: "Expert Preparation",
|
||||
link: "/campaign",
|
||||
description:
|
||||
"Careful document preparation, evidence gathering, and filing to boost your application success."
|
||||
},
|
||||
{
|
||||
icon: "fi flaticon-community",
|
||||
title: "Ongoing Support",
|
||||
link: "/volunteer",
|
||||
description:
|
||||
"We monitor your case, provide updates, and represent you through your full immigration process."
|
||||
}
|
||||
{
|
||||
icon: "fi flaticon-charity",
|
||||
title: "Strategic Planning",
|
||||
link: "/team",
|
||||
description:
|
||||
"We create custom legal strategies based on immigration law, policy changes, and your needs."
|
||||
},
|
||||
{
|
||||
icon: "fi flaticon-conference-1",
|
||||
title: "Expert Preparation",
|
||||
link: "/campaign",
|
||||
description:
|
||||
"Careful document preparation, evidence gathering, and filing to boost your application success."
|
||||
},
|
||||
{
|
||||
icon: "fi flaticon-community",
|
||||
title: "Ongoing Support",
|
||||
link: "/volunteer",
|
||||
description:
|
||||
"We monitor your case, provide updates, and represent you through your full immigration process."
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
@ -63,7 +63,7 @@ export const TabServices = [
|
||||
{
|
||||
sTitle: "Personalized Guidance",
|
||||
slug: "family-guidance",
|
||||
sImgS:sImgS1,
|
||||
sImgS: sImgS1,
|
||||
description: "Our team creates a strategy tailored to your family's unique situation for smooth processing.",
|
||||
category: "Family"
|
||||
},
|
||||
@ -159,3 +159,102 @@ export const TabServices = [
|
||||
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 professional’s 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 professional’s 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 professional’s 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 professional’s 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 professional’s 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 professional’s 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 professional’s 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 professional’s area of expertise such as competitive analysis, corporate strategy the activities',
|
||||
icon: 'flaticon-bus',
|
||||
ssImg1: sSingleimg1,
|
||||
ssImg2: sSingleimg2,
|
||||
},
|
||||
]
|
||||
Loading…
x
Reference in New Issue
Block a user