diff --git a/src/App.js b/src/App.js index 9a09d23..22c240b 100644 --- a/src/App.js +++ b/src/App.js @@ -46,14 +46,81 @@ function Portfolio() { Dev Tools - - {/*
-

Contact Me!

- -
*/} + +
+
+

+ Publications +

+ +
+
+

+ Social Links +

+ +
); } +function Books() { + return ( +
+

Books Page

+ {/* Add your books content here */} +
+ ); +} + +function Home() { + return ( +
+
+
+

Welcome to Aman Tahiliani's Space

+

Software Developer | Tech Enthusiast

+ +
+
+
+ +
+ {/*
+

Contact Me!

+ +
*/} +
+ + + ); +} + +function App() { + return ( + +
+ + } /> + } /> + } /> + +
+
+ ); +} export default App;