diff --git a/src/app/page.tsx b/src/app/page.tsx index b9e8a49..4f4d362 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,12 +71,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { title: "Professional Workshops", description: "Training for Police, EMS, and Fire personnel.", media: { imageSrc: "http://img.b2bpic.net/free-photo/senior-man-home-couch-having-video-call-tablet-wearing-headphones_23-2148991609.jpg?_wi=1" }, items: [], reverse: false }, - { title: "Educational Support", description: "Specialized ASL programs for school environments.", media: { imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-something-hilarious-her-laptop_23-2148311791.jpg?_wi=1" }, items: [], reverse: true }, - { title: "Medical Training", description: "Healthcare-specific communication skills for nurses and doctors.", media: { imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-man-sitting-desk-having-video-call-tablet_1098-20133.jpg" }, items: [], reverse: false } + { title: "Professional Workshops", description: "Nationwide on-site workshops for organizations including police, emergency services, and healthcare facilities.", media: { imageSrc: "http://img.b2bpic.net/free-photo/senior-man-home-couch-having-video-call-tablet-wearing-headphones_23-2148991609.jpg?_wi=1" }, items: [], reverse: false }, + { title: "Educational Support", description: "Customized ASL curriculum and immersive teaching programs designed for schools, teachers, and staff members.", media: { imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-something-hilarious-her-laptop_23-2148311791.jpg?_wi=1" }, items: [], reverse: true }, + { title: "Medical Training", description: "High-stakes communication training tailored for hospitals, clinics, and professional medical staff nationwide.", media: { imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-man-sitting-desk-having-video-call-tablet_1098-20133.jpg" }, items: [], reverse: false } ]} title="Professional Services" - description="Comprehensive ASL communication training for high-impact professional fields." + description="We travel to your location to provide expert ASL education for police departments, schools, and professional teams." /> @@ -139,4 +139,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 270b6b9..6d92fd1 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -42,11 +42,11 @@ export default function ServicesPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { title: "Corporate Training", description: "On-site ASL communication compliance for departments.", media: { imageSrc: "http://img.b2bpic.net/free-photo/old-woman-with-disability-holding-green-screen-digital-tablet-senior-person-sitting-wheelchair-using-blank-copy-space-with-isolated-chroma-key-mock-up-background-display_482257-39047.jpg?_wi=2" }, items: [], reverse: false }, - { title: "First Responder Pathways", description: "Rapid ASL integration for Police, EMS, and Fire departments.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-employee-taking-notes_23-2149045946.jpg" }, items: [], reverse: true } + { title: "Corporate Training", description: "On-site ASL communication compliance sessions for diverse departments, providing nationwide coverage.", media: { imageSrc: "http://img.b2bpic.net/free-photo/old-woman-with-disability-holding-green-screen-digital-tablet-senior-person-sitting-wheelchair-using-blank-copy-space-with-isolated-chroma-key-mock-up-background-display_482257-39047.jpg?_wi=2" }, items: [], reverse: false }, + { title: "First Responder Pathways", description: "Rapid ASL integration workshops specifically for police, fire, and emergency medical personnel across the country.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-employee-taking-notes_23-2149045946.jpg" }, items: [], reverse: true } ]} title="Our Professional Services" - description="We provide direct ASL instruction to teams so they can serve their communities more effectively." + description="We provide direct ASL instruction to teams nationwide, ensuring police departments, hospitals, and public services can communicate with fluency and confidence." /> @@ -56,11 +56,11 @@ export default function ServicesPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { title: "Public Workshops", description: "Weekly group sessions to improve community outreach.", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-home-having-videocall-with-family-close-up_23-2148923800.jpg" }, items: [], reverse: false }, - { title: "Specialized School Programs", description: "ASL training tailored for teachers and staff.", media: { imageSrc: "http://img.b2bpic.net/free-photo/female-student-learning-english-online_23-2148999541.jpg" }, items: [], reverse: true } + { title: "Public Workshops", description: "Weekly group and custom workshops designed to improve community outreach and engagement through American Sign Language.", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-home-having-videocall-with-family-close-up_23-2148923800.jpg" }, items: [], reverse: false }, + { title: "Specialized School Programs", description: "ASL education training tailored for teachers, staff, and administrators to foster inclusive learning environments.", media: { imageSrc: "http://img.b2bpic.net/free-photo/female-student-learning-english-online_23-2148999541.jpg" }, items: [], reverse: true } ]} title="Public & School Sessions" - description="Empowering educators and public service professionals with language skills." + description="Empowering educators and public service professionals with effective language skills through flexible learning formats." /> @@ -76,4 +76,4 @@ export default function ServicesPage() { ); -} \ No newline at end of file +}