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 ( -
- Learn from industry professionals passionate about sharing their knowledge and helping you grow. -
-{mentor.role}
-- Share your expertise and help shape the next generation of tech professionals. -
- - - -
@@ -111,7 +111,7 @@ export default function MindMaster() {
{/* ============================================
PHILOSOPHY SECTION
============================================ */}
-
Join the Community
diff --git a/app/our-story/page.tsx b/app/our-story/page.tsx
index 117da60..efffc10 100644
--- a/app/our-story/page.tsx
+++ b/app/our-story/page.tsx
@@ -1004,16 +1004,6 @@ export default function OurStoryPage() {
{item.title}
@@ -171,7 +171,7 @@ export default function MindMaster() {
FEATURED TALKS SECTION
============================================ */}
{(mindmasterData.talkOfTheWeek || mindmasterData.talkOfTheMonth) && (
-