7 Commits

Author SHA1 Message Date
eb52654df5 Merge version_2 into main
Merge version_2 into main
2026-01-16 12:56:52 +00:00
b5f53ba8de Update src/app/page.tsx 2026-01-16 12:56:47 +00:00
7ecea6942e Update src/app/layout.tsx 2026-01-16 12:56:46 +00:00
7690a17215 Update src/app/instructors/page.tsx 2026-01-16 12:56:45 +00:00
307a82f487 Update src/app/globals.css 2026-01-16 12:56:45 +00:00
6a91b0453f Update src/app/courses/page.tsx 2026-01-16 12:56:44 +00:00
8f156f8982 Update src/app/contact/page.tsx 2026-01-16 12:56:43 +00:00
6 changed files with 61 additions and 179 deletions

View File

@@ -44,19 +44,13 @@ export default function ContactPage() {
accordionAnimationType="smooth" accordionAnimationType="smooth"
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "How do I apply?", content: "Applications are simple and quick. Visit our application portal, fill out basic information, take a brief assessment, and schedule an interview with our admissions team. Most decisions are made within 48 hours."
title: "How do I apply?",
content: "Applications are simple and quick. Visit our application portal, fill out basic information, take a brief assessment, and schedule an interview with our admissions team. Most decisions are made within 48 hours."
}, },
{ {
id: "2", id: "2", title: "When are the next cohorts starting?", content: "We offer rolling admissions with cohorts starting every month. New Full Stack programs begin on the 1st of each month, with Mobile Development starting mid-month and Data Science programs available on rotating schedules."
title: "When are the next cohorts starting?",
content: "We offer rolling admissions with cohorts starting every month. New Full Stack programs begin on the 1st of each month, with Mobile Development starting mid-month and Data Science programs available on rotating schedules."
}, },
{ {
id: "3", id: "3", title: "What happens after I enroll?", content: "After enrollment, you'll receive pre-course materials, get access to our learning platform, join the student community, and have your first orientation meeting scheduled. You'll also be paired with a peer mentor."
title: "What happens after I enroll?",
content: "After enrollment, you'll receive pre-course materials, get access to our learning platform, join the student community, and have your first orientation meeting scheduled. You'll also be paired with a peer mentor."
} }
]} ]}
/> />
@@ -67,8 +61,7 @@ export default function ContactPage() {
copyrightText="© 2025 Engineer IT School. All rights reserved." copyrightText="© 2025 Engineer IT School. All rights reserved."
columns={[ columns={[
{ {
title: "Programs", title: "Programs", items: [
items: [
{ label: "Web Development", href: "courses" }, { label: "Web Development", href: "courses" },
{ label: "Mobile Development", href: "courses" }, { label: "Mobile Development", href: "courses" },
{ label: "Data Science", href: "courses" }, { label: "Data Science", href: "courses" },
@@ -76,8 +69,7 @@ export default function ContactPage() {
] ]
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About", href: "about" }, { label: "About", href: "about" },
{ label: "Team", href: "instructors" }, { label: "Team", href: "instructors" },
{ label: "Blog", href: "blog" }, { label: "Blog", href: "blog" },
@@ -85,8 +77,7 @@ export default function ContactPage() {
] ]
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ label: "FAQ", href: "faq" }, { label: "FAQ", href: "faq" },
{ label: "Contact Us", href: "contact" }, { label: "Contact Us", href: "contact" },
{ label: "Alumni", href: "alumni" }, { label: "Alumni", href: "alumni" },
@@ -97,4 +88,4 @@ export default function ContactPage() {
/> />
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -42,46 +42,22 @@ export default function CoursesPage() {
tagIcon={Sparkles} tagIcon={Sparkles}
features={[ features={[
{ {
id: "1", id: "1", title: "Web Development", description: "Master frontend and backend technologies including React, Node.js, and modern frameworks", tag: "Full Stack", imageSrc: "https://img.b2bpic.net/free-photo/html-css-collage-concept_23-2150061960.jpg", imageAlt: "web development coding HTML CSS JavaScript", buttons: [
title: "Web Development",
description: "Master frontend and backend technologies including React, Node.js, and modern frameworks",
tag: "Full Stack",
imageSrc: "https://img.b2bpic.net/free-photo/html-css-collage-concept_23-2150061960.jpg",
imageAlt: "web development coding HTML CSS JavaScript",
buttons: [
{ text: "Learn More", href: "courses" } { text: "Learn More", href: "courses" }
] ]
}, },
{ {
id: "2", id: "2", title: "Mobile Application Development", description: "Build native and cross-platform applications for iOS and Android with industry best practices", tag: "Mobile First", imageSrc: "https://img.b2bpic.net/free-photo/people-working-with-ai-operated-devices_23-2151922479.jpg", imageAlt: "mobile app iOS Android development design", buttons: [
title: "Mobile Application Development",
description: "Build native and cross-platform applications for iOS and Android with industry best practices",
tag: "Mobile First",
imageSrc: "https://img.b2bpic.net/free-photo/people-working-with-ai-operated-devices_23-2151922479.jpg",
imageAlt: "mobile app iOS Android development design",
buttons: [
{ text: "Learn More", href: "courses" } { text: "Learn More", href: "courses" }
] ]
}, },
{ {
id: "3", id: "3", title: "Data Science & AI", description: "Explore machine learning, data analytics, and artificial intelligence with hands-on projects", tag: "Advanced", imageSrc: "https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010127.jpg", imageAlt: "data science analytics Python machine learning AI", buttons: [
title: "Data Science & AI",
description: "Explore machine learning, data analytics, and artificial intelligence with hands-on projects",
tag: "Advanced",
imageSrc: "https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010127.jpg",
imageAlt: "data science analytics Python machine learning AI",
buttons: [
{ text: "Learn More", href: "courses" } { text: "Learn More", href: "courses" }
] ]
}, },
{ {
id: "4", id: "4", title: "Cloud & DevOps", description: "Learn cloud deployment, containerization, and infrastructure automation on AWS and Azure", tag: "Cloud", imageSrc: "https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010129.jpg", imageAlt: "cloud computing AWS database server infrastructure", buttons: [
title: "Cloud & DevOps",
description: "Learn cloud deployment, containerization, and infrastructure automation on AWS and Azure",
tag: "Cloud",
imageSrc: "https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010129.jpg",
imageAlt: "cloud computing AWS database server infrastructure",
buttons: [
{ text: "Learn More", href: "courses" } { text: "Learn More", href: "courses" }
] ]
} }
@@ -104,25 +80,13 @@ export default function CoursesPage() {
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
products={[ products={[
{ {
id: "1", id: "1", name: "Full Stack Web Development", price: "6-Week Intensive", imageSrc: "https://img.b2bpic.net/free-photo/team-database-admins-analyzing-source-code-wall-screen-tv-comparing-errors-using-digital-tablet-busy-server-room-two-cloud-programers-debugging-algorithm-software-innovation-office_482257-43976.jpg", imageAlt: "Full Stack Web Development Course"
name: "Full Stack Web Development",
price: "6-Week Intensive",
imageSrc: "https://img.b2bpic.net/free-photo/team-database-admins-analyzing-source-code-wall-screen-tv-comparing-errors-using-digital-tablet-busy-server-room-two-cloud-programers-debugging-algorithm-software-innovation-office_482257-43976.jpg",
imageAlt: "Full Stack Web Development Course"
}, },
{ {
id: "2", id: "2", name: "Mobile App Mastery", price: "8-Week Program", imageSrc: "https://img.b2bpic.net/free-photo/turned-gray-laptop-computer_400718-47.jpg", imageAlt: "Mobile App Development Course"
name: "Mobile App Mastery",
price: "8-Week Program",
imageSrc: "https://img.b2bpic.net/free-photo/turned-gray-laptop-computer_400718-47.jpg",
imageAlt: "Mobile App Development Course"
}, },
{ {
id: "3", id: "3", name: "Data Science Bootcamp", price: "10-Week Course", imageSrc: "https://img.b2bpic.net/free-photo/programming-background-collage_23-2149901771.jpg", imageAlt: "Data Science Bootcamp"
name: "Data Science Bootcamp",
price: "10-Week Course",
imageSrc: "https://img.b2bpic.net/free-photo/programming-background-collage_23-2149901771.jpg",
imageAlt: "Data Science Bootcamp"
} }
]} ]}
/> />
@@ -133,8 +97,7 @@ export default function CoursesPage() {
copyrightText="© 2025 Engineer IT School. All rights reserved." copyrightText="© 2025 Engineer IT School. All rights reserved."
columns={[ columns={[
{ {
title: "Programs", title: "Programs", items: [
items: [
{ label: "Web Development", href: "courses" }, { label: "Web Development", href: "courses" },
{ label: "Mobile Development", href: "courses" }, { label: "Mobile Development", href: "courses" },
{ label: "Data Science", href: "courses" }, { label: "Data Science", href: "courses" },
@@ -142,8 +105,7 @@ export default function CoursesPage() {
] ]
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About", href: "about" }, { label: "About", href: "about" },
{ label: "Team", href: "instructors" }, { label: "Team", href: "instructors" },
{ label: "Blog", href: "blog" }, { label: "Blog", href: "blog" },
@@ -151,8 +113,7 @@ export default function CoursesPage() {
] ]
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ label: "FAQ", href: "faq" }, { label: "FAQ", href: "faq" },
{ label: "Contact Us", href: "contact" }, { label: "Contact Us", href: "contact" },
{ label: "Alumni", href: "alumni" }, { label: "Alumni", href: "alumni" },
@@ -163,4 +124,4 @@ export default function CoursesPage() {
/> />
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -4,21 +4,21 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #fcf6ec;; /* --background: #fffaf5;;
--card: #f3ede2;; --card: #fff5e6;;
--foreground: #2e2521;; --foreground: #331a00;;
--primary-cta: #2e2521;; --primary-cta: #e63946;;
--secondary-cta: #ffffff;; --secondary-cta: #ffd700;;
--accent: #b2a28b;; --accent: #ff6b35;;
--background-accent: #b2a28b;; */ --background-accent: #ffe5cc;; */
--background: #fcf6ec;; --background: #fffaf5;;
--card: #f3ede2;; --card: #fff5e6;;
--foreground: #2e2521;; --foreground: #331a00;;
--primary-cta: #2e2521;; --primary-cta: #e63946;;
--secondary-cta: #ffffff;; --secondary-cta: #ffd700;;
--accent: #b2a28b;; --accent: #ff6b35;;
--background-accent: #b2a28b;; --background-accent: #ffe5cc;;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -45,32 +45,15 @@ export default function InstructorsPage() {
animationType="slide-up" animationType="slide-up"
groups={[ groups={[
{ {
id: "core-team", id: "core-team", groupTitle: "Core Instructors", members: [
groupTitle: "Core Instructors",
members: [
{ {
id: "1", id: "1", title: "David Martinez", subtitle: "Lead Instructor - Full Stack Development", detail: "david@engineer.edu", imageSrc: "https://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "David Martinez"
title: "David Martinez",
subtitle: "Lead Instructor - Full Stack Development",
detail: "david@engineer.edu",
imageSrc: "https://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg",
imageAlt: "David Martinez"
}, },
{ {
id: "2", id: "2", title: "Jennifer Liu", subtitle: "Senior Instructor - Mobile Development", detail: "jennifer@engineer.edu", imageSrc: "https://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "Jennifer Liu"
title: "Jennifer Liu",
subtitle: "Senior Instructor - Mobile Development",
detail: "jennifer@engineer.edu",
imageSrc: "https://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg",
imageAlt: "Jennifer Liu"
}, },
{ {
id: "3", id: "3", title: "Robert Thompson", subtitle: "Data Science & AI Specialist", detail: "robert@engineer.edu", imageSrc: "https://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", imageAlt: "Robert Thompson"
title: "Robert Thompson",
subtitle: "Data Science & AI Specialist",
detail: "robert@engineer.edu",
imageSrc: "https://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg",
imageAlt: "Robert Thompson"
} }
] ]
} }
@@ -87,29 +70,19 @@ export default function InstructorsPage() {
animationType="smooth" animationType="smooth"
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "What are the prerequisites for enrollment?", content: "Our programs are designed for beginners with no prior coding experience required. We do recommend basic computer literacy. Our pre-course materials help bring everyone up to speed."
title: "What are the prerequisites for enrollment?",
content: "Our programs are designed for beginners with no prior coding experience required. We do recommend basic computer literacy. Our pre-course materials help bring everyone up to speed."
}, },
{ {
id: "2", id: "2", title: "What is the time commitment?", content: "Full-time intensive programs run 40+ hours per week for 6-10 weeks depending on the course. Part-time options are available with flexible scheduling."
title: "What is the time commitment?",
content: "Full-time intensive programs run 40+ hours per week for 6-10 weeks depending on the course. Part-time options are available with flexible scheduling."
}, },
{ {
id: "3", id: "3", title: "Do you offer career support after graduation?", content: "Yes, we provide comprehensive career services including resume reviews, interview coaching, portfolio guidance, and job placement assistance. Our alumni network is actively growing."
title: "Do you offer career support after graduation?",
content: "Yes, we provide comprehensive career services including resume reviews, interview coaching, portfolio guidance, and job placement assistance. Our alumni network is actively growing."
}, },
{ {
id: "4", id: "4", title: "What is the job placement rate?", content: "Our graduates have an 92% job placement rate within 6 months. We track outcomes closely and continuously improve our curriculum based on industry demand."
title: "What is the job placement rate?",
content: "Our graduates have an 92% job placement rate within 6 months. We track outcomes closely and continuously improve our curriculum based on industry demand."
}, },
{ {
id: "5", id: "5", title: "Are there any financing options available?", content: "We offer flexible payment plans, income share agreements, and partnerships with financing companies. Scholarships are available for qualified candidates."
title: "Are there any financing options available?",
content: "We offer flexible payment plans, income share agreements, and partnerships with financing companies. Scholarships are available for qualified candidates."
} }
]} ]}
/> />
@@ -120,8 +93,7 @@ export default function InstructorsPage() {
copyrightText="© 2025 Engineer IT School. All rights reserved." copyrightText="© 2025 Engineer IT School. All rights reserved."
columns={[ columns={[
{ {
title: "Programs", title: "Programs", items: [
items: [
{ label: "Web Development", href: "courses" }, { label: "Web Development", href: "courses" },
{ label: "Mobile Development", href: "courses" }, { label: "Mobile Development", href: "courses" },
{ label: "Data Science", href: "courses" }, { label: "Data Science", href: "courses" },
@@ -129,8 +101,7 @@ export default function InstructorsPage() {
] ]
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About", href: "about" }, { label: "About", href: "about" },
{ label: "Team", href: "instructors" }, { label: "Team", href: "instructors" },
{ label: "Blog", href: "blog" }, { label: "Blog", href: "blog" },
@@ -138,8 +109,7 @@ export default function InstructorsPage() {
] ]
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ label: "FAQ", href: "faq" }, { label: "FAQ", href: "faq" },
{ label: "Contact Us", href: "contact" }, { label: "Contact Us", href: "contact" },
{ label: "Alumni", href: "alumni" }, { label: "Alumni", href: "alumni" },
@@ -150,4 +120,4 @@ export default function InstructorsPage() {
/> />
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -5,30 +5,20 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
const cormorantGaramond = Cormorant_Garamond({ const cormorantGaramond = Cormorant_Garamond({
variable: "--font-cormorant-garamond", variable: "--font-cormorant-garamond", subsets: ["latin"],
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"], weight: ["300", "400", "500", "600", "700"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Engineer IT School - Transform Your Tech Career", title: "Engineer IT School - Transform Your Tech Career", description: "Master web development, mobile apps, data science & cloud computing. Join Engineer's industry-aligned bootcamps with expert instructors and 92% job placement rate.", keywords: "coding bootcamp, software engineering, web development, data science, career training, IT school", metadataBase: new URL("https://engineer-itschool.com"),
description: "Master web development, mobile apps, data science & cloud computing. Join Engineer's industry-aligned bootcamps with expert instructors and 92% job placement rate.",
keywords: "coding bootcamp, software engineering, web development, data science, career training, IT school",
metadataBase: new URL("https://engineer-itschool.com"),
alternates: { alternates: {
canonical: "https://engineer-itschool.com" canonical: "https://engineer-itschool.com"
}, },
openGraph: { openGraph: {
title: "Engineer IT School - Launch Your Tech Career", title: "Engineer IT School - Launch Your Tech Career", description: "Industry-aligned coding bootcamps with hands-on learning, expert mentorship, and real-world job placement.", url: "https://engineer-itschool.com", siteName: "Engineer IT School", type: "website"
description: "Industry-aligned coding bootcamps with hands-on learning, expert mentorship, and real-world job placement.",
url: "https://engineer-itschool.com",
siteName: "Engineer IT School",
type: "website"
}, },
twitter: { twitter: {
card: "summary_large_image", card: "summary_large_image", title: "Engineer IT School - Your Path to Tech Success", description: "Transform your career with our comprehensive bootcamps in web development, mobile apps, and data science."
title: "Engineer IT School - Your Path to Tech Success",
description: "Transform your career with our comprehensive bootcamps in web development, mobile apps, and data science."
}, },
robots: { robots: {
index: true, index: true,
@@ -1271,4 +1261,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -45,16 +45,13 @@ export default function HomePage() {
]} ]}
slides={[ slides={[
{ {
imageSrc: "https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010130.jpg", imageSrc: "https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010130.jpg", imageAlt: "coding programming software development technology"
imageAlt: "coding programming software development technology"
}, },
{ {
imageSrc: "https://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511027.jpg", imageSrc: "https://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511027.jpg", imageAlt: "classroom learning students education training"
imageAlt: "classroom learning students education training"
}, },
{ {
imageSrc: "https://img.b2bpic.net/free-photo/html-css-collage-concept-with-person_23-2150062004.jpg", imageSrc: "https://img.b2bpic.net/free-photo/html-css-collage-concept-with-person_23-2150062004.jpg", imageAlt: "computer laptop tech workspace innovation"
imageAlt: "computer laptop tech workspace innovation"
} }
]} ]}
autoplayDelay={5000} autoplayDelay={5000}
@@ -87,40 +84,16 @@ export default function HomePage() {
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
testimonials={[ testimonials={[
{ {
id: "1", id: "1", title: "Career transformation in just 8 weeks", quote: "The Engineer program completely changed my trajectory. I went from zero coding experience to landing a junior developer role at a top tech company. The instructors were incredibly supportive and the curriculum was perfectly structured.", name: "Sarah Chen", role: "Junior Frontend Developer", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen"
title: "Career transformation in just 8 weeks",
quote: "The Engineer program completely changed my trajectory. I went from zero coding experience to landing a junior developer role at a top tech company. The instructors were incredibly supportive and the curriculum was perfectly structured.",
name: "Sarah Chen",
role: "Junior Frontend Developer",
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
imageAlt: "Sarah Chen"
}, },
{ {
id: "2", id: "2", title: "Industry-relevant skills that matter", quote: "What sets Engineer apart is how closely their curriculum aligns with what companies actually need. I applied the exact skills I learned on day one of my new job. The practical projects prepared me perfectly.", name: "Marcus Johnson", role: "Full Stack Engineer", imageSrc: "https://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Marcus Johnson"
title: "Industry-relevant skills that matter",
quote: "What sets Engineer apart is how closely their curriculum aligns with what companies actually need. I applied the exact skills I learned on day one of my new job. The practical projects prepared me perfectly.",
name: "Marcus Johnson",
role: "Full Stack Engineer",
imageSrc: "https://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
imageAlt: "Marcus Johnson"
}, },
{ {
id: "3", id: "3", title: "Mentorship that made the difference", quote: "The one-on-one mentorship I received was invaluable. My instructor helped me navigate challenges, code reviews, and interview preparation. That personal touch is what you don't get in other programs.", name: "Emma Rodriguez", role: "Data Scientist", imageSrc: "https://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", imageAlt: "Emma Rodriguez"
title: "Mentorship that made the difference",
quote: "The one-on-one mentorship I received was invaluable. My instructor helped me navigate challenges, code reviews, and interview preparation. That personal touch is what you don't get in other programs.",
name: "Emma Rodriguez",
role: "Data Scientist",
imageSrc: "https://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
imageAlt: "Emma Rodriguez"
}, },
{ {
id: "4", id: "4", title: "A community that supports your growth", quote: "The peer network I built at Engineer is just as valuable as the technical skills. We still collaborate on projects and help each other grow professionally. It's more than a bootcamp, it's a launchpad.", name: "Alex Kumar", role: "DevOps Engineer", imageSrc: "https://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", imageAlt: "Alex Kumar"
title: "A community that supports your growth",
quote: "The peer network I built at Engineer is just as valuable as the technical skills. We still collaborate on projects and help each other grow professionally. It's more than a bootcamp, it's a launchpad.",
name: "Alex Kumar",
role: "DevOps Engineer",
imageSrc: "https://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg",
imageAlt: "Alex Kumar"
} }
]} ]}
/> />
@@ -131,8 +104,7 @@ export default function HomePage() {
copyrightText="© 2025 Engineer IT School. All rights reserved." copyrightText="© 2025 Engineer IT School. All rights reserved."
columns={[ columns={[
{ {
title: "Programs", title: "Programs", items: [
items: [
{ label: "Web Development", href: "courses" }, { label: "Web Development", href: "courses" },
{ label: "Mobile Development", href: "courses" }, { label: "Mobile Development", href: "courses" },
{ label: "Data Science", href: "courses" }, { label: "Data Science", href: "courses" },
@@ -140,8 +112,7 @@ export default function HomePage() {
] ]
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About", href: "about" }, { label: "About", href: "about" },
{ label: "Team", href: "instructors" }, { label: "Team", href: "instructors" },
{ label: "Blog", href: "blog" }, { label: "Blog", href: "blog" },
@@ -149,8 +120,7 @@ export default function HomePage() {
] ]
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ label: "FAQ", href: "faq" }, { label: "FAQ", href: "faq" },
{ label: "Contact Us", href: "contact" }, { label: "Contact Us", href: "contact" },
{ label: "Alumni", href: "alumni" }, { label: "Alumni", href: "alumni" },
@@ -161,4 +131,4 @@ export default function HomePage() {
/> />
</ThemeProvider> </ThemeProvider>
); );
} }