@@ -11,7 +11,7 @@ export default function AboutPage() {
1111 < section className = "text-center" >
1212 < Avatar className = "w-32 h-32 mx-auto mb-6" >
1313 < AvatarImage
14- src = "/avatars/me.jpg"
14+ src = { process . env . NEXT_PUBLIC_PROFILE_IMAGE_URL }
1515 alt = "Yugan"
1616 className = "object-cover"
1717 />
@@ -216,7 +216,7 @@ export default function AboutPage() {
216216 </ p >
217217 < div className = "flex flex-wrap justify-center gap-4" >
218218 < a
219- href = "https://wa.me/94768487278"
219+ href = { process . env . NEXT_PUBLIC_CONTACT_WHATSAPP }
220220 target = "_blank"
221221 rel = "noopener noreferrer"
222222 >
@@ -230,7 +230,7 @@ export default function AboutPage() {
230230 </ Button >
231231 </ a >
232232 < a
233- href = "https://github.com/BlockAce01"
233+ href = { process . env . NEXT_PUBLIC_CONTACT_GITHUB }
234234 target = "_blank"
235235 rel = "noopener noreferrer"
236236 >
@@ -244,7 +244,7 @@ export default function AboutPage() {
244244 </ Button >
245245 </ a >
246246 < a
247- href = "https://www.linkedin.com/in/theekshana-yugan"
247+ href = { process . env . NEXT_PUBLIC_CONTACT_LINKEDIN }
248248 target = "_blank"
249249 rel = "noopener noreferrer"
250250 >
@@ -258,7 +258,7 @@ export default function AboutPage() {
258258 </ Button >
259259 </ a >
260260 < a
261- href = "https://www.fiverr.com/yugan_3d"
261+ href = { process . env . NEXT_PUBLIC_CONTACT_FIVERR }
262262 target = "_blank"
263263 rel = "noopener noreferrer"
264264 >
@@ -272,7 +272,7 @@ export default function AboutPage() {
272272 </ Button >
273273 </ a >
274274 < a
275- 275+ href = { ` mailto:${ process . env . NEXT_PUBLIC_CONTACT_EMAIL } ` }
276276 target = "_blank"
277277 rel = "noopener noreferrer"
278278 >
@@ -282,7 +282,7 @@ export default function AboutPage() {
282282 className = "flex items-center space-x-2 bg-transparent"
283283 >
284284 < Mail className = "w-5 h-5" />
285- 285+ < span > { process . env . NEXT_PUBLIC_CONTACT_EMAIL } </ span >
286286 </ Button >
287287 </ a >
288288 </ div >
0 commit comments