diff --git a/app/mentors/page.tsx b/app/mentors/page.tsx deleted file mode 100644 index f6a816f..0000000 --- a/app/mentors/page.tsx +++ /dev/null @@ -1,112 +0,0 @@ -import React from 'react' -import Image from "next/image" -import Link from "next/link" -import { Button } from "@/components/ui/button" -import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card" -import { Badge } from "@/components/ui/badge" -import { Linkedin, ArrowRight } from 'lucide-react' - -// Google Form URL for mentor applications -const MENTOR_APPLICATION_FORM = "https://forms.google.com/your-form-url-here"; - -const mentors = [ - { - name: "Zeeshan Adil", - role: "Lead Engineer | Expert Vetted Upworker", - skills: ["K8s", "AWS", ".NET"], - linkedin: "https://www.linkedin.com/in/zeeshanadilbutt/", - image: "/m2.png", - }, - { - name: "Fiaz Ahmad", - role: "TOP RATED PLUS (Top 3%) @ Upwork ", - skills: ["CI/CD", "Docker", "Kubernetes"], - linkedin: "https://www.linkedin.com/in/fiazahmad/", - image: "/m5.jpeg", - }, - { - name: "Moeez Ahmad", - role: "SWE @ Calo", - skills: ["Full Stack", "DevOps", "Serverless"], - linkedin: "https://www.linkedin.com/in/moeezahmad01/", - image: "/m3.png", - }, - { - name: "Tanzeel Saleem", - role: "Founder @ DevNexus", - skills: ["AWS", "Azure", "Serverless"], - linkedin: "https://www.linkedin.com/in/tanzeel-saleem/", - image: "/m1.jpg", - } -] - -const Page = () => { - return ( -
-
-

Our Expert Mentors

-

- Learn from industry professionals passionate about sharing their knowledge and helping you grow. -

-
-
-
- {mentors.map((mentor, index) => ( - - -
- {mentor.name} -
-
- -
- {mentor.name} -

{mentor.role}

-
-
- {mentor.skills.map((skill, skillIndex) => ( - - {skill} - - ))} -
- - Connect on LinkedIn - -
-
- ))} -
- -
-

Want to Become a Mentor?

-

- Share your expertise and help shape the next generation of tech professionals. -

- - - -
-
-
- ) -} - -export default Page diff --git a/app/mindmaster/page.tsx b/app/mindmaster/page.tsx index be4aaf6..0a0e263 100644 --- a/app/mindmaster/page.tsx +++ b/app/mindmaster/page.tsx @@ -74,7 +74,7 @@ export default function MindMaster() { {/* ============================================ HERO SECTION ============================================ */} -
+

@@ -111,7 +111,7 @@ export default function MindMaster() { {/* ============================================ PHILOSOPHY SECTION ============================================ */} -

+
{[ @@ -132,7 +132,7 @@ export default function MindMaster() { }, ].map((item, i) => (
-
+
{item.number}

{item.title}

@@ -171,7 +171,7 @@ export default function MindMaster() { FEATURED TALKS SECTION ============================================ */} {(mindmasterData.talkOfTheWeek || mindmasterData.talkOfTheMonth) && ( -
+