From a817105e6675451bdead195f641fb2cdd0d7e0e7 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 2 Feb 2026 09:44:50 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 82 ++++++++++-------------------------------- 1 file changed, 19 insertions(+), 63 deletions(-) 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() { Date: Mon, 2 Feb 2026 09:44:51 +0000 Subject: [PATCH 2/6] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 15e8465..7d90533 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -56,7 +56,8 @@ export default function BlogPage() { const url = `${apiUrl}/posts/${projectId}?status=published`; const response = await fetch(url, { method: "GET", headers: { - "Content-Type": "application/json"}, + "Content-Type": "application/json" + }, }); if (response.ok) { From dc544d36f1e33221738055f5e9bfa911faec0e24 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 2 Feb 2026 09:44:52 +0000 Subject: [PATCH 3/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 51 +++++++++++----------------------------- 1 file changed, 14 insertions(+), 37 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 158f613..8c21cdf 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -32,8 +32,7 @@ export default function ContactPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "Enroll Now", - href: "/contact" + text: "Enroll Now", href: "/contact" }} /> @@ -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() { Date: Mon, 2 Feb 2026 09:44:53 +0000 Subject: [PATCH 4/6] Update src/app/courses/page.tsx --- src/app/courses/page.tsx | 107 +++++++++------------------------------ 1 file changed, 24 insertions(+), 83 deletions(-) diff --git a/src/app/courses/page.tsx b/src/app/courses/page.tsx index d7f34ac..5d8ded1 100644 --- a/src/app/courses/page.tsx +++ b/src/app/courses/page.tsx @@ -33,8 +33,7 @@ export default function CoursesPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "Enroll Now", - href: "/contact" + text: "Enroll Now", href: "/contact" }} /> @@ -43,64 +42,28 @@ export default function CoursesPage() { Date: Mon, 2 Feb 2026 09:44:54 +0000 Subject: [PATCH 5/6] Update src/app/layout.tsx --- src/app/layout.tsx | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6437c61..c9756aa 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,32 +3,19 @@ import { DM_Sans } from "next/font/google"; import "./globals.css"; const dmSans = DM_Sans({ - variable: "--font-dm-sans", - subsets: ["latin"], + variable: "--font-dm-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "TechAcademy - Master In-Demand Tech Skills", - description: "Learn web development, Python, data science, and cybersecurity from industry experts. 95% job placement rate. Enroll today!", - keywords: "IT academy, coding courses, programming bootcamp, tech training, online learning, web development, Python, data science", - openGraph: { - title: "TechAcademy - Master In-Demand Tech Skills", - description: "Learn web development, Python, data science, and cybersecurity from industry experts. 95% job placement rate.", - url: "https://techacademy.io", - siteName: "TechAcademy", - type: "website", - images: [ + title: "TechAcademy - Master In-Demand Tech Skills", description: "Learn web development, Python, data science, and cybersecurity from industry experts. 95% job placement rate. Enroll today!", keywords: "IT academy, coding courses, programming bootcamp, tech training, online learning, web development, Python, data science", openGraph: { + title: "TechAcademy - Master In-Demand Tech Skills", description: "Learn web development, Python, data science, and cybersecurity from industry experts. 95% job placement rate.", url: "https://techacademy.io", siteName: "TechAcademy", type: "website", images: [ { - url: "https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010130.jpg", - alt: "TechAcademy - IT Training" + url: "https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010130.jpg", alt: "TechAcademy - IT Training" } ] }, twitter: { - card: "summary_large_image", - title: "TechAcademy - Master In-Demand Tech Skills", - description: "Learn web development, Python, data science, and cybersecurity. 95% job placement rate.", - images: ["https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010130.jpg"] + card: "summary_large_image", title: "TechAcademy - Master In-Demand Tech Skills", description: "Learn web development, Python, data science, and cybersecurity. 95% job placement rate.", images: ["https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010130.jpg"] }, robots: { index: true, From 32c4771515e9bfef039b1d96abd588d12cbf9216 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 2 Feb 2026 09:44:55 +0000 Subject: [PATCH 6/6] Update src/app/page.tsx --- src/app/page.tsx | 115 ++++++++++++----------------------------------- 1 file changed, 28 insertions(+), 87 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a9fa78..78135dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,8 +35,7 @@ export default function HomePage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "Enroll Now", - href: "/contact" + text: "Enroll Now", href: "/contact" }} /> @@ -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() {