Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -44,19 +44,13 @@ export default function ContactPage() {
|
||||
accordionAnimationType="smooth"
|
||||
faqs={[
|
||||
{
|
||||
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."
|
||||
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."
|
||||
},
|
||||
{
|
||||
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."
|
||||
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."
|
||||
},
|
||||
{
|
||||
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."
|
||||
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."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -67,8 +61,7 @@ export default function ContactPage() {
|
||||
copyrightText="© 2025 Engineer IT School. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Programs",
|
||||
items: [
|
||||
title: "Programs", items: [
|
||||
{ label: "Web Development", href: "courses" },
|
||||
{ label: "Mobile Development", href: "courses" },
|
||||
{ label: "Data Science", href: "courses" },
|
||||
@@ -76,8 +69,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "about" },
|
||||
{ label: "Team", href: "instructors" },
|
||||
{ label: "Blog", href: "blog" },
|
||||
@@ -85,8 +77,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "FAQ", href: "faq" },
|
||||
{ label: "Contact Us", href: "contact" },
|
||||
{ label: "Alumni", href: "alumni" },
|
||||
@@ -97,4 +88,4 @@ export default function ContactPage() {
|
||||
/>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,46 +42,22 @@ export default function CoursesPage() {
|
||||
tagIcon={Sparkles}
|
||||
features={[
|
||||
{
|
||||
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: [
|
||||
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: [
|
||||
{ text: "Learn More", href: "courses" }
|
||||
]
|
||||
},
|
||||
{
|
||||
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: [
|
||||
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: [
|
||||
{ text: "Learn More", href: "courses" }
|
||||
]
|
||||
},
|
||||
{
|
||||
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: [
|
||||
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: [
|
||||
{ text: "Learn More", href: "courses" }
|
||||
]
|
||||
},
|
||||
{
|
||||
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: [
|
||||
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: [
|
||||
{ text: "Learn More", href: "courses" }
|
||||
]
|
||||
}
|
||||
@@ -104,25 +80,13 @@ export default function CoursesPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
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"
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -133,8 +97,7 @@ export default function CoursesPage() {
|
||||
copyrightText="© 2025 Engineer IT School. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Programs",
|
||||
items: [
|
||||
title: "Programs", items: [
|
||||
{ label: "Web Development", href: "courses" },
|
||||
{ label: "Mobile Development", href: "courses" },
|
||||
{ label: "Data Science", href: "courses" },
|
||||
@@ -142,8 +105,7 @@ export default function CoursesPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "about" },
|
||||
{ label: "Team", href: "instructors" },
|
||||
{ label: "Blog", href: "blog" },
|
||||
@@ -151,8 +113,7 @@ export default function CoursesPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "FAQ", href: "faq" },
|
||||
{ label: "Contact Us", href: "contact" },
|
||||
{ label: "Alumni", href: "alumni" },
|
||||
@@ -163,4 +124,4 @@ export default function CoursesPage() {
|
||||
/>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,21 +4,21 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #fcf6ec;;
|
||||
--card: #f3ede2;;
|
||||
--foreground: #2e2521;;
|
||||
--primary-cta: #2e2521;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #b2a28b;;
|
||||
--background-accent: #b2a28b;; */
|
||||
/* --background: #fffaf5;;
|
||||
--card: #fff5e6;;
|
||||
--foreground: #331a00;;
|
||||
--primary-cta: #e63946;;
|
||||
--secondary-cta: #ffd700;;
|
||||
--accent: #ff6b35;;
|
||||
--background-accent: #ffe5cc;; */
|
||||
|
||||
--background: #fcf6ec;;
|
||||
--card: #f3ede2;;
|
||||
--foreground: #2e2521;;
|
||||
--primary-cta: #2e2521;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #b2a28b;;
|
||||
--background-accent: #b2a28b;;
|
||||
--background: #fffaf5;;
|
||||
--card: #fff5e6;;
|
||||
--foreground: #331a00;;
|
||||
--primary-cta: #e63946;;
|
||||
--secondary-cta: #ffd700;;
|
||||
--accent: #ff6b35;;
|
||||
--background-accent: #ffe5cc;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
@@ -45,32 +45,15 @@ export default function InstructorsPage() {
|
||||
animationType="slide-up"
|
||||
groups={[
|
||||
{
|
||||
id: "core-team",
|
||||
groupTitle: "Core Instructors",
|
||||
members: [
|
||||
id: "core-team", groupTitle: "Core Instructors", members: [
|
||||
{
|
||||
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"
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -87,29 +70,19 @@ export default function InstructorsPage() {
|
||||
animationType="smooth"
|
||||
faqs={[
|
||||
{
|
||||
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."
|
||||
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."
|
||||
},
|
||||
{
|
||||
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."
|
||||
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."
|
||||
},
|
||||
{
|
||||
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."
|
||||
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."
|
||||
},
|
||||
{
|
||||
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."
|
||||
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."
|
||||
},
|
||||
{
|
||||
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."
|
||||
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."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -120,8 +93,7 @@ export default function InstructorsPage() {
|
||||
copyrightText="© 2025 Engineer IT School. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Programs",
|
||||
items: [
|
||||
title: "Programs", items: [
|
||||
{ label: "Web Development", href: "courses" },
|
||||
{ label: "Mobile Development", href: "courses" },
|
||||
{ label: "Data Science", href: "courses" },
|
||||
@@ -129,8 +101,7 @@ export default function InstructorsPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "about" },
|
||||
{ label: "Team", href: "instructors" },
|
||||
{ label: "Blog", href: "blog" },
|
||||
@@ -138,8 +109,7 @@ export default function InstructorsPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "FAQ", href: "faq" },
|
||||
{ label: "Contact Us", href: "contact" },
|
||||
{ label: "Alumni", href: "alumni" },
|
||||
@@ -150,4 +120,4 @@ export default function InstructorsPage() {
|
||||
/>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,30 +5,20 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const cormorantGaramond = Cormorant_Garamond({
|
||||
variable: "--font-cormorant-garamond",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-cormorant-garamond", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
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"),
|
||||
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"),
|
||||
alternates: {
|
||||
canonical: "https://engineer-itschool.com"
|
||||
},
|
||||
openGraph: {
|
||||
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"
|
||||
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"
|
||||
},
|
||||
twitter: {
|
||||
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."
|
||||
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."
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1271,4 +1261,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,16 +45,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: "coding programming software development technology"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010130.jpg", imageAlt: "coding programming software development technology"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511027.jpg",
|
||||
imageAlt: "classroom learning students education training"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511027.jpg", imageAlt: "classroom learning students education training"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/html-css-collage-concept-with-person_23-2150062004.jpg",
|
||||
imageAlt: "computer laptop tech workspace innovation"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/html-css-collage-concept-with-person_23-2150062004.jpg", imageAlt: "computer laptop tech workspace innovation"
|
||||
}
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
@@ -87,40 +84,16 @@ export default function HomePage() {
|
||||
useInvertedBackground="noInvert"
|
||||
testimonials={[
|
||||
{
|
||||
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"
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -131,8 +104,7 @@ export default function HomePage() {
|
||||
copyrightText="© 2025 Engineer IT School. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Programs",
|
||||
items: [
|
||||
title: "Programs", items: [
|
||||
{ label: "Web Development", href: "courses" },
|
||||
{ label: "Mobile Development", href: "courses" },
|
||||
{ label: "Data Science", href: "courses" },
|
||||
@@ -140,8 +112,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "about" },
|
||||
{ label: "Team", href: "instructors" },
|
||||
{ label: "Blog", href: "blog" },
|
||||
@@ -149,8 +120,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "FAQ", href: "faq" },
|
||||
{ label: "Contact Us", href: "contact" },
|
||||
{ label: "Alumni", href: "alumni" },
|
||||
@@ -161,4 +131,4 @@ export default function HomePage() {
|
||||
/>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user