From 8e52124b1c3d8772e0c254be7ec359ceda05d184 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 21 Apr 2026 16:36:56 +0300 Subject: [PATCH 1/2] Bob AI: fix build error in src/App.tsx --- src/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 9ad5f09..6f84914 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -246,6 +246,7 @@ export default function App() { Date: Tue, 21 Apr 2026 13:37:29 +0000 Subject: [PATCH 2/2] Update src/App.tsx --- src/App.tsx | 287 ++++++++++------------------------------------------ 1 file changed, 51 insertions(+), 236 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 6f84914..cc323a8 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -18,26 +18,16 @@ export default function App() { logo="IT Academy" navItems={[ { - name: "About", - href: "#about", - }, + name: "About", href: "#about"}, { - name: "Features", - href: "#features", - }, + name: "Features", href: "#features"}, { - name: "Courses", - href: "#courses", - }, + name: "Courses", href: "#features"}, { - name: "Blog", - href: "#blog", - }, + name: "Blog", href: "#blog"}, ]} ctaButton={{ - text: "Apply Now", - href: "#contact", - }} + text: "Apply Now", href: "#contact"}} /> @@ -46,32 +36,16 @@ export default function App() { brand="Premier IT Academy" description="Accelerate your career in software engineering, data science, and cybersecurity with industry-leading mentors and project-based learning." primaryButton={{ - text: "Explore Courses", - href: "#features", - }} + text: "Explore Courses", href: "#features"}} secondaryButton={{ - text: "Contact Admissions", - href: "#contact", - }} + text: "Contact Admissions", href: "#contact"}} items={[ - { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-it-academy-hero-background--1776778242634-d2dcbe65.png?_wi=1", - }, - { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/software-engineering-collaborative-team--1776778251676-5f41a959.png?_wi=1", - }, - { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/futuristic-ai-and-machine-learning-visua-1776778258579-1d7d25db.png?_wi=1", - }, - { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/cybersecurity-data-stream-visualization--1776778271014-ee38a587.png", - }, - { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/cloud-computing-infrastructure-visualiza-1776778279591-ed3a597c.png", - }, - { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/modern-digital-interface-design-with-dat-1776778289452-5b65e90d.png", - }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-it-academy-hero-background--1776778242634-d2dcbe65.png" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/software-engineering-collaborative-team--1776778251676-5f41a959.png" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/futuristic-ai-and-machine-learning-visua-1776778258579-1d7d25db.png" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/cybersecurity-data-stream-visualization--1776778271014-ee38a587.png" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/cloud-computing-infrastructure-visualiza-1776778279591-ed3a597c.png" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/modern-digital-interface-design-with-dat-1776778289452-5b65e90d.png" }, ]} /> @@ -82,21 +56,9 @@ export default function App() { title="Bridge the Gap to Tech Success" description="We don't just teach code; we build the future generation of developers. Our immersive curriculum is designed by industry experts to provide hands-on experience with modern tech stacks." items={[ - { - icon: Code, - title: "Real World Projects", - description: "Work on actual production-level code repositories.", - }, - { - icon: Users, - title: "Expert Mentorship", - description: "1-on-1 guidance from top-tier software engineers.", - }, - { - icon: Zap, - title: "Career Readiness", - description: "CV workshops, interview prep, and networking events.", - }, + { icon: "Code", title: "Real World Projects", description: "Work on actual production-level code repositories." }, + { icon: "Users", title: "Expert Mentorship", description: "1-on-1 guidance from top-tier software engineers." }, + { icon: "Zap", title: "Career Readiness", description: "CV workshops, interview prep, and networking events." }, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/close-up-of-student-hands-on-a-laptop-ke-1776778299932-51e3b9fc.png" /> @@ -109,54 +71,21 @@ export default function App() { description="From foundation to mastery, our paths ensure you are job-ready from day one." features={[ { - title: "Software Architecture", - description: "Design scalable and robust systems.", - bentoComponent: "animated-bar-chart", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/professional-it-academy-hero-background--1776778242634-d2dcbe65.png?_wi=2", - imageAlt: "Professional IT academy hero background featuring high-tech abstract nodes and data lines in deep gr", + title: "Software Architecture", description: "Design scalable and robust systems.", bentoComponent: "animated-bar-chart" }, { - title: "Development Velocity", - description: "Tracking your growth over time.", - bentoComponent: "info-card-marquee", - items: [ - { - icon: Github, - label: "PRs Merged", - value: "1.2k", - }, - { - icon: Book, - label: "Modules", - value: "45", - }, - ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/software-engineering-collaborative-team--1776778251676-5f41a959.png?_wi=2", - imageAlt: "Professional IT academy hero background featuring high-tech abstract nodes and data lines in deep gr", + title: "Development Velocity", description: "Tracking your growth over time.", bentoComponent: "info-card-marquee", items: [ + { icon: "Github", label: "PRs Merged", value: "1.2k" }, + { icon: "Book", label: "Modules", value: "45" }, + ] }, { - title: "Career Support", - description: "Stay on track for your dream job.", - bentoComponent: "checklist-timeline", - heading: "Milestones", - subheading: "Complete each stage", - items: [ - { - label: "Portfolio Build", - detail: "Final polish", - }, - { - label: "Mock Interview", - detail: "Technical review", - }, - { - label: "Job Hunt", - detail: "Apply & Network", - }, + title: "Career Support", description: "Stay on track for your dream job.", bentoComponent: "checklist-timeline", heading: "Milestones", subheading: "Complete each stage", items: [ + { label: "Portfolio Build", detail: "Final polish" }, + { label: "Mock Interview", detail: "Technical review" }, + { label: "Job Hunt", detail: "Apply & Network" }, ], - completedLabel: "Hired!", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/futuristic-ai-and-machine-learning-visua-1776778258579-1d7d25db.png?_wi=2", - imageAlt: "Professional IT academy hero background featuring high-tech abstract nodes and data lines in deep gr", + completedLabel: "Hired!" }, ]} /> @@ -167,18 +96,9 @@ export default function App() { tag="Our Impact" title="Success by the Numbers" metrics={[ - { - value: "94%", - description: "Placement Rate", - }, - { - value: "15k+", - description: "Active Students", - }, - { - value: "500+", - description: "Hiring Partners", - }, + { value: "94%", description: "Placement Rate" }, + { value: "15k+", description: "Active Students" }, + { value: "500+", description: "Hiring Partners" }, ]} /> @@ -189,55 +109,16 @@ export default function App() { title="Transforming Careers Globally" description="Join our community of successful graduates working at world-class tech firms." testimonials={[ - { - name: "Alex Rivet", - role: "Full Stack Dev", - company: "Tech giants", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/diverse-professional-student-portrait-1776778308009-7bf22fac.png", - }, - { - name: "Sarah Chen", - role: "Data Analyst", - company: "GrowthCo", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/diverse-professional-student-portrait-1776778317389-bae10021.png", - }, - { - name: "Marcus Thorne", - role: "Security Engineer", - company: "ShieldCorp", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/diverse-professional-student-portrait-1776778329641-3056af45.png", - }, - { - name: "Elena Rossi", - role: "AI Specialist", - company: "NeuralLink", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/diverse-professional-student-portrait-1776778337660-7300a0fb.png", - }, - { - name: "James Bond", - role: "DevOps", - company: "SkyNet", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/diverse-professional-student-portrait-1776778348408-5c1f7812.png", - }, + { name: "Alex Rivet", role: "Full Stack Dev", company: "Tech giants", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/diverse-professional-student-portrait-1776778308009-7bf22fac.png" }, + { name: "Sarah Chen", role: "Data Analyst", company: "GrowthCo", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/diverse-professional-student-portrait-1776778317389-bae10021.png" }, + { name: "Marcus Thorne", role: "Security Engineer", company: "ShieldCorp", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/diverse-professional-student-portrait-1776778329641-3056af45.png" }, + { name: "Elena Rossi", role: "AI Specialist", company: "NeuralLink", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/diverse-professional-student-portrait-1776778337660-7300a0fb.png" }, + { name: "James Bond", role: "DevOps", company: "SkyNet", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/diverse-professional-student-portrait-1776778348408-5c1f7812.png" }, ]} metrics={[ - { - value: "4.9/5", - label: "Avg Rating", - }, - { - value: "100%", - label: "Satisfaction", - }, - { - value: "12+", - label: "Programs", - }, + { value: "4.9/5", label: "Avg Rating" }, + { value: "100%", label: "Satisfaction" }, + { value: "12+", label: "Programs" }, ]} /> @@ -246,24 +127,12 @@ export default function App() { @@ -272,35 +141,11 @@ export default function App() { @@ -321,46 +166,16 @@ export default function App() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A2kdHi1NSExmmN97qC0PBBxl6G/minimalist-server-room-background-with-s-1776778388302-338dc9cf.png" brand="IT Academy" columns={[ - { - title: "Academy", - items: [ - { - label: "About", - href: "#about", - }, - { - label: "Courses", - href: "#features", - }, - ], - }, - { - title: "Connect", - items: [ - { - label: "Blog", - href: "#blog", - }, - { - label: "Support", - href: "#contact", - }, - ], - }, + { title: "Academy", items: [{ label: "About", href: "#about" }, { label: "Courses", href: "#features" }] }, + { title: "Connect", items: [{ label: "Blog", href: "#blog" }, { label: "Support", href: "#contact" }] }, ]} copyright="© 2023 IT Academy. All rights reserved." links={[ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms of Service", - href: "#", - }, + { label: "Privacy Policy", href: "#" }, + { label: "Terms of Service", href: "#" }, ]} /> ); -} +} \ No newline at end of file -- 2.49.1