From 425b93acb99cd93f6c661801cb1325c40889c6e4 Mon Sep 17 00:00:00 2001 From: Tben Date: Wed, 19 Jul 2023 16:00:48 +0100 Subject: [PATCH] updates --- app/(components)/AboutSection.tsx | 25 ++++++++++++++++--------- app/(components)/Hero.tsx | 20 ++++++++++---------- app/about/(components)/Hero.tsx | 13 ++++++++----- app/about/(components)/MoreAboutMe.tsx | 20 +++++++++++++------- styles/tw_main.css | 22 ++++++++++++++++++++++ 5 files changed, 69 insertions(+), 31 deletions(-) diff --git a/app/(components)/AboutSection.tsx b/app/(components)/AboutSection.tsx index de4d9d7..d55137f 100644 --- a/app/(components)/AboutSection.tsx +++ b/app/(components)/AboutSection.tsx @@ -1,7 +1,7 @@ "use client"; import React from "react"; -import TextShuffler from "../../components/actions/TextShuffler"; +// import TextShuffler from "../../components/actions/TextShuffler"; import { about, genericScroll } from "../(utils)/animate"; export default function AboutSection() { @@ -29,7 +29,8 @@ export default function AboutSection() {

- + About Me + {/* */}

@@ -52,10 +53,11 @@ export default function AboutSection() {
- + /> */}

- + {targetStack?.match(/dev/i) ? "Web Dev Tech Stack" : "UI/UX tech stack"} + {/* */}