diff --git a/src/components/about-us/about-us.tsx b/src/components/about-us/about-us.tsx new file mode 100644 index 0000000..88ce73f --- /dev/null +++ b/src/components/about-us/about-us.tsx @@ -0,0 +1,23 @@ +import React from 'react'; + +export default function AboutUs() { + return ( +
+

+ ABOUT US +

+

+ Empowering great talent +

+

+ We bring together people who are passionate about React JS and{' '} +
+ it's ecosystem. We are a community of full-stack developers, + frontend developers and so much more +

+
+ ); +} diff --git a/src/pages/about/index.page.tsx b/src/pages/about/index.page.tsx index b83531a..0b201aa 100644 --- a/src/pages/about/index.page.tsx +++ b/src/pages/about/index.page.tsx @@ -7,8 +7,8 @@ export default function AboutPage() { Reactjs Developer Community in Kenya - About -
-

About page will be here

+
+ About Page here
); diff --git a/src/pages/index.page.tsx b/src/pages/index.page.tsx index 728a0ea..49bcee3 100644 --- a/src/pages/index.page.tsx +++ b/src/pages/index.page.tsx @@ -2,6 +2,7 @@ import Head from 'next/head'; import Image from 'next/image'; import logo from '../../public/reactdevske.svg'; import Events from '../components/Events/Events'; +import AboutUs from '../components/about-us/about-us'; export default function Home() { return ( @@ -49,6 +50,9 @@ export default function Home() { +
+ +