Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user