Skip to content

Commit

Permalink
Merge pull request #812 from iamaloksy/patch-2
Browse files Browse the repository at this point in the history
Home.jsx
  • Loading branch information
codeaashu authored Feb 2, 2025
2 parents b5e80d6 + e9ee642 commit 8bbcd01
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/Page/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,18 @@ const TechFeatures = () => {
<p>Create a professional resume with tips and templates tailored to the tech industry.</p>
</div>
</a>

<a //iamaloksy
href="/IndustryTrends"
className="feature-card block rounded-lg bg-gray-800 p-6 shadow-lg transition duration-300 hover:scale-105 hover:transform hover:bg-gray-700"
>
<div className="feature-card-inner rounded-lg p-[2px]">
<h3 className="mb-4 text-2xl font-semibold">Industry Trends & Expert Insights</h3>
<p>Share articles and video content regularly to provide industry trends, expert interviews, and in-depth analysis.
This would keep users updated with the latest trends and offer valuable career advice.
</p>
</div>
</a>
</div>

{/* Card for Adding New Features */}
Expand Down

0 comments on commit 8bbcd01

Please sign in to comment.