diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 3cad3f9..32796b3 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -33,8 +33,7 @@ export default function AboutPage() {
{ name: "Contact", id: "/contact" }
]}
button={{
- text: "Enroll Now",
- href: "/contact"
+ text: "Enroll Now", href: "/contact"
}}
/>
@@ -43,40 +42,22 @@ export default function AboutPage() {
@@ -43,25 +42,18 @@ export default function ContactPage() {
ctaTitle="Ready to Start Learning?"
ctaDescription="Join thousands of students already transforming their tech careers with TechAcademy."
ctaButton={{
- text: "Enroll Today",
- href: "#contact"
+ text: "Enroll Today", href: "#contact"
}}
ctaIcon={CheckCircle}
faqs={[
{
- id: "1",
- title: "How do I enroll in a course?",
- content: "Simply click the 'Enroll Now' button, choose your course, and complete the registration. You'll get instant access to course materials."
+ id: "1", title: "How do I enroll in a course?", content: "Simply click the 'Enroll Now' button, choose your course, and complete the registration. You'll get instant access to course materials."
},
{
- id: "2",
- title: "What if I'm not satisfied with my course?",
- content: "We offer a 30-day money-back guarantee if you're not completely satisfied with your learning experience."
+ id: "2", title: "What if I'm not satisfied with my course?", content: "We offer a 30-day money-back guarantee if you're not completely satisfied with your learning experience."
},
{
- id: "3",
- title: "Can I switch courses after enrollment?",
- content: "Yes! You can request a course change within the first 14 days of enrollment at no additional cost."
+ id: "3", title: "Can I switch courses after enrollment?", content: "Yes! You can request a course change within the first 14 days of enrollment at no additional cost."
}
]}
useInvertedBackground="noInvert"
@@ -73,34 +65,22 @@ export default function ContactPage() {
@@ -43,64 +42,28 @@ export default function CoursesPage() {
@@ -51,16 +50,13 @@ export default function HomePage() {
]}
slides={[
{
- imageSrc: "https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010130.jpg",
- imageAlt: "Programming and coding education"
+ imageSrc: "https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010130.jpg", imageAlt: "Programming and coding education"
},
{
- imageSrc: "https://img.b2bpic.net/free-photo/system-engineers-celebrating-successful-code-compiling-doing-high-five-hand-gesture-with-colleague-coder-analyzing-algorithm-multiple-screens-takes-off-glasses-congratulates-coworker_482257-41855.jpg",
- imageAlt: "Tech training and learning"
+ imageSrc: "https://img.b2bpic.net/free-photo/system-engineers-celebrating-successful-code-compiling-doing-high-five-hand-gesture-with-colleague-coder-analyzing-algorithm-multiple-screens-takes-off-glasses-congratulates-coworker_482257-41855.jpg", imageAlt: "Tech training and learning"
},
{
- imageSrc: "https://img.b2bpic.net/free-photo/person-working-html-computer_23-2150038840.jpg",
- imageAlt: "IT academy classroom"
+ imageSrc: "https://img.b2bpic.net/free-photo/person-working-html-computer_23-2150038840.jpg", imageAlt: "IT academy classroom"
}
]}
autoplayDelay={5000}
@@ -73,9 +69,7 @@ export default function HomePage() {
features={[
{
id: 1,
- title: "Expert Instructors",
- description: "Learn from experienced professionals with 10+ years in the tech industry. Our instructors bring real-world insights and practical knowledge to every lesson.",
- phoneOne: {
+ title: "Expert Instructors", description: "Learn from experienced professionals with 10+ years in the tech industry. Our instructors bring real-world insights and practical knowledge to every lesson.", phoneOne: {
imageSrc: "https://img.b2bpic.net/free-photo/caucasian-software-developer-signaling-screen-data-breach-deactivated-security-system-tech-engineer-observing-multiple-system-security-breaches-caused-by-overloaded-storage-servers_482257-40529.jpg"
},
phoneTwo: {
@@ -84,9 +78,7 @@ export default function HomePage() {
},
{
id: 2,
- title: "Flexible Learning",
- description: "Study at your own pace with self-paced courses, live sessions, and recorded content. Access materials anytime, anywhere on any device.",
- phoneOne: {
+ title: "Flexible Learning", description: "Study at your own pace with self-paced courses, live sessions, and recorded content. Access materials anytime, anywhere on any device.", phoneOne: {
imageSrc: "https://img.b2bpic.net/free-photo/informational-agency-multiracial-tech-engineers-programming-application-while-using-computer-cyber-security-company-developers-encrypting-cloud-processing-data-system-using-blockchain-technology_482257-40527.jpg"
},
phoneTwo: {
@@ -95,9 +87,7 @@ export default function HomePage() {
},
{
id: 3,
- title: "Career Support",
- description: "Get job placement assistance, resume reviews, and interview coaching. Our alumni network opens doors to exciting career opportunities.",
- phoneOne: {
+ title: "Career Support", description: "Get job placement assistance, resume reviews, and interview coaching. Our alumni network opens doors to exciting career opportunities.", phoneOne: {
imageSrc: "https://img.b2bpic.net/free-photo/software-programer-pointing-pencil-source-code-computer-screen-explaining-algorithm-coworker-standing-desk-programmers-discussing-online-cloud-computing-with-team_482257-33535.jpg"
},
phoneTwo: {
@@ -117,44 +107,20 @@ export default function HomePage() {