Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b2d2269f0f | |||
| c190fe1abd | |||
| 7e2da892b3 | |||
| 2a62c1fccf |
@@ -155,7 +155,7 @@ export default function LandingPage() {
|
||||
{ text: "Get Details", href: "#contact" },
|
||||
],
|
||||
features: [
|
||||
"6-month duration", "200+ practical hours", "Industry certification", "Job placement assistance", "Flexible payment options"],
|
||||
"Job placement assistance within 3 months", "6-month duration", "200+ practical hours", "Industry certification", "Flexible payment options"],
|
||||
},
|
||||
{
|
||||
id: "pro", price: "₹75,000", name: "Advanced Professional Program", buttons: [
|
||||
@@ -163,7 +163,7 @@ export default function LandingPage() {
|
||||
{ text: "Get Details", href: "#contact" },
|
||||
],
|
||||
features: [
|
||||
"12-month duration", "500+ practical hours", "Multiple certifications", "Internship included", "100% job placement guarantee", "Interview coaching"],
|
||||
"100% job placement guarantee", "12-month duration", "500+ practical hours", "Multiple certifications", "Internship included", "Interview coaching"],
|
||||
},
|
||||
{
|
||||
id: "enterprise", price: "₹1,20,000", name: "Specialized Diploma Program", buttons: [
|
||||
@@ -171,7 +171,7 @@ export default function LandingPage() {
|
||||
{ text: "Get Details", href: "#contact" },
|
||||
],
|
||||
features: [
|
||||
"18-month comprehensive program", "800+ practical hours", "Advanced industry tools", "6-month paid internship", "Guaranteed placement", "Career development training"],
|
||||
"Guaranteed placement with industry leaders", "18-month comprehensive program", "800+ practical hours", "Advanced industry tools", "6-month paid internship", "Career development training"],
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -211,7 +211,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Start Your Technical Career Today"
|
||||
description="Fill out the form below to get in touch with our admissions team. We'll provide you with detailed information about courses, fees, and job placement opportunities. You can also call us directly or message on WhatsApp for immediate assistance."
|
||||
description="Connect with our admissions team to explore your ideal course and get instant answers about fees and placement."
|
||||
inputs={[
|
||||
{ name: "fullName", type: "text", placeholder: "Your Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email Address", required: true },
|
||||
|
||||
Reference in New Issue
Block a user