Skip to content

Commit

Permalink
Merge pull request #75 from yours7himanshu/ui-improvement/coursePage
Browse files Browse the repository at this point in the history
improved the ui of course page which was previously improved by the one of the collaborator
  • Loading branch information
yours7himanshu authored Jan 13, 2025
2 parents ab6c9bd + 67f82b6 commit 1ac7e36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/pages/Courses/CoursesPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ const CoursesPage = () => {
<div className="min-h-screen bg-gradient-to-b from-slate-950 to-indigo-950">
{/* Hero Section */}
<div className="pt-20 pb-12 px-6">
<div className="max-w-7xl mx-auto text-center">
<h1 className="text-5xl font-bold mb-4 text-gray-200">Professional Degree Programs</h1>
<p className="text-xl text-gray-300">Shape your future with our comprehensive range of professional courses</p>
<div className="max-w-7xl mx-auto text-center mt-16">
<h1 className="text-5xl font-bold mb-4 text-gray-300">Professional Degree Programs</h1>
<p className="text-sm text-gray-300">Shape your future with our comprehensive range of professional courses</p>
</div>
</div>

Expand Down

0 comments on commit 1ac7e36

Please sign in to comment.