Merge version_2 into main #4

Merged
bender merged 4 commits from version_2 into main 2026-05-20 21:58:12 +00:00
4 changed files with 45 additions and 122 deletions

View File

@@ -42,14 +42,14 @@ export default function ContactPage() {
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 provide on-site training?", content: "Yes, we travel nationwide to conduct workshops for organizations like Police and hospitals." },
{ id: "q2", title: "Are your instructors certified?", content: "All our lead instructors are certified and specialize in professional ASL training." },
{ id: "q3", title: "Can we request custom curriculum?", content: "Yes, we tailor our programs to fit the unique requirements of your department or school." },
{ id: "q4", title: "Do you offer corporate packages?", content: "We offer scalable training plans for teams of any size." },
{ id: "q5", title: "Can we book online training?", content: "Yes, we provide flexible virtual training sessions to fit your busy schedule." }
]}
title="Frequently Asked Questions"
description="We are here to help."
title="Booking & Training FAQs"
description="Everything you need to know about starting your training program."
faqsAnimation="slide-up"
/>
</div>
@@ -58,7 +58,7 @@ export default function ContactPage() {
<ContactText
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
text="Inquire about our professional services or request a booking session today."
text="Book your professional consultation or inquire about scheduling training for your team today."
/>
</div>
@@ -74,4 +74,4 @@ export default function ContactPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -26,36 +26,15 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "Hire a Pro",
id: "/hire",
},
{
name: "Courses",
id: "/courses",
},
{
name: "About",
id: "/about",
},
{
name: "Book Now",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Hire a Pro", id: "/hire" },
{ name: "Courses", id: "/courses" },
{ name: "About", id: "/about" },
{ name: "Book Now", id: "/contact" }
]}
brandName="SignPro Services"
button={{
text: "Book Now",
href: "/contact",
}}
button={{ text: "Book Now", href: "/contact" }}
/>
</div>
@@ -67,32 +46,14 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "ASL Instructor",
price: "Custom",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fingers-touching-tablet-s-screen_1157-435.jpg",
},
id: "p1", name: "Lead ASL Instructor", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fingers-touching-tablet-s-screen_1157-435.jpg"},
{
id: "p2",
name: "ASL Consultant",
price: "Custom",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-close-up-man-cleaning-hands-with-sanitizer-antiseptic-spray-workplace-home-working-laptop_285396-9234.jpg",
},
id: "p2", name: "Institutional Consultant", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-close-up-man-cleaning-hands-with-sanitizer-antiseptic-spray-workplace-home-working-laptop_285396-9234.jpg"},
{
id: "p3",
name: "ASL Interpreter",
price: "Custom",
imageSrc: "http://img.b2bpic.net/free-photo/virtual-classroom-study-space_23-2149178663.jpg",
},
{
id: "p4",
name: "Travel Professional",
price: "Custom",
imageSrc: "http://img.b2bpic.net/free-photo/casual-adult-woman-video-conferencing-from-home_23-2148694447.jpg",
},
id: "p3", name: "Language Specialist", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/virtual-classroom-study-space_23-2149178663.jpg"}
]}
title="Hire an ASL Professional"
description="Professional instructors, consultants, and interpreters for your business or project needs."
title="Our ASL Professionals"
description="Expert instructors and language consultants for your institution's specific needs."
/>
</div>
@@ -102,29 +63,17 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Why Hire Our Professionals?"
description="Excellence in communication, compliance, and connection."
title="Why Choose Our Experts?"
description="We teach your team directly to ensure long-term communication fluency and compliance."
metrics={[
{
id: "m1",
value: "100%",
title: "Certified",
description: "All pros hold national accreditation.",
icon: Shield,
id: "m1", value: "100%", title: "Certified", description: "All our trainers hold professional certifications.", icon: Shield,
},
{
id: "m2",
value: "24/7",
title: "Support",
description: "Always here for your scheduling needs.",
icon: Clock,
id: "m2", value: "24/7", title: "Support", description: "Ongoing support for your organizational learning.", icon: Clock,
},
{
id: "m3",
value: "15+",
title: "Experience",
description: "Years of industry-leading service.",
icon: Award,
id: "m3", value: "15+", title: "Experience", description: "Deep expertise in training public service professionals.", icon: Award,
},
]}
/>
@@ -133,34 +82,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "/",
},
{
label: "Services",
href: "/services",
},
{
label: "Courses",
href: "/courses",
},
],
},
{
items: [
{
label: "Hire a Pro",
href: "/hire",
},
{
label: "Booking",
href: "/contact",
},
],
},
{ items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "Courses", href: "/courses" }] },
{ items: [{ label: "Hire a Pro", href: "/hire" }, { label: "Booking", href: "/contact" }] }
]}
logoText="SignPro Services"
/>
@@ -168,4 +91,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -43,8 +43,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{ variant: "gradient-bars" }}
title="Master ASL with Certified Professional Instructors"
description="Nationwide training, corporate compliance, and specialized communication skills delivered online or in-person."
title="Master ASL with Professional Training"
description="Professional-grade ASL training for Police, EMS/EMT, Nurses, Firefighters, and Schools. Nationwide travel and flexible online courses available."
buttons={[{ text: "Browse Courses", href: "/courses" }, { text: "Book a Session", href: "/contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/man-with-glasses-dark-looks-computer-screen-copy-space_169016-14890.jpg?_wi=1"
mediaAnimation="slide-up"
@@ -71,12 +71,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{ title: "Online Courses", description: "Self-paced video modules from beginner to expert.", 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: "In-Person Training", description: "Nationwide on-site training for private groups.", 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.", 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: "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 Services"
description="Comprehensive ASL communication training for every industry."
description="Comprehensive ASL communication training for high-impact professional fields."
/>
</div>
@@ -122,7 +122,7 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
text="Ready to Start Signing? Book Your First Session Today."
text="Ready to equip your team? Book your professional training session today."
buttons={[{ text: "Book Session", href: "/contact" }]}
/>
</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.", 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: "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: "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="Our Professional Services"
description="Specialized training pathways tailored to your needs."
description="We provide direct ASL instruction to teams so they can serve their communities more effectively."
/>
</div>
@@ -56,11 +56,11 @@ export default function ServicesPage() {
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 },
{ 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 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 & Group Sessions"
description="Join our growing community of signers."
title="Public & School Sessions"
description="Empowering educators and public service professionals with language skills."
/>
</div>
@@ -76,4 +76,4 @@ export default function ServicesPage() {
</ReactLenis>
</ThemeProvider>
);
}
}