From 74214a397f60870169e81471139c64b572f307f0 Mon Sep 17 00:00:00 2001 From: Murtadha Date: Fri, 12 Jul 2024 11:57:21 -0400 Subject: [PATCH] Update my name --- src/components/hero/Hero.jsx | 38 ++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/components/hero/Hero.jsx b/src/components/hero/Hero.jsx index 6855263..01c743e 100644 --- a/src/components/hero/Hero.jsx +++ b/src/components/hero/Hero.jsx @@ -1,23 +1,23 @@ -import React from 'react'; -import styles from './Hero.module.css'; +import React from "react"; +import styles from "./Hero.module.css"; function Hero() { - return ( -
- Murtadha Nisyif -
-
-

Your Name

-

Your Main Title

-
-

Current Position

-

Another Position

-

Yet Another Position

-
-
-
-
- ); + return ( +
+ Murtadha Nisyif +
+
+

Murtadha Nisyif

+

Your Main Title

+
+

Current Position

+

Another Position

+

Yet Another Position

+
+
+
+
+ ); } -export default Hero; \ No newline at end of file +export default Hero;