File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ import Head from "next/head" ;
12import React from "react" ;
23
34export default function AboutPage ( ) {
45 return (
5- < main className = "flex justify-center items-center min-h-screen" >
6- < h1 className = "text-white" > About page will be here</ h1 >
7- </ main >
6+ < >
7+ < Head >
8+ < title > React Devs Kenya - About</ title >
9+ </ Head >
10+ < main className = "flex justify-center items-center min-h-screen" >
11+ < h1 className = "text-white" > About page will be here</ h1 >
12+ </ main >
13+ </ >
814 ) ;
915}
Original file line number Diff line number Diff line change 11import React from "react" ;
2+ import Head from "next/head" ;
23
34export default function ContactPage ( ) {
45 return (
5- < main className = "flex justify-center items-center min-h-screen" >
6- < h1 className = "text-white" > Contact page will be here</ h1 >
7- </ main >
6+ < >
7+ < Head >
8+ < title > React Devs Kenya - Contact</ title >
9+ </ Head >
10+ < main className = "flex justify-center items-center min-h-screen" >
11+ < h1 className = "text-white" > Contact page will be here</ h1 >
12+ </ main >
13+ </ >
814 ) ;
915}
Original file line number Diff line number Diff line change 11import React from "react" ;
2+ import Head from "next/head" ;
23
34export default function EventsPage ( ) {
45 return (
5- < main className = "flex justify-center items-center min-h-screen" >
6- < h1 className = "text-white" > Events page will be here</ h1 >
7- </ main >
6+ < >
7+ < Head >
8+ < title > React Devs Kenya - Events</ title >
9+ </ Head >
10+ < main className = "flex justify-center items-center min-h-screen" >
11+ < h1 className = "text-white" > Events page will be here</ h1 >
12+ </ main >
13+ </ >
814 ) ;
915}
Original file line number Diff line number Diff line change 11import React from "react" ;
2+ import Head from "next/head" ;
23
34export default function ForumPage ( ) {
45 return (
5- < main className = "flex justify-center items-center min-h-screen" >
6- < h1 className = "text-white" > Forum page will be here</ h1 >
7- </ main >
6+ < >
7+ < Head >
8+ < title > React Devs Kenya - Forum</ title >
9+ </ Head >
10+ < main className = "flex justify-center items-center min-h-screen" >
11+ < h1 className = "text-white" > Forum page will be here</ h1 >
12+ </ main >
13+ </ >
814 ) ;
915}
Original file line number Diff line number Diff line change 11import React from "react" ;
2+ import Head from "next/head" ;
23
34export default function MembersPage ( ) {
45 return (
5- < main className = "flex justify-center items-center min-h-screen" >
6- < h1 className = "text-white" > Members page will be here</ h1 >
7- </ main >
6+ < >
7+ < Head >
8+ < title > React Devs Kenya - About</ title >
9+ </ Head >
10+ < main className = "flex justify-center items-center min-h-screen" >
11+ < h1 className = "text-white" > Members page will be here</ h1 >
12+ </ main >
13+ </ >
814 ) ;
915}
Original file line number Diff line number Diff line change 11import React from "react" ;
2+ import Head from "next/head" ;
23
34export default function NewsPage ( ) {
45 return (
5- < main className = "flex justify-center items-center min-h-screen" >
6- < h1 className = "text-white" > News page will be here</ h1 >
7- </ main >
6+ < >
7+ < Head >
8+ < title > React Devs Kenya - News</ title >
9+ </ Head >
10+ < main className = "flex justify-center items-center min-h-screen" >
11+ < h1 className = "text-white" > News page will be here</ h1 >
12+ </ main >
13+ </ >
814 ) ;
915}
You can’t perform that action at this time.
0 commit comments