File tree Expand file tree Collapse file tree
src/Page/OpportunitiesHub Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React, { useState } from 'react';
22import { ArrowLeft } from 'lucide-react' ;
33import styled from 'styled-components' ;
44import Marquee from 'react-fast-marquee' ;
5- import EventsList from './EventsList .jsx' ;
5+ import CertficationList from './CertficationList .jsx' ;
66
77const Navbar = ( ) => {
88 const [ isModalOpen , setIsModalOpen ] = useState ( false ) ;
@@ -365,7 +365,7 @@ const Tags = () => {
365365 return (
366366 < section id = "tags" className = "mb-0 w-full pt-12 sm:py-16" >
367367 < h1 className = "text-md text-primary mb-8 text-center font-bold text-[#00a6fb] lg:text-2xl" >
368- Explore and participate in global tech events, all in one place.
368+ Explore Our Certification Hub
369369 </ h1 >
370370 { /* <h2 className="text-md text-primary mb-8 text-center text-[#00a6fb] font-bold lg:text-2xl">One Platform, Endless Tech Hackathon</h2> */ }
371371
@@ -604,14 +604,14 @@ const StyledWrapper = styled.div`
604604 }
605605` ;
606606
607- const TechEvents = ( ) => {
607+ const Certfication = ( ) => {
608608 return (
609609 < div className = "background-wrapper min-h-screen bg-gray-900" >
610610 < Navbar />
611611 < Hero />
612612 < Tags />
613613 < div className = "my-4" > </ div >
614- < EventsList />
614+ < CertficationList />
615615 </ div >
616616 ) ;
617617} ;
You can’t perform that action at this time.
0 commit comments