diff --git a/src/app/about/about-activity-section.tsx b/src/app/about/about-activity-section.tsx index 04b2aa2..90dc477 100644 --- a/src/app/about/about-activity-section.tsx +++ b/src/app/about/about-activity-section.tsx @@ -1,6 +1,10 @@ export default function AboutActivitySection() { return ( -
+

-
-

+

+

My daily activities revolve around the exciting process of transforming concepts into fully-fledged applications. From the very inception of an idea, I dive into thorough research. Understanding @@ -24,8 +28,8 @@ export default function AboutActivitySection() { process.

-
-

+

+

Design is where the magic happens. With a keen eye for aesthetics and an understanding of user experience, I create captivating interfaces that strike a perfect balance between beauty and @@ -38,8 +42,8 @@ export default function AboutActivitySection() { forms the backbone of the final product.

-
-

+

+

I believe in the power of shipping products that make a real impact. With careful testing, bug fixes, and optimizations, I ensure that the application is polished and ready for launch. The satisfaction diff --git a/src/app/about/about-career-section.tsx b/src/app/about/about-career-section.tsx index 74492f5..b372e7a 100644 --- a/src/app/about/about-career-section.tsx +++ b/src/app/about/about-career-section.tsx @@ -11,7 +11,10 @@ export default function AboutCareerSection() { }) return ( -

+

+
Let's make your idea become reality. We can discuss anything.
diff --git a/src/app/about/about-intro-section.tsx b/src/app/about/about-intro-section.tsx deleted file mode 100644 index 41349cf..0000000 --- a/src/app/about/about-intro-section.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import Image from 'next/image' - -export default function AboutIntroSection() { - return ( -
-
-
- Nyoman Sunima Profile -
-
- ) -} diff --git a/src/app/about/about-profile-section.tsx b/src/app/about/about-profile-section.tsx index 9297576..79af62c 100644 --- a/src/app/about/about-profile-section.tsx +++ b/src/app/about/about-profile-section.tsx @@ -1,6 +1,9 @@ export default function AboutProfileSection() { return ( -
+

- I'm product designer & creative fullstack developer + I'm product + + designer + {' '} + & fullstack developer

-
-

+

+

Hello, My name is Nyoman Sunima, a product designer and creative developer with a passion for solving problems. My journey as a designer has been driven by the desire to create innovative @@ -27,8 +38,8 @@ export default function AboutProfileSection() { impression.

-
-

+

+

But my expertise doesn't stop at design. I'm also a creative developer equipped with technical skills to bring ideas to life. Through my knowledge of programming languages and cutting-edge diff --git a/src/app/about/about-timeline-item.tsx b/src/app/about/about-timeline-item.tsx index 5230cb8..1ac229d 100644 --- a/src/app/about/about-timeline-item.tsx +++ b/src/app/about/about-timeline-item.tsx @@ -6,8 +6,8 @@ type Props = { export function AboutTimelineItem({ timeline }: Props) { return ( -

- {timeline.date} +
+ {timeline.date}

{timeline.title}

diff --git a/src/app/about/about-timeline-section.tsx b/src/app/about/about-timeline-section.tsx index b070d9c..5c646d6 100644 --- a/src/app/about/about-timeline-section.tsx +++ b/src/app/about/about-timeline-section.tsx @@ -11,10 +11,14 @@ export default function AboutTimelineSection() { }) return ( -
+

diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5a80233..2f3ba1c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,7 +1,6 @@ import AboutActivitySection from './about-activity-section' import AboutCareerSection from './about-career-section' import AboutContactSection from './about-contact-section' -import AboutIntroSection from './about-intro-section' import AboutProfileSection from './about-profile-section' import AboutTimelineSection from './about-timeline-section' import { Metadata } from 'next' @@ -28,7 +27,6 @@ export const metadata: Metadata = { export default function AboutPage() { return (
-