diff --git a/app/about/page.tsx b/app/about/page.tsx index 93787122..bdfe657a 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -431,11 +431,11 @@ export default function AboutPage() { {(() => { if (loading) return null; return ( -
+
-
+
@@ -458,17 +458,17 @@ export default function AboutPage() { whileInView={{ opacity: 1, y: 0 }} transition={{ duration: 0.5 }} viewport={{ once: true }} - className="container px-4 mx-auto text-center relative z-10" + className="container px-4 sm:px-6 mx-auto text-center relative z-10" > -
+
{user ? ( <> -
- @@ -539,12 +539,12 @@ export default function AboutPage() { ) : ( <> -
- diff --git a/app/opportunities/page.tsx b/app/opportunities/page.tsx index 777d7176..f560f254 100644 --- a/app/opportunities/page.tsx +++ b/app/opportunities/page.tsx @@ -65,7 +65,7 @@ export default function OpportunitiesPage() {
{/* Hero Section */} -
+
-
-
+
+
-
-
+
+
-
-
-

+

Unlock All Tech Opportunities in One Place

-

+

Navigate to events, hackathons, projects, tests, jobs, and internships curated for the tech community.

{/* Opportunities Grid */} -
-
-
+
+
+
{opportunities.map((item) => (
-
- +
- + {item.title} - + {item.description}
-
+
{item.tags.map((tag) => ( {tag} @@ -143,10 +139,10 @@ export default function OpportunitiesPage() { diff --git a/components/footer.tsx b/components/footer.tsx index f6e9f85c..0fa68178 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -54,93 +54,97 @@ export default function Footer() { } return (