@@ -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 BootcampsList from './BootcampsList .jsx' ;
66
77const Navbar = ( ) => {
88 const [ isModalOpen , setIsModalOpen ] = useState ( false ) ;
@@ -365,9 +365,8 @@ 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 and participate in global tech Bootcamps , all in one place.
369369 </ h1 >
370- { /* <h2 className="text-md text-primary mb-8 text-center text-[#00a6fb] font-bold lg:text-2xl">One Platform, Endless Tech Hackathon</h2> */ }
371370
372371 { /* Right to Left Scrolling */ }
373372 < Marquee gradient = { false } speed = { 60 } pauseOnHover = { true } loop = { 0 } className = "w-full" >
@@ -604,16 +603,16 @@ const StyledWrapper = styled.div`
604603 }
605604` ;
606605
607- const TechEvents = ( ) => {
606+ const Bootcamps = ( ) => {
608607 return (
609608 < div className = "background-wrapper min-h-screen bg-gray-900" >
610609 < Navbar />
611610 < Hero />
612611 < Tags />
613612 < div className = "my-4" > </ div >
614- < EventsList />
613+ < BootcampsList />
615614 </ div >
616615 ) ;
617616} ;
618617
619- export default TechEvents ;
618+ export default Bootcamps ;
0 commit comments