@@ -44,13 +44,17 @@ export default function AboutMe() {
44
44
< Space h = { 100 } />
45
45
< Grid justify = "space-between" align = "center" >
46
46
< GridCol span = { 12 } >
47
- < Image src = { "/mohammad-rahmani.jpg" } radius = { 50 } />
48
- { /* <Image src={"/me.png"} h={600} radius={50} /> */ }
47
+ < Image
48
+ width = { "100%" }
49
+ src = "/mohammad-rahmani.jpg"
50
+ alt = "Mohammad Rahmani - afgprogrammer"
51
+ radius = { 50 }
52
+ />
49
53
</ GridCol >
50
54
< GridCol span = { { lg : 8 } } mx = "auto" mt = { 50 } >
51
55
< Text fz = { { sm : 24 , xs : 16 } } c = "light-dark(black, white)" >
52
- I' m < strong > Mohammad Rahmani</ strong > , a seasoned programmer with
53
- over a decade of experience in the dynamic world of{ " " }
56
+ I' m < strong > Mohammad Rahmani</ strong > , a seasoned programmer
57
+ with over a decade of experience in the dynamic world of{ " " }
54
58
< strong > software development</ strong > . My journey in programming
55
59
has been both challenging and rewarding, allowing me to hone my
56
60
skills across various programming languages and technologies.
@@ -68,10 +72,10 @@ export default function AboutMe() {
68
72
< Text fz = { { sm : 24 , xs : 16 } } mt = { 32 } c = "light-dark(black, white)" >
69
73
With a commitment to excellence and a passion for innovation, I am
70
74
dedicated to turning < strong > ideas</ strong > into reality through{ " " }
71
- < strong > code</ strong > . Whether you' re looking to build a new{ " " }
75
+ < strong > code</ strong > . Whether you' re looking to build a new{ " " }
72
76
< strong > application</ strong > from scratch or enhance an existing
73
77
one, I bring a wealth of knowledge and a proven track record to
74
- ensure your project’ s < strong > success</ strong > .
78
+ ensure your project' s < strong > success</ strong > .
75
79
</ Text >
76
80
< Text fz = { { sm : 20 , xs : 16 } } mt = { 32 } c = "light-dark(black, white)" >
77
81
Thank you for visiting my page, and I look forward to the
@@ -88,7 +92,7 @@ export default function AboutMe() {
88
92
89
93
rightSection = { < IconArrowUpRight size = { 22 } /> }
90
94
>
91
- Let' s Talk
95
+ Let' s Talk
92
96
</ Button >
93
97
</ GridCol >
94
98
</ Grid >
0 commit comments