diff --git a/components/about.tsx b/components/about.tsx index 7419685..3cfc85e 100644 --- a/components/about.tsx +++ b/components/about.tsx @@ -50,14 +50,16 @@ const About: React.FC = () => {

- Current Focus & Learning + Current Focus & Interests

- Right now, I'm honing my skills in full-stack development, - exploring the latest features of Next.js, and working on projects - that blend intuitive UI with solid backend functionality. I'm also - excited about diving deeper into areas like database optimization - and cloud deployment. + Right now, I'm honing my skills in full-stack web development, + exploring the features of Next.js 14 and React.js, and working on + projects that blend intuitive UI with solid backend functionality. + I'm also excited about diving deeper into areas like database + optimization and cloud deployment. In my free time, I'm learning + the Rust language and exploring the different applications that + uses Rust.

{/*
*/} diff --git a/components/background.tsx b/components/background.tsx index 4619b99..f52b782 100644 --- a/components/background.tsx +++ b/components/background.tsx @@ -1,6 +1,6 @@ interface Props { children: React.ReactNode; - styles: string; + styles?: string; } /** diff --git a/components/project-card.tsx b/components/project-card.tsx index 4b14c08..f8ef58f 100644 --- a/components/project-card.tsx +++ b/components/project-card.tsx @@ -13,7 +13,7 @@ const ProjectCard: React.FC = ({ title, }: Props) => { return ( -
+
{ return ( -
- -

Projects

-
+
+ +

+ Projects +

+
{ return ( -
- +
+

Resume