Skip to content

Commit

Permalink
Merge pull request #10 from Lavavarshney/master
Browse files Browse the repository at this point in the history
Hidden the social media pulse section from the home page.
  • Loading branch information
DikshaDhasmana authored Jan 3, 2025
2 parents 8bd6eed + 0ee02e0 commit cef36dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Sections/Hero/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import About from "../About/About";
import Teams from "../Teams/Teams";
import Testimonials from "../Testimonials/Testimonials";
import Contact from "../Contact/Contact";
import SocialMedia from "../SocialMedia/SocialMedia";
//import SocialMedia from "../SocialMedia/SocialMedia";
import BackToTopButton from "../../components/BackToTop";
import Founder from "../Founder/Founder";
// const Section = styled.div`
Expand Down Expand Up @@ -246,7 +246,7 @@ const Hero = () => {
<About />
<Teams />
<Founder />
<SocialMedia />

{/* <Testimonials /> */}
<Contact />
</>
Expand Down

0 comments on commit cef36dc

Please sign in to comment.