diff --git a/src/app/page.tsx b/src/app/page.tsx index e64330c..20203a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -101,18 +62,9 @@ export default function LandingPage() { title="Why Just Code?" description="We bridge the gap between academic theory and industry demands. Our curriculum is crafted by professionals to ensure you gain skills that matter from day one." bulletPoints={[ - { - title: "Industry-Ready", - description: "Learn the tools companies actually use every day.", - }, - { - title: "Mentorship", - description: "Get direct support from senior software engineers.", - }, - { - title: "Career Support", - description: "Resume workshops, mock interviews, and job placement.", - }, + { title: "Industry-Ready", description: "Learn the tools companies actually use every day." }, + { title: "Mentorship", description: "Get direct support from senior software engineers." }, + { title: "Career Support", description: "Resume workshops, mock interviews, and job placement." }, ]} imageSrc="http://img.b2bpic.net/free-photo/futuristic-view-school-classroom-with-state-art-architecture_23-2150906322.jpg" mediaAnimation="slide-up" @@ -125,30 +77,9 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={true} features={[ - { - title: "Core Foundations", - description: "Master data structures, algorithms, and logic.", - bentoComponent: "reveal-icon", - icon: Terminal, - imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-business-worker-using-laptop-working-office_839833-26507.jpg", - imageAlt: "coding desk setup clean", - }, - { - title: "Web Development", - description: "React, TypeScript, Node.js and more.", - bentoComponent: "reveal-icon", - icon: Globe, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg", - imageAlt: "students collaborating coding", - }, - { - title: "System Design", - description: "Scalable architectures for modern cloud apps.", - bentoComponent: "reveal-icon", - icon: Code2, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg", - imageAlt: "code syntax on screen", - }, + { title: "Core Foundations", description: "Master data structures, algorithms, and logic.", bentoComponent: "reveal-icon", icon: Terminal }, + { title: "Web Development", description: "React, TypeScript, Node.js and more.", bentoComponent: "reveal-icon", icon: Globe }, + { title: "System Design", description: "Scalable architectures for modern cloud apps.", bentoComponent: "reveal-icon", icon: Code2 }, ]} title="What You'll Learn" description="Our comprehensive curriculum covers everything from core fundamentals to advanced full-stack systems." @@ -157,59 +88,21 @@ export default function LandingPage() {