- {card.title} -
-- {card.description} -
-diff --git a/public/figma-about/healthcare-ai.png b/public/figma-about/healthcare-ai.png
deleted file mode 100644
index 3089e65..0000000
Binary files a/public/figma-about/healthcare-ai.png and /dev/null differ
diff --git a/public/figma-home/get-assistance.png b/public/figma-home/get-assistance.png
deleted file mode 100644
index 54870e4..0000000
Binary files a/public/figma-home/get-assistance.png and /dev/null differ
diff --git a/public/figma-home/support.png b/public/figma-home/support.png
deleted file mode 100644
index 9780bda..0000000
Binary files a/public/figma-home/support.png and /dev/null differ
diff --git a/src/features/marketing/components/about-ai-healthcare-section.tsx b/src/features/marketing/components/about-ai-healthcare-section.tsx
deleted file mode 100644
index 80b888c..0000000
--- a/src/features/marketing/components/about-ai-healthcare-section.tsx
+++ /dev/null
@@ -1,60 +0,0 @@
-import Image from "next/image"
-
-const ecosystemItems = [
- "A platform that supports real-world health navigation",
- "Training programs that teach people how to use AI safely and effectively",
- "A feedback system that continuously improves outcomes",
-]
-
-export function AboutAiHealthcareSection() {
- return (
-
- Most organizations operate in silos-technology, education, or care
- delivery. ModernAdvocates brings these elements together into one
- ecosystem:
-
- This integration allows us to move beyond theory and deliver
- practical, scalable impact.
-
- OUR VALUES{" "}
-
- ModernAdvocates creates a continuous learning system that improves
- outcomes while expanding access to support.
-
- ModernAdvocates is redefining how AI is used in Healthcare
-
-
-
- {ecosystemItems.map((item) => (
-
-
-
- How can we support your healthcare journey?{" "}
-
-
- Practical, expert-led courses designed to help professionals gain - real-world skills, accelerate growth, and achieve measurable results. -
- -- Learn from industry experts. Study at your own pace. Apply what you - learn immediately. -
-- Trusted by ambitious professionals, teams, and organizations committed to - continuous growth. -
- ) -} diff --git a/src/features/marketing/components/mission-sections.tsx b/src/features/marketing/components/mission-sections.tsx deleted file mode 100644 index 5140d3a..0000000 --- a/src/features/marketing/components/mission-sections.tsx +++ /dev/null @@ -1,281 +0,0 @@ -"use client" - -import { Gift } from "lucide-react" -import Image from "next/image" -import { useEffect, useState } from "react" - -export function MissionBridgeSection() { - const [hovered, setHovered] = useState<"first" | "second" | null>(null) - const [isLargeScreen, setIsLargeScreen] = useState(false) - - useEffect(() => { - const mq = window.matchMedia("(min-width: 1024px)") - setIsLargeScreen(mq.matches) - const handler = (e: MediaQueryListEvent) => setIsLargeScreen(e.matches) - mq.addEventListener("change", handler) - return () => mq.removeEventListener("change", handler) - }, []) - - function onHover(card: "first" | "second") { - if (!isLargeScreen) return - setHovered(card) - } - - function onLeave() { - if (!isLargeScreen) return - setHovered(null) - } - - return ( -We know what it feels like when life changes overnight.
-- Our journey with endometriosis taught us that chronic illness - affects far more than your health. -
-- It can impact your education, career, finances, relationships, and - sense of security. -
-- One unexpected diagnosis can begin a chain of events that leaves - families overwhelmed by lost income, mounting medical expenses, and - an uncertain future. -
-We have lived that reality.
-We also experienced something extraordinary.
-- Along our journey, compassionate people stepped in to help us when - we could not help ourselves. -
-Their generosity changed the direction of our lives.
-- Modern Advocates Inc. was created because we believe every person - deserves that same opportunity. -
-- Our mission is to help people facing disability, chronic illness, - and financial hardship regain a sense of control through education, - technology, community, and practical support. -
-We believe that knowledge reduces fear.
-Technology creates opportunity.
-Community multiplies hope.
-- Artificial intelligence is more than a new technology—it is a - powerful equalizer. -
-- Used responsibly, AI can help people organize their healthcare, - prepare for medical appointments, learn valuable income-producing - skills, build digital assets, and create new opportunities for - financial independence. -
-- For women living with endometriosis, AI can also help organize - symptoms, prepare medical histories, identify qualified specialists, - and navigate an often overwhelming healthcare system. -
-But no one should have to face these challenges alone.
-- Our vision is to build a nationwide community where individuals - support one another through education, shared knowledge, and - innovative funding solutions that make specialized care more - accessible. -
-We cannot always choose the challenges life brings.
-We can choose how we respond.
-Our goal is simple:
-To replace fear with knowledge.
-To replace isolation with community.
-To replace uncertainty with opportunity.
-- Together, we can build healthier lives, stronger futures, and - greater independence. -
-- Get access to AI workforce training, healthcare guidance, and - personalized support designed to help you move forward with - confidence.{" "} -
-- Get access to AI workforce training, healthcare guidance, and - personalized support designed to help you move forward with - confidence. -
-- I built ModernAdvocates Inc. out of something I lived - not - something I studied. -
-- Navigating Endometriosis in a healthcare system that kept - dismissing me taught me that the gap between the help that - exists and the people who need it most is not a coincidence. - It's a design flaw. And as AI began reshaping how we work, - how we access care, and how we navigate every major system in - our lives, I saw that same gap widening. So, I built the bridge. -
-- If any part of this resonates - if you've felt unseen by a - system that was supposed to serve you - there's a place - here for you. -
-Melanie Reyes
-Founder, ModernAdvocates Inc.
-- I built ModernAdvocates Inc. out of something I lived - not - something I studied. -
-- Navigating Endometriosis in a healthcare system that kept - dismissing me taught me that the gap between the help that exists - and the people who need it most is not a coincidence. It's a - design flaw. And as AI began reshaping how we work, how we access - care, and how we navigate every major system in our lives, I saw - that same gap widening. So, I built the bridge. -
-- If any part of this resonates - if you've felt unseen by a - system that was supposed to serve you - there's a place here - for you. -
-Melanie Reyes
-Founder, ModernAdvocates Inc.
-- Our courses are built to bridge the gap between theory and - real-world application. Whether you're advancing your - career, growing a business, or developing new expertise, we - provide the knowledge and guidance to help you succeed. -
-- {card.description} -
-