diff --git a/new-dti-website/public/images/course-hero.png b/new-dti-website/public/images/course-hero.png new file mode 100644 index 000000000..c56d97e76 Binary files /dev/null and b/new-dti-website/public/images/course-hero.png differ diff --git a/new-dti-website/src/app/course/page.tsx b/new-dti-website/src/app/course/page.tsx index 544fc5716..4c135cd48 100644 --- a/new-dti-website/src/app/course/page.tsx +++ b/new-dti-website/src/app/course/page.tsx @@ -23,6 +23,7 @@ import DDProjects from '../../../components/course/DDProjects'; import { TestimonialCardProps } from '../../../components/course/TestimonialCard'; import SectionWrapper from '../../../components/hoc/SectionWrapper'; import useTitle from '../../hooks/useTitle'; +import Hero from '@/components/hero'; //* DATA const { key_experiences } = experiencesData; @@ -61,37 +62,16 @@ export default function Courses() { setSelectedMember(undefined); }} > - {/* Hero Section */} -
-
- -
-
-
-

- OUR
- COURSE -

-
-
- -
-

- Teaching the community -

-

- A project team is meant, above all, to be a learning experience. Given our - mission of community impact, we want to help everyone learn and grow through our - training course in product development. -

-
-
-
-
-
+ {/* WRAPPER */}
- {/* -
-
-

- OUR PRODUCTS -

-
-
-

- Real impact -

-

- Each of our projects address an unfulfilled need that exists in our community using - human-centered design and software engineering. -

-
-
-
*/}