diff --git a/src/app/page.js b/src/app/page.js index fdfdc9e..5d69340 100644 --- a/src/app/page.js +++ b/src/app/page.js @@ -2,9 +2,15 @@ import React from 'react'; function Home() { return ( - - Hello Next! - + <> + + Hello Next! + I am learning so much thanks to this course + + + > ); }
I am learning so much thanks to this course