Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-04-16 05:59:11 +00:00

View File

@@ -35,14 +35,14 @@ export default function LandingPage() {
{ name: "Timeline", id: "#timeline" },
{ name: "Apply", id: "#contact" },
]}
brandName="CMS Admissions"
brandName="Inspire Admissions"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{ variant: "plain" }}
title="Mobile Repairing Skill Program"
title="Inspire Mobile Repairing Skill Program"
description="Master the art of mobile repair with our hands-on 2-month intensive training program. Learn essential diagnostics, hardware repair, and software troubleshooting from industry experts."
tag="Admissions Open for 2025"
mediaItems={[
@@ -60,11 +60,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
title="Program Details"
description="Gain practical experience at our well-equipped training center. This comprehensive two-month program is designed for students seeking a career in the rapidly growing mobile technology sector."
description="Gain practical experience at our well-equipped training center. This comprehensive two-month program is designed for students seeking a career in the rapidly growing mobile technology sector at Inspire Institute."
bulletPoints={[
{ title: "Duration", description: "2 Months of intensive practical training." },
{ title: "Investment", description: "Program fee: 25,000 Rupees." },
{ title: "Location", description: "Chandni mobile market, opposite Oppo service center, Lahwish plaza, first floor, Saddar, Hyderabad, Sindh." },
{ title: "Location", description: "Inspire Institute, Chandni mobile market, opposite Oppo service center, Lahwish plaza, first floor, Saddar, Hyderabad, Sindh." },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CQTjukAQhF3kvPjXuEYMpKdMhJ/uploaded-1776319038441-npwp4jsp.jpg?_wi=2"
/>
@@ -82,7 +82,7 @@ export default function LandingPage() {
{ title: "Software Flashing", description: "Master software debugging, OS updates, and unlocking protocols.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w85w3c" },
]}
title="What You Will Learn"
description="Acquire the most in-demand skills in the mobile repair industry."
description="Acquire the most in-demand skills in the mobile repair industry at Inspire."
/>
</div>
@@ -95,10 +95,10 @@ export default function LandingPage() {
metrics={[
{ id: "1", value: "2 Months", description: "Full Program Duration" },
{ id: "2", value: "25,000", description: "Course Fee (PKR)" },
{ id: "3", value: "Saddar", description: "Training Center Location" },
{ id: "3", value: "Saddar", description: "Training Center Location (Hyderabad)" },
]}
title="Course Overview"
description="Quick facts about our upcoming mobile technology program."
description="Quick facts about our upcoming mobile technology program at Inspire."
/>
</div>
@@ -111,7 +111,7 @@ export default function LandingPage() {
{ id: "2", title: "Practical", quote: "The hands-on approach made all the difference. I feel very confident now.", name: "Marcus T.", role: "Alumni" },
]}
title="Student Experiences"
description="Hear from our graduates who have launched successful careers."
description="Hear from our graduates who have launched successful careers via Inspire."
/>
</div>
@@ -119,9 +119,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{ id: "1", title: "Are tools provided?", content: "Yes, all necessary tools and equipment are provided during training sessions." },
{ id: "1", title: "Are tools provided?", content: "Yes, all necessary tools and equipment are provided during training sessions at Inspire." },
{ id: "2", title: "Is a certificate provided?", content: "Yes, a completion certificate is awarded upon successful assessment at the end of the program." },
{ id: "3", title: "How can I enroll?", content: "Contact us via the form below or visit us directly at the Chandni mobile market address provided." },
{ id: "3", title: "How can I enroll?", content: "Contact us via the form below or visit us directly at the Inspire Institute address in Saddar, Hyderabad." },
]}
sideTitle="Frequently Asked Questions"
faqsAnimation="slide-up"
@@ -132,7 +132,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={false}
title="Start Your Training"
description="Ready to begin your journey in mobile repairing? Sign up today to secure your spot."
description="Ready to begin your journey in mobile repairing at Inspire? Sign up today to secure your spot."
inputs={[
{ name: "fullName", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
@@ -146,10 +146,10 @@ export default function LandingPage() {
columns={[
{ items: [{ label: "Admissions", href: "#contact" }, { label: "Programs", href: "#features" }] },
]}
logoText="CMS"
logoText="Inspire"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}