Merge version_1 into main #2
@@ -45,24 +45,16 @@ export default function PlacementsPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Users,
|
||||
label: "Students Trained",
|
||||
value: "5000+",
|
||||
},
|
||||
label: "Students Trained", value: "5000+"},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
label: "Placement Rate",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Placement Rate", value: "100%"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience",
|
||||
value: "2+",
|
||||
},
|
||||
label: "Years Experience", value: "2+"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Certifications",
|
||||
value: "7+",
|
||||
},
|
||||
label: "Certifications", value: "7+"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -71,46 +63,29 @@ export default function PlacementsPage() {
|
||||
<FaqSplitText
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What courses do you offer?",
|
||||
content:
|
||||
"We offer comprehensive training in Digital Marketing, Graphic Design, and Multimedia. Each course includes hands-on projects, live training sessions, and career placement support.",
|
||||
},
|
||||
id: "1", title: "What courses do you offer?", content:
|
||||
"We offer comprehensive training in Digital Marketing, Graphic Design, and Multimedia. Each course includes hands-on projects, live training sessions, and career placement support."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How long are the courses?",
|
||||
content:
|
||||
"Our courses typically range from 3-6 months depending on the program. We offer both intensive and flexible scheduling options to suit your lifestyle.",
|
||||
},
|
||||
id: "2", title: "How long are the courses?", content:
|
||||
"Our courses typically range from 3-6 months depending on the program. We offer both intensive and flexible scheduling options to suit your lifestyle."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer placement assistance?",
|
||||
content:
|
||||
"Yes! We provide 100% placement assistance including interview prep, resume building, and direct placement support from day one of enrollment.",
|
||||
},
|
||||
id: "3", title: "Do you offer placement assistance?", content:
|
||||
"Yes! We provide 100% placement assistance including interview prep, resume building, and direct placement support from day one of enrollment."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Are your courses online or offline?",
|
||||
content:
|
||||
"We offer both online and offline training options. Join our Calicut center for in-person classes or learn from anywhere through our interactive online platform.",
|
||||
},
|
||||
id: "4", title: "Are your courses online or offline?", content:
|
||||
"We offer both online and offline training options. Join our Calicut center for in-person classes or learn from anywhere through our interactive online platform."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What certifications will I get?",
|
||||
content:
|
||||
"You'll earn internationally recognized certifications along with our course completion certificate. We're recognized by leading industry bodies.",
|
||||
},
|
||||
id: "5", title: "What certifications will I get?", content:
|
||||
"You'll earn internationally recognized certifications along with our course completion certificate. We're recognized by leading industry bodies."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What's the fee structure?",
|
||||
content:
|
||||
"Our courses are affordably priced with flexible payment options. Contact us for detailed pricing and any available scholarships or early-bird discounts.",
|
||||
},
|
||||
id: "6", title: "What's the fee structure?", content:
|
||||
"Our courses are affordably priced with flexible payment options. Contact us for detailed pricing and any available scholarships or early-bird discounts."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Everything you need to know about Adsin's courses and placement programs"
|
||||
textPosition="left"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -120,38 +95,24 @@ export default function PlacementsPage() {
|
||||
description="Connect with our team to learn more about our courses, placement opportunities, and how Adsin can transform your career."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Full Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: false,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: false,
|
||||
},
|
||||
{
|
||||
name: "course",
|
||||
type: "text",
|
||||
placeholder: "Course Interested In",
|
||||
required: false,
|
||||
name: "course", type: "text", placeholder: "Course Interested In", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your goals and interests...",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Tell us about your goals and interests...", rows: 5,
|
||||
required: false,
|
||||
}}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-executives-discussing-digital-tablet_107420-65748.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-executives-discussing-digital-tablet_107420-65748.jpg"
|
||||
imageAlt="Get in touch with Adsin"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -165,66 +126,39 @@ export default function PlacementsPage() {
|
||||
copyrightText="© 2025 Adsin Learning Hub. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Courses",
|
||||
href: "/courses",
|
||||
},
|
||||
label: "Courses", href: "/courses"},
|
||||
{
|
||||
label: "Placements",
|
||||
href: "/placements",
|
||||
},
|
||||
label: "Placements", href: "/placements"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Courses",
|
||||
items: [
|
||||
title: "Courses", items: [
|
||||
{
|
||||
label: "Digital Marketing",
|
||||
href: "/courses",
|
||||
},
|
||||
label: "Digital Marketing", href: "/courses"},
|
||||
{
|
||||
label: "Graphic Designing",
|
||||
href: "/courses",
|
||||
},
|
||||
label: "Graphic Designing", href: "/courses"},
|
||||
{
|
||||
label: "Multimedia Design",
|
||||
href: "/courses",
|
||||
},
|
||||
label: "Multimedia Design", href: "/courses"},
|
||||
{
|
||||
label: "Web Development",
|
||||
href: "/courses",
|
||||
},
|
||||
label: "Web Development", href: "/courses"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Email Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Email Us", href: "#contact"},
|
||||
{
|
||||
label: "Call: +91 89211 89174",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Call: +91 89211 89174", href: "#contact"},
|
||||
{
|
||||
label: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Visit Us", href: "#contact"},
|
||||
{
|
||||
label: "Career With Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Career With Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user