Skip to content

Commit

Permalink
removed TPO advertisement form main page
Browse files Browse the repository at this point in the history
  • Loading branch information
ParikshitGehlaut committed Aug 25, 2024
1 parent a62d8d4 commit 78409e5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/component/menhome/About.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
import React from "react";
import { Link } from "react-router-dom";
import image1 from "../../assets/img/features/About-Home.jpg";
import TPO_ad from "../../assets/img/TPO/Advertisement_TPO_page-0001.jpg";

function About() {
return (
<>
<section>
<div className="container mt-40 mb-40 ">
<img src={TPO_ad} alt="" />
</div>
</section>
<section
className="about-area about-p pt-120 pb-120 p-relative fix"
style={{ background: "#eff7ff" }}
Expand Down

0 comments on commit 78409e5

Please sign in to comment.