Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/Index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ const Index = () => {
</Card>
<Card className="bg-gray-900/70 border-blue-700/50 hover:border-blue-500 transition-all duration-300 group hover:scale-105 hover:shadow-xl hover:shadow-blue-500/20 p-4">
<h3 className="text-lg font-semibold text-white group-hover:text-blue-400 transition-colors">How can I get the full 5000?</h3>
<p className="text-gray-300 mt-2">In order to get the full 5000, you need to qualify for the OSHWLab stars prohgram. Hack Club will pay for your shipping on top.</p>
<p className="text-gray-300 mt-2">In order to get the full 5000, you need to qualify for the OSHWLab stars program. Hack Club will pay for your shipping on top.</p>
</Card>
<Card className="bg-gray-900/70 border-blue-700/50 hover:border-blue-500 transition-all duration-300 group hover:scale-105 hover:shadow-xl hover:shadow-blue-500/20 p-4">
<h3 className="text-lg font-semibold text-white group-hover:text-blue-400 transition-colors">When does this program end?</h3>
Expand Down Expand Up @@ -484,4 +484,4 @@ const IndexPage = () => {
);
}

export default IndexPage;
export default IndexPage;