From 5d49c9ec72be490face7d162af8feff42cbbde3b Mon Sep 17 00:00:00 2001 From: TheMaddax Date: Thu, 28 Aug 2025 10:40:45 -0500 Subject: [PATCH] Remove ADA-compliant transcripts service. --- cline_docs/activeContext.md | 21 ++++++++++++++++++++- src/pages/Services.tsx | 7 +------ 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/cline_docs/activeContext.md b/cline_docs/activeContext.md index 2bd4e11..d87d6de 100644 --- a/cline_docs/activeContext.md +++ b/cline_docs/activeContext.md @@ -261,5 +261,24 @@ Successfully added two new 2025 conference locations to the Services page intera - All new 2025 events display as green markers (upcoming events) - Maintained full interactive functionality with popup details +## Recently Completed Work +**Date: 8/28/2025** + +### ✅ Services Page Update - COMPLETED +Successfully removed ADA-Compliant Transcripts service from the Services page per user request: + +**Changes Made:** +- Removed "ADA-Compliant Transcripts" service entry from services array +- Cleaned up unused `FaFileAlt` import +- Services page now displays 3 services instead of 4: + 1. Universal Website Design + 2. Board Communication + 3. Training & Workshops + +**Reason for Change:** ADA is no longer offering transcribing services + +**Files Updated:** +- `src/pages/Services.tsx` - Removed ADA transcribing service and cleaned imports + ## Status Summary -🟢 **ALL SYSTEMS OPERATIONAL** - Interactive map successfully expanded with additional 2025 conference locations in New Orleans and Austin. Ready for production use and content addition. +🟢 **ALL SYSTEMS OPERATIONAL** - Services page updated to reflect current service offerings. Interactive map successfully expanded with additional 2025 conference locations in New Orleans and Austin. Ready for production use and content addition. diff --git a/src/pages/Services.tsx b/src/pages/Services.tsx index 2e1fc82..7c93cde 100644 --- a/src/pages/Services.tsx +++ b/src/pages/Services.tsx @@ -1,7 +1,7 @@ import { motion, AnimatePresence } from 'framer-motion' import { ComposableMap, Geographies, Geography, Marker } from 'react-simple-maps' import { useState, useEffect, useRef } from 'react' -import { FaFileAlt, FaGlobe, FaUsers, FaChalkboardTeacher, FaTimes, FaMapMarkerAlt, FaClock } from 'react-icons/fa' +import { FaGlobe, FaUsers, FaChalkboardTeacher, FaTimes, FaMapMarkerAlt, FaClock } from 'react-icons/fa' const geoUrl = "https://cdn.jsdelivr.net/npm/us-atlas@3/states-10m.json" @@ -239,11 +239,6 @@ const relationshipPoints: RelationshipPoint[] = [ ] const services = [ - { - icon: , - title: "ADA-Compliant Transcripts", - description: "High-quality, accurate transcripts with speaker identification and context differentiation." - }, { icon: , title: "Universal Website Design",