diff --git a/src/app/_components/about-me/page.tsx b/src/app/_components/about-me/page.tsx index 8d706a5..9940db1 100644 --- a/src/app/_components/about-me/page.tsx +++ b/src/app/_components/about-me/page.tsx @@ -43,11 +43,11 @@ export default function AboutMe() { return (
-
-

+
+

{aboutMe?.title || }

diff --git a/src/app/_components/my-projects/page.tsx b/src/app/_components/my-projects/page.tsx index fc40be8..ef3d6ad 100644 --- a/src/app/_components/my-projects/page.tsx +++ b/src/app/_components/my-projects/page.tsx @@ -77,7 +77,7 @@ export default function MyProjects() { className="flex w-full max-w-[90%] flex-wrap items-center justify-center" id="projects" > -

My Projects

+

My Projects

Lorem ipsum dolor sit amet consectetur. Mollis erat duis aliquam mauris est risus lectus. Phasellus consequat urna tellus diff --git a/src/app/_components/services/page.tsx b/src/app/_components/services/page.tsx index d7a7f96..baa4aee 100644 --- a/src/app/_components/services/page.tsx +++ b/src/app/_components/services/page.tsx @@ -53,14 +53,14 @@ export default function Services() { {service!.altText} )}

-

+

{loading ? ( ) : ( service!.title )}

-

+

{loading ? ( ) : ( @@ -77,12 +77,12 @@ export default function Services() { className="flex w-full max-w-[90%] flex-col flex-wrap items-center" id="services" > -

Services

+

Services

Lorem ipsum dolor sit amet consectetur. Tristique amet sed massa nibh lectus netus in. Aliquet donec morbi convallis pretium

-
+
{loading ? Array.from({ length: 4 }).map((_, index) => renderServiceCard(undefined, index), diff --git a/src/app/_components/testimonials/page.tsx b/src/app/_components/testimonials/page.tsx index 477e7d5..0c219b7 100644 --- a/src/app/_components/testimonials/page.tsx +++ b/src/app/_components/testimonials/page.tsx @@ -52,7 +52,7 @@ export default function Testimonials() { className="flex w-full max-w-[90%] flex-wrap justify-center" id="testimonials" > -

Testominials

+

Testominials

Lorem ipsum dolor sit amet consectetur. Mollis erat duis aliquam mauris est risus lectus. Phasellus consequat urna tellus diff --git a/src/app/globals.css b/src/app/globals.css index fe3acfb..f374031 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -202,8 +202,8 @@ html { } .aboutme-image { - width: 500px; - height: 500px; + width: 90%; + height: 80%; border-radius: 50%; overflow: hidden; } diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d645eee..89b3b2c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -27,7 +27,7 @@ export default function RootLayout({

^ @@ -37,10 +37,10 @@ export default function RootLayout({ id="header" >
-
+
logo
-

+

Parsa Aghayi

@@ -82,25 +82,23 @@ export default function RootLayout({ Contact
-
-
- {children} -
+
{children}
logo -

+

Parsa Aghayi

@@ -176,9 +174,9 @@ export default function RootLayout({
-

+

© 2023 - + Parsa Aghayi {" "} All Rights Reserved , Inc. diff --git a/src/app/page.tsx b/src/app/page.tsx index 7664dd4..3548b7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import MyProjects from "./_components/my-projects/page"; export default function Home() { return ( -

+
{/* Home */}
- profile picture
{/* socials */}