Skip to content

Commit 6339410

Browse files
committed
certfication
1 parent f20e1e7 commit 6339410

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Page/OpportunitiesHub/Certifications.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React, { useState } from 'react';
22
import { ArrowLeft } from 'lucide-react';
33
import styled from 'styled-components';
44
import Marquee from 'react-fast-marquee';
5-
import EventsList from './EventsList.jsx';
5+
import CertficationList from './CertficationList.jsx';
66

77
const 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
};

0 commit comments

Comments
 (0)