diff --git a/components/aboutPage/Donors.js b/components/aboutPage/Donors.js index e40ae04..df4bfc5 100644 --- a/components/aboutPage/Donors.js +++ b/components/aboutPage/Donors.js @@ -8,7 +8,7 @@ const ClickHandler = () => { const Donors = () => { return ( -
+
diff --git a/components/aboutPage/TestimonialSection.js b/components/aboutPage/TestimonialSection.js index 30e2afd..de3fba7 100644 --- a/components/aboutPage/TestimonialSection.js +++ b/components/aboutPage/TestimonialSection.js @@ -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: "Each family we help unite, each professional we guide, and each person we protect adds another thread to the rich tapestry.", - Title: 'Robert Willum', - Sub: "President of BPT", - }, - { - id: '02', - tImg: ts2, - thumbImg: thumb2, - 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', - Sub: "President of TBP", - }, - { - id: '03', - tImg: ts3, - thumbImg: thumb3, - Des: "Every life we touch, every opportunity we create, contributes to the promise of hope and progress that defines America.", - Title: 'David Joy', - Sub: "President of AML", - } -] +import Link from 'next/link'; const TestimonialSection = (props) => { - - const [nav1, setNav1] = useState(); - const [nav2, setNav2] = useState(); - - return ( -
+
-
+
-
-
-

Where Every Case Contributes to America's Greatness!

-
-
-
- setNav1(slider1)} dots={true} arrows={false}> - { - testimonial.map((tesmnl, tsm) => ( -
-
- -

“{tesmnl.Des}”

- {/*
-
- -
-
-

{tesmnl.Title}

- {tesmnl.Sub} -
-
*/} -
-
- )) - } -
-
-
-
-
-
-
-
- setNav2(slider2)} - slidesToShow={1} - fade={true} - dots={false} - arrows={false} - swipeToSlide={true} - focusOnSelect={true} - > - { - testimonial.map((tesmnl, tsm) => ( -
- -
- )) - } -
-
- {/*
-
-
-
*/} -
+
+
+ About Image
+ + {/* Text Column — Show first on mobile, second on desktop */} +
+
+
+ Our Mission +

Transforming Immigration Through Advocacy

+
+

+ 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. +

+
+
+ Know More + +
+
+
); -} +}; -export default TestimonialSection; \ No newline at end of file +export default TestimonialSection; diff --git a/components/aboutPage/TestimonialSection2.js b/components/aboutPage/TestimonialSection2.js new file mode 100644 index 0000000..f3c02c1 --- /dev/null +++ b/components/aboutPage/TestimonialSection2.js @@ -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 ( +
+
+
+
+ + {/* Text Column — Show first on mobile, second on desktop */} +
+
+
+ Racial Justice +

Championing Equal Immigration Rights

+
+

+ 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. +

+
+
+ Know More + +
+ +
+ +
+
+ About Image +
+
+ +
+
+
+
+ ); +}; + +export default TestimonialSection2; diff --git a/pages/about/index.js b/pages/about/index.js index c703ad2..f55d419 100644 --- a/pages/about/index.js +++ b/pages/about/index.js @@ -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,7 +28,8 @@ const AboutPage = () => { {/* */} {/* */} {/* */} - + + {/* */} {/* */} diff --git a/styles/sass/page/_home-default.scss b/styles/sass/page/_home-default.scss index c7d21b7..d83965a 100644 --- a/styles/sass/page/_home-default.scss +++ b/styles/sass/page/_home-default.scss @@ -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;