corrections updated

This commit is contained in:
Selvi 2025-08-14 21:08:17 +05:30
parent beeb6eed62
commit 245acde07b
7 changed files with 16 additions and 16 deletions

View File

@ -47,7 +47,7 @@ const Contactpage = () => {
</div>
<div className="office-info-text">
<h2>Call Now</h2>
<p>+1 800 123 456 789</p>
<p>+1 3053307413</p>
{/* <p>+1 800 123 654 987</p> */}
</div>
</div>
@ -64,11 +64,11 @@ const Contactpage = () => {
</div>
</div>
</div>
<section className="wpo-contact-map-section">
{/* <section className="wpo-contact-map-section">
<div className="wpo-contact-map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d193595.9147703055!2d-74.11976314309273!3d40.69740344223377!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c24fa5d33f083b%3A0xc80b8f06e177fe62!2sNew+York%2C+NY%2C+USA!5e0!3m2!1sen!2sbd!4v1547528325671"></iframe>
</div>
</section>
</section> */}
</section>
)

View File

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

View File

@ -19,7 +19,7 @@ const HeaderTopbar = () => {
</div>
<div className="info-text">
<span>Call Us:</span>
<p>+(684) 555-0102</p>
<p>+1 3053307413</p>
</div>
</div>
<div className="contact-info">

View File

@ -25,7 +25,7 @@ const Footer = (props) => {
<p>Every immigration case tells a unique story of hope, determination, and the pursuit of the American dream.</p>
</div>
</div>
<div className="col col-lg-3 col-md-6 col-12 col-md-6 col-sm-12 col-12">
<div className="col col-lg-2 col-md-6 col-12 col-md-6 col-sm-12 col-12">
<div className="widget link-widget">
<div className="widget-title">
<h3>Quick Links</h3>
@ -39,7 +39,7 @@ const Footer = (props) => {
</ul>
</div>
</div>
<div className="col col-lg-3 col-md-6 col-12 col-md-6 col-sm-12 col-12">
<div className="col col-lg-4 col-md-6 col-12 col-md-6 col-sm-12 col-12">
<div className="widget link-widget s2">
<div className="widget-title">
<h3>Services</h3>
@ -69,7 +69,7 @@ const Footer = (props) => {
<div className="widget about-widget">
<ul className="info">
<li>
<Link href="tel:1112223332155"> <li>Phone: 111-222-333-2155</li></Link>
<Link href="tel:1112223332155"> <li>Phone: +1 3053307413</li></Link>
</li>
<Link href="mailto:info@janahanlaw.com"> <li>Email: info@janahanlaw.com </li></Link>

View File

@ -33,7 +33,7 @@ const Hero = () => {
</div>
<div className="clearfix"></div>
<div className="slide-btns">
<Link href="/about" className="theme-btn">View More</Link>
<Link href="/about" className="theme-btn">About</Link>
</div>
</div>
</div>
@ -52,7 +52,7 @@ const Hero = () => {
</div>
<div className="clearfix"></div>
<div className="slide-btns">
<Link href="/our-approach" className="theme-btn">View More</Link>
<Link href="/our-approach" className="theme-btn">Our Approach</Link>
</div>
</div>
</div>
@ -70,7 +70,7 @@ const Hero = () => {
</div>
<div className="clearfix"></div>
<div className="slide-btns">
<Link href="/services" className="theme-btn">View More</Link>
<Link href="/services" className="theme-btn">Services</Link>
</div>
</div>
</div>
@ -88,7 +88,7 @@ const Hero = () => {
</div>
<div className="clearfix"></div>
<div className="slide-btns">
<Link href="/contact" className="theme-btn">View More</Link>
<Link href="/contact" className="theme-btn">Contact</Link>
</div>
</div>
</div>

View File

@ -29,7 +29,7 @@ const HomePage = () => {
<FunFact fnTpClass={'funfact-wrap-sec'} fnClass={'wpo-fun-fact-section-s3'} />
<ServiceSectionS2 />
<Testimonial />
<FunFactVideo />
{/* <FunFactVideo /> */}
{/* <CampaignSection/> */}
{/* <TeamSection /> */}
<Donors />

View File

@ -2,7 +2,7 @@
19. wpo-contact-pg-section
--------------------------------------------------------------*/
.wpo-contact-pg-section {
padding-bottom: 0px;
// padding-bottom: 120px;
.wpo-contact-title {
@ -199,8 +199,8 @@
padding: 50px;
background: #102548;
// box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
margin-bottom: -125px;
position: relative;
// margin-bottom: -125px;
// position: relative;
z-index: 99;
@media(max-width:767px) {