diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 03ea266..0b7ed96 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,4 +1,4 @@ -import { Mail, Github, Linkedin, Microscope } from "lucide-react"; +import { Mail, Github, Linkedin } from "lucide-react"; const Footer = () => { return ( @@ -30,15 +30,6 @@ const Footer = () => { LinkedIn - - - AICell Lab Profile - {/* Year */} diff --git a/src/components/HeroSection.tsx b/src/components/HeroSection.tsx index 43a2888..5809deb 100644 --- a/src/components/HeroSection.tsx +++ b/src/components/HeroSection.tsx @@ -1,7 +1,7 @@ import { m } from "framer-motion"; import { useState, useEffect } from "react"; import type { ComponentType } from "react"; -import { Mail, GithubIcon, LinkedinIcon, Microscope } from "lucide-react"; +import { Mail, GithubIcon, LinkedinIcon } from "lucide-react"; // Workaround for framer-motion v12 type issues with React 18 // eslint-disable-next-line @typescript-eslint/no-explicit-any @@ -59,17 +59,7 @@ const HeroSection = () => { > Hi, I'm Hugo,
- PhD{" "} - Student at -
- - AICell Lab - + AI engineer {/* Description */} @@ -79,7 +69,7 @@ const HeroSection = () => { transition={{ duration: 0.8, delay: 0.7 }} className="text-lg md:text-xl lg:max-w-2xl text-muted-foreground/80 max-w-lg mx-auto leading-relaxed font-sans mb-10 short:text-base short:mb-6" > - Currently building the next generation of AI-powered tools for scientific discovery. Passionate about technologies that benefit society. + Passionate about AI and software engineering, with exciting projects on the way. Always building things that matter. {/* Social Links */} @@ -114,15 +104,6 @@ const HeroSection = () => { LinkedIn - - - AICell Lab Profile -