diff --git a/api/blogs.js b/api/blogs.js index 18454fe..b72bc72 100644 --- a/api/blogs.js +++ b/api/blogs.js @@ -1,10 +1,10 @@ -import blogImg1 from "/public/images/blog/img-1.jpg"; -import blogImg2 from "/public/images/blog/img-2.jpg"; -import blogImg3 from "/public/images/blog/img-3.jpg"; +import blogImg1 from "/public/images/blog/blog-1.webp"; +import blogImg2 from "/public/images/blog/blog-2.webp"; +import blogImg3 from "/public/images/blog/blog-3.webp"; -import blogSingleImg1 from "/public/images/blog/blog-single/img-1.jpg"; -import blogSingleImg2 from "/public/images/blog/blog-single/img-2.jpg"; -import blogSingleImg3 from "/public/images/blog/blog-single/img-3.jpg"; +import blogSingleImg1 from "/public/images/blog/blog-detail-1.webp"; +import blogSingleImg2 from "/public/images/blog/blog-detail-2.webp"; +import blogSingleImg3 from "/public/images/blog/blog-detail-3.webp"; const blogs = [ { @@ -38,7 +38,7 @@ const blogs = [

Your Next Steps

Don't let TPS changes catch you unprepared. Schedule a consultation with qualified immigration counsel to understand your options and develop a strategy for your family's future. Every situation is unique, and what works for one person may not apply to your circumstances. - At Janhanlaw, we've helped hundreds of TPS holders navigate these transitions successfully. Our multilingual team understands the complexity of changing immigration policies and works tirelessly to protect our clients' rights and futures in America. + At Janhan law, we've helped hundreds of TPS holders navigate these transitions successfully. Our multilingual team understands the complexity of changing immigration policies and works tirelessly to protect our clients' rights and futures in America. Contact us today for a comprehensive case evaluation. Your American dream doesn't have to end with TPS changes - let us help you find the pathway to permanent protection.

@@ -91,7 +91,7 @@ Consider backup options like O-1, L-1, or TN status if not selected.

Get Expert Help

-

H-1B preparation requires months of strategic planning and expert legal guidance. At Janhanlaw, our employment immigration team achieves exceptional approval rates through meticulous preparation. +

H-1B preparation requires months of strategic planning and expert legal guidance. At Janhan law, our employment immigration team achieves exceptional approval rates through meticulous preparation. Schedule your H-1B consultation today. Don't let another season pass without maximizing your success chances.

"This article provides general guidance only. Consult qualified immigration counsel for your specific situation." @@ -158,7 +158,7 @@ Maintain valid status when possible to preserve flexibility and avoid complicati

Expert Strategy Required

Family immigration involves complex timing decisions and strategic choices that can save years of separation or create permanent entry bars. -At Janhanlaw, we specialize in finding creative solutions to family separation. Our team regularly identifies alternative pathways that reduce wait times from decades to months. +At Janhan law, we specialize in finding creative solutions to family separation. Our team regularly identifies alternative pathways that reduce wait times from decades to months. Schedule your consultation today. Let us find the fastest pathway to reunite your family.

diff --git a/components/404/404.js b/components/404/404.js index 084bde6..f503b83 100644 --- a/components/404/404.js +++ b/components/404/404.js @@ -21,7 +21,7 @@ const Error = (props) => {

Oops! Page Not Found!

We’re sorry but we can’t seem to find the page you requested. This might be because you have typed the web address incorrectly.

- Back to home + Back to home
diff --git a/components/BlogList/BlogList.js b/components/BlogList/BlogList.js index b072ab7..3537db3 100644 --- a/components/BlogList/BlogList.js +++ b/components/BlogList/BlogList.js @@ -1,101 +1,47 @@ -import React from 'react'; -import Link from 'next/link'; -import BlogSidebar from '../BlogSidebar/BlogSidebar.js'; -import VideoModal from '../ModalVideo/VideoModal'; -import blogs from '../../api/blogs'; -import Image from 'next/image.js'; +import React from "react"; +import blogs from '../../api/blogs' +import Link from "next/link"; +import SectionTitle from "../SectionTitle/SectionTitle"; +import Image from "next/image"; + const ClickHandler = () => { window.scrollTo(10, 0); -}; +} -const BlogList = (props) => { +const BlogSection = () => { return ( -
+
-
-
-
-
- {blogs.map((blog, bitem) => ( -
-
-
- - {/* */} -
-
-
    - {/*
  • Comments {blog.comment}
  • */} -
  • - {blog.create_at} -
  • -
  • - - - {blog.authorTitle} - -
  • -
-
-
-

- - {blog.title} - - - - -

-

- {blog.para} -

- - Continue Reading - -
+
+
+ {blogs.map((blog, bl) => ( +
+
+
+ +
+
+ {/* */} +

{blog.title}

+
+

+ {blog.para} +

+ Know More
- ))} +
- - {/*
-
    -
  • - - - -
  • -
  • 1
  • -
  • 2
  • -
  • 3
  • -
  • - - - -
  • -
-
*/} -
+ ))}
- {/* */}
); -}; +} -export default BlogList; +export default BlogSection; \ No newline at end of file diff --git a/components/BlogSection/BlogSection.js b/components/BlogSection/BlogSection.js index 6868db3..1286f68 100644 --- a/components/BlogSection/BlogSection.js +++ b/components/BlogSection/BlogSection.js @@ -23,12 +23,17 @@ const BlogSection = () => {
- */}

{blog.title}

- Continue Reading +
+

+ {blog.para} +

+ Know More +
diff --git a/components/MobileMenu/MobileMenu.js b/components/MobileMenu/MobileMenu.js index e0b780a..76e4967 100644 --- a/components/MobileMenu/MobileMenu.js +++ b/components/MobileMenu/MobileMenu.js @@ -8,184 +8,212 @@ const menus = [ { id: 1, title: 'Home', - link: '/home', - submenu: [ - { - id: 11, - title: 'Main Home', - link: '/home' - }, - { - id: 12, - title: 'Election Home', - link: '/home2' - }, - { - id: 13, - title: 'Male Candidate', - link: '/home3' - }, - { - id: 14, - title: 'Female Candidate', - link: '/home4' - }, - ] + link: '/', + // submenu: [ + // { + // id: 11, + // title: 'Main Home', + // link: '/home' + // }, + // { + // id: 12, + // title: 'Election Home', + // link: '/home2' + // }, + // { + // id: 13, + // title: 'Male Candidate', + // link: '/home3' + // }, + // { + // id: 14, + // title: 'Female Candidate', + // link: '/home4' + // }, + // ] + }, + + { + id: 4, + title: 'Our Approach', + link: '/our-approach', }, { id: 2, title: 'About', link: '/about', - }, - - { - id: 6, - title: 'Campaign', - link: '/campaign', submenu: [ { - id: 61, - title: 'Campaign', - link: '/campaign', + id: 11, + title: 'Our Mission', + link: '/about/our-mission' }, { - id: 62, - title: 'Campaign Style 2', - link: '/campaign-2' - }, - { - id: 63, - title: 'Campaign Style 3', - link: '/campaign-3' - }, - { - id: 64, - title: 'Campaign Single', - link: '/campaign-single/Support-for-Womans' - }, - ] - }, - { - id: 3, - title: 'Pages', - link: '/', - submenu: [ - { - id: 31, - title: 'Gallery', - link: '/gallery' - }, - { - id: 322, - title: 'Testimonial', - link: '/testimonial' - }, - { - id: 385, - title: 'Team', - link: '/team', - }, - { - id: 386, - title: 'Team Single', - link: '/team-single/Esther-Howard' - }, - { - id: 388, - title: 'Services', - link: '/service' - }, - { - id: 389, - title: 'Services Single', - link: '/service-single/Economic-Establishment' - }, - { - id: 371, - title: 'Shop', - link: '/shop', - }, - { - id: 375, - title: 'Shop Single', - link: '/product-single/The-Audacity-of-Hope' - }, - { - id: 376, - title: 'Cart', - link: '/cart' - }, - { - id: 377, - title: 'Checkout', - link: '/checkout' - }, - { - id: 33, - title: 'FAQ', - link: '/faq' - }, - { - id: 39, - title: 'Volunteer', - link: '/volunteer' - }, - { - id: 34, - title: '404 Error', - link: '/404' - }, - { - id: 35, - title: 'Login', - link: '/login' - }, - { - id: 36, - title: 'Register', - link: '/register' + id: 12, + title: 'Racial-Justice', + link: '/about/racial-justice' }, ] }, - { + // { + // id: 6, + // title: 'Campaign', + // link: '/campaign', + // submenu: [ + // { + // id: 61, + // title: 'Campaign', + // link: '/campaign', + // }, + // { + // id: 62, + // title: 'Campaign Style 2', + // link: '/campaign-2' + // }, + // { + // id: 63, + // title: 'Campaign Style 3', + // link: '/campaign-3' + // }, + // { + // id: 64, + // title: 'Campaign Single', + // link: '/campaign-single/Support-for-Womans' + // }, + // ] + // }, + { id: 5, title: 'Blog', link: '/blog', - submenu: [ - { - id: 51, - title: 'Blog', - link: '/blog' - }, - { - id: 52, - title: 'Blog Left sidebar', - link: '/blog-left' - }, - { - id: 53, - title: 'Blog full width', - link: '/blog-fullwidth' - }, - { - id: 54, - title: 'Blog single', - link: '/blog-single/support-progressive-change' - }, - { - id: 55, - title: 'Blog single Left sidebar', - link: '/blog-single-left-sidebar/support-progressive-change' - }, - { - id: 56, - title: 'Blog single Left sidebar', - link: '/blog-single-fullwidth/support-progressive-change' - }, - ] }, + // { + // id: 3, + // title: 'Pages', + // link: '/', + // submenu: [ + // { + // id: 31, + // title: 'Gallery', + // link: '/gallery' + // }, + // { + // id: 322, + // title: 'Testimonial', + // link: '/testimonial' + // }, + // { + // id: 385, + // title: 'Team', + // link: '/team', + // }, + // { + // id: 386, + // title: 'Team Single', + // link: '/team-single/Esther-Howard' + // }, + // { + // id: 388, + // title: 'Services', + // link: '/service' + // }, + // { + // id: 389, + // title: 'Services Single', + // link: '/service-single/Economic-Establishment' + // }, + // { + // id: 371, + // title: 'Shop', + // link: '/shop', + // }, + // { + // id: 375, + // title: 'Shop Single', + // link: '/product-single/The-Audacity-of-Hope' + // }, + // { + // id: 376, + // title: 'Cart', + // link: '/cart' + // }, + // { + // id: 377, + // title: 'Checkout', + // link: '/checkout' + // }, + // { + // id: 33, + // title: 'FAQ', + // link: '/faq' + // }, + // { + // id: 39, + // title: 'Volunteer', + // link: '/volunteer' + // }, + // { + // id: 34, + // title: '404 Error', + // link: '/404' + // }, + // { + // id: 35, + // title: 'Login', + // link: '/login' + // }, + // { + // id: 36, + // title: 'Register', + // link: '/register' + // }, + // ] + // }, + { + id: 3, + title: 'Services', + link: '/services', + }, + + // { + // id: 5, + // title: 'Blog', + // link: '/blog', + // submenu: [ + // { + // id: 51, + // title: 'Blog', + // link: '/blog' + // }, + // { + // id: 52, + // title: 'Blog Left sidebar', + // link: '/blog-left' + // }, + // { + // id: 53, + // title: 'Blog full width', + // link: '/blog-fullwidth' + // }, + // { + // id: 54, + // title: 'Blog single', + // link: '/blog-single/support-progressive-change' + // }, + // { + // id: 55, + // title: 'Blog single Left sidebar', + // link: '/blog-single-left-sidebar/support-progressive-change' + // }, + // { + // id: 56, + // title: 'Blog single Left sidebar', + // link: '/blog-single-fullwidth/support-progressive-change' + // }, + // ] + // }, { id: 88, title: 'Contact', diff --git a/components/about/about.js b/components/about/about.js index 4eb2a9f..77d102c 100644 --- a/components/about/about.js +++ b/components/about/about.js @@ -63,7 +63,7 @@ const About = (props) => { Expert Immigration Guidance

We Turn Immigration Challenges Into Success Stories

-

Every immigration case tells a unique story of hope, determination, and the pursuit of the American dream. At Janhanlaw, we understand that behind every petition, application, and legal document is a real person with real dreams.

+

Every immigration case tells a unique story of hope, determination, and the pursuit of the American dream. At Janhan law, we understand that behind every petition, application, and legal document is a real person with real dreams.

Our comprehensive approach combines decades of legal expertise with genuine care for our clients' futures. Whether you're seeking to reunite with family, advance your career, or find safety and protection in America, we provide the skilled advocacy and personal attention your case deserves.

diff --git a/components/aboutPage/AboutSection.js b/components/aboutPage/AboutSection.js index af9ac26..156dee8 100644 --- a/components/aboutPage/AboutSection.js +++ b/components/aboutPage/AboutSection.js @@ -17,7 +17,7 @@ const AboutSection = (props) => {

Building Your American Dream.

- 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. + For more than 25 years, Janhan law 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.

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. diff --git a/components/aboutPage/Donors.js b/components/aboutPage/Donors.js index df4bfc5..092bb56 100644 --- a/components/aboutPage/Donors.js +++ b/components/aboutPage/Donors.js @@ -18,7 +18,7 @@ const Donors = () => {

{/* Free Consultation */} - Call us Today + Call us Today
diff --git a/components/aboutPage/TestimonialSection.js b/components/aboutPage/TestimonialSection.js index de3fba7..3e85de2 100644 --- a/components/aboutPage/TestimonialSection.js +++ b/components/aboutPage/TestimonialSection.js @@ -5,30 +5,30 @@ 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 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. + At Janhan 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 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
diff --git a/components/aboutPage/TestimonialSection2.js b/components/aboutPage/TestimonialSection2.js index f3c02c1..8b86f1b 100644 --- a/components/aboutPage/TestimonialSection2.js +++ b/components/aboutPage/TestimonialSection2.js @@ -18,7 +18,7 @@ const TestimonialSection2 = (props) => {

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. + At Janhan law, 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.

diff --git a/components/footer/Footer.js b/components/footer/Footer.js index 9455ce9..d89ae75 100644 --- a/components/footer/Footer.js +++ b/components/footer/Footer.js @@ -31,7 +31,7 @@ const Footer = (props) => {

Quick Links

    -
  • Home
  • +
  • Home
  • About Us
  • Services
  • Our Approach
  • @@ -113,7 +113,17 @@ const Footer = (props) => {
      -
    • Copyright {new Date().getFullYear()} © Janahan Law. Powered by MetatronCube. All Right Reserved.{new Date().getFullYear()}
    • +
    • + Copyright {new Date().getFullYear()} © Janahan Law. Powered by{' '} + + MetatronCube + . All Right Reserved. +
    {/*
    diff --git a/components/header/Header.js b/components/header/Header.js index a7c39d1..d091a9d 100644 --- a/components/header/Header.js +++ b/components/header/Header.js @@ -36,12 +36,12 @@ const Header = (props) => {
    • Home -
        + {/*
        • Main Home
        • Election Home
        • Male Candidate
        • Female Candidate
        • -
        +
      */}
    • About us
    • diff --git a/components/our-mission/index.js b/components/our-mission/index.js index c7ec85d..a8ea508 100644 --- a/components/our-mission/index.js +++ b/components/our-mission/index.js @@ -34,7 +34,7 @@ const OurMission = () => {

      Our Mission

      - 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. + At Janhan 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 over 25 years, we have stood as a beacon of hope for individuals and families navigating the complex landscape of U.S. immigration law.

      We believe that every person deserves expert legal guidance delivered with dignity, respect, and cultural understanding. Our mission is to break down the barriers that separate families, limit professional opportunities, and prevent individuals from achieving their American dreams. Through innovative legal strategies, multilingual communication, and personalized attention, we transform immigration challenges into success stories. We are not just attorneys - we are advocates, guides, and partners in your journey toward building a secure future in America. diff --git a/components/pagetitle/PageTitle.js b/components/pagetitle/PageTitle.js index b10f6ec..1569cfc 100644 --- a/components/pagetitle/PageTitle.js +++ b/components/pagetitle/PageTitle.js @@ -14,8 +14,8 @@ const PageTitle = (props) => {

      {props.pageTitle}

      -
        -
      1. Home
      2. +
          +
        1. Home
        2. {props.pagesub}
      diff --git a/components/racial-justice/index.js b/components/racial-justice/index.js index ede96c9..701d697 100644 --- a/components/racial-justice/index.js +++ b/components/racial-justice/index.js @@ -34,7 +34,7 @@ const RacialJustice = () => {

      Racial Justice

      - 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. Our commitment to racial justice means actively challenging discriminatory practices, advocating for fair treatment regardless of national origin, and ensuring that every client receives equal protection under the law. We understand that true immigration reform must address the racial disparities that have historically shaped U.S. immigration policy. Through strategic litigation, community advocacy, and cultural competency training, we work to dismantle barriers that prevent equitable access to immigration benefits. Our diverse legal team reflects our commitment to representation that understands and respects the communities we serve. + At Janhan law, 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. Our commitment to racial justice means actively challenging discriminatory practices, advocating for fair treatment regardless of national origin, and ensuring that every client receives equal protection under the law. We understand that true immigration reform must address the racial disparities that have historically shaped U.S. immigration policy. Through strategic litigation, community advocacy, and cultural competency training, we work to dismantle barriers that prevent equitable access to immigration benefits. Our diverse legal team reflects our commitment to representation that understands and respects the communities we serve.

      @@ -67,7 +67,7 @@ const RacialJustice = () => {

- Racial justice in immigration requires acknowledging how systemic discrimination has historically shaped U.S. immigration policy. We actively challenge these inequities through strategic advocacy, community education, and partnerships with civil rights organizations. The fight for racial justice in immigration law requires collective action and unwavering commitment. At Janhanlaw, we are proud to stand with immigrant communities in challenging discrimination and advocating for systemic change. We invite you to partner with us in building an immigration system that truly embodies America's values of equality and opportunity for all. Contact our team today to discuss how we can support your immigration journey while advancing justice for everyone. + Racial justice in immigration requires acknowledging how systemic discrimination has historically shaped U.S. immigration policy. We actively challenge these inequities through strategic advocacy, community education, and partnerships with civil rights organizations. The fight for racial justice in immigration law requires collective action and unwavering commitment. At Janhan law, we are proud to stand with immigrant communities in challenging discrimination and advocating for systemic change. We invite you to partner with us in building an immigration system that truly embodies America's values of equality and opportunity for all. Contact our team today to discuss how we can support your immigration journey while advancing justice for everyone.

diff --git a/pages/blog-single/[slug].js b/pages/blog-single/[slug].js index 910e0ff..bf51a1f 100644 --- a/pages/blog-single/[slug].js +++ b/pages/blog-single/[slug].js @@ -47,11 +47,11 @@ const BlogSingle = (props) => {
- */}

{BlogDetails?.title}