From b1f5b29c048581928d3acf421614dd799a537c8a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 01:43:29 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 102 +++++++-------------------------------- 1 file changed, 17 insertions(+), 85 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6e3bdcc..f9d5777 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,7 @@ import FaqDouble from '@/components/sections/faq/FaqDouble'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -export default function LandingPage() { +export default function ContactPage() { return ( @@ -63,33 +42,14 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "Do you travel nationwide?", - content: "Yes, we travel across the US for corporate and private training.", - }, - { - id: "q2", - title: "Are your instructors certified?", - content: "All our lead instructors hold national certifications.", - }, - { - id: "q3", - title: "Can I hire for a one-time event?", - content: "Yes, we offer one-time interpretation and consultation services.", - }, - { - id: "q4", - title: "Do you offer corporate packages?", - content: "We offer tiered pricing for workplace compliance and teams.", - }, - { - id: "q5", - title: "Is training online or in-person?", - content: "We offer both flexible options to best suit your schedule.", - }, + { id: "q1", title: "Do you travel nationwide?", content: "Yes, we travel across the US for corporate and private training." }, + { id: "q2", title: "Are your instructors certified?", content: "All our lead instructors hold national certifications." }, + { id: "q3", title: "Can I hire for a one-time event?", content: "Yes, we offer one-time interpretation and consultation services." }, + { id: "q4", title: "Do you offer corporate packages?", content: "We offer tiered pricing for workplace compliance and teams." }, + { id: "q5", title: "Is training online or in-person?", content: "We offer both flexible options to best suit your schedule." } ]} title="Frequently Asked Questions" + description="We are here to help." faqsAnimation="slide-up" /> @@ -97,9 +57,7 @@ export default function LandingPage() {
@@ -107,34 +65,8 @@ export default function LandingPage() { @@ -307,50 +121,17 @@ export default function LandingPage() {
@@ -63,28 +42,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Corporate Training", - description: "On-site ASL communication compliance.", - 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, - imageSrc: "http://img.b2bpic.net/free-photo/man-with-glasses-dark-looks-computer-screen-copy-space_169016-14890.jpg?_wi=4", - imageAlt: "online ASL course interface", - }, - { - title: "Law Enforcement", - description: "Rapid response ASL for police departments.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-employee-taking-notes_23-2149045946.jpg", - }, - items: [], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/senior-man-home-couch-having-video-call-tablet-wearing-headphones_23-2148991609.jpg?_wi=3", - imageAlt: "online ASL course interface", - }, + { title: "Corporate Training", description: "On-site ASL communication compliance.", 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" }, items: [], reverse: false }, + { title: "Law Enforcement", description: "Rapid response ASL for police departments.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-employee-taking-notes_23-2149045946.jpg" }, items: [], reverse: true } ]} title="Our Professional Services" description="Specialized training pathways tailored to your needs." @@ -97,28 +56,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - title: "Public Classes", - description: "Scheduled weekly group sessions.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-home-having-videocall-with-family-close-up_23-2148923800.jpg", - }, - items: [], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/man-with-glasses-dark-looks-computer-screen-copy-space_169016-14890.jpg?_wi=5", - imageAlt: "online ASL course interface", - }, - { - title: "Private Sessions", - description: "Custom 1-on-1 focus training.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/female-student-learning-english-online_23-2148999541.jpg", - }, - items: [], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/senior-man-home-couch-having-video-call-tablet-wearing-headphones_23-2148991609.jpg?_wi=4", - imageAlt: "online ASL course interface", - }, + { title: "Public Classes", description: "Scheduled weekly group sessions.", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-home-having-videocall-with-family-close-up_23-2148923800.jpg" }, items: [], reverse: false }, + { title: "Private Sessions", description: "Custom 1-on-1 focus training.", media: { imageSrc: "http://img.b2bpic.net/free-photo/female-student-learning-english-online_23-2148999541.jpg" }, items: [], reverse: true } ]} title="Public & Group Sessions" description="Join our growing community of signers." @@ -128,34 +67,8 @@ export default function LandingPage() {