4 Commits

Author SHA1 Message Date
de7440958f Merge version_3 into main
Merge version_3 into main
2026-05-20 22:00:35 +00:00
284e714355 Update src/app/services/page.tsx 2026-05-20 22:00:32 +00:00
8f81cc5336 Update src/app/page.tsx 2026-05-20 22:00:31 +00:00
225d9793bf Merge version_2 into main
Merge version_2 into main
2026-05-20 21:58:12 +00:00
2 changed files with 12 additions and 12 deletions

View File

@@ -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."
/>
</div>
@@ -139,4 +139,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -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."
/>
</div>
@@ -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."
/>
</div>
@@ -76,4 +76,4 @@ export default function ServicesPage() {
</ReactLenis>
</ThemeProvider>
);
}
}