Skip to content

Commit 108d3a2

Browse files
committed
Update header text in Tags section for better engagement and remove commented-out code
1 parent 4c01f80 commit 108d3a2

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

src/Page/OpportunitiesHub/OpenSourceProgram.jsx

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,8 @@ const Tags = () => {
278278
return (
279279
<section id="tags" className="mb-0 w-full pt-12 sm:py-16">
280280
<h4 className="text-md text-primary font-lg mb-8 text-center text-[#00a6fb] lg:text-2xl">
281-
Explore premium global freelancing opportunities that match your expertise!
281+
Explore the World of Open Source Opportunities!
282282
</h4>
283-
{/* <h2 className="text-md text-primary mb-8 text-center text-[#00a6fb] font-bold lg:text-2xl">One Platform, Endless Tech Opportunities</h2> */}
284283

285284
{/* Right to Left Scrolling */}
286285
<Marquee gradient={false} speed={60} pauseOnHover={true} loop={0} className="w-full">
@@ -516,21 +515,6 @@ const StyledWrapper = styled.div`
516515
animation-delay: 1.7s;
517516
}
518517
`;
519-
// const openSourceCards = [
520-
// {
521-
// Orgaizer: "Google",
522-
// title: "Google Summer of Code 2025",
523-
// description: "Work with open-source orgs under Google and get paid for contributing.",
524-
// timeline: "Apply before April 8, 2025",
525-
// Duration: "June - September 2025",
526-
// type: "Student-friendly",
527-
// guidelines: "https://summerofcode.withgoogle.com/how-it-works/",
528-
// applyLink: "https://summerofcode.withgoogle.com/",
529-
// poster: "https://summerofcode.withgoogle.com/assets/img/home-page-logo-2022.svg",
530-
// shareLink: "#gsoc",
531-
// },
532-
// // Add more cards here as needed
533-
// ];
534518

535519
const StyledOSProgramCard = styled.div`
536520
display: flex;

0 commit comments

Comments
 (0)