From 94e55edf4ce77e61abdd35be3d5d89625f7637a8 Mon Sep 17 00:00:00 2001 From: Radiquum Date: Sat, 26 Jul 2025 21:46:28 +0500 Subject: [PATCH] refactor: intro --- app/Section/Intro.tsx | 36 ++++++------------------------- app/components/CharacterImage.tsx | 4 ++-- app/components/IconWithText.tsx | 2 +- app/page.tsx | 10 ++++----- 4 files changed, 15 insertions(+), 37 deletions(-) diff --git a/app/Section/Intro.tsx b/app/Section/Intro.tsx index 693fb9a..e275c76 100644 --- a/app/Section/Intro.tsx +++ b/app/Section/Intro.tsx @@ -10,35 +10,13 @@ export const Intro = () => { }, []); return ( -
-
-

- Radiquum -

-
-
-
-

- Photographer -

-

- Developer -

-

- Self-Hosting admirer -

+
+
+

Hi, I'm Radiquum

+
+

Developer

+

Amateur Photographer

+

Self-Hosting Admirer

diff --git a/app/components/CharacterImage.tsx b/app/components/CharacterImage.tsx index dd836d8..57f1683 100644 --- a/app/components/CharacterImage.tsx +++ b/app/components/CharacterImage.tsx @@ -14,8 +14,8 @@ export const CharacterImage = ({ }: CharacterImageProps) => { return (
- -
+ +

{name}

diff --git a/app/components/IconWithText.tsx b/app/components/IconWithText.tsx index ef38369..b600b52 100644 --- a/app/components/IconWithText.tsx +++ b/app/components/IconWithText.tsx @@ -15,7 +15,7 @@ export const IconWithText = ({ }: IconWithTextProps) => { return (

+
- - -
-
-
+
+ + +