From 7b70cb10d39a22d360e660408faae797e8faae97 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Fri, 8 May 2026 00:54:02 +0000
Subject: [PATCH] feat: update hero to AI engineer, remove AICell Lab links
Agent-Logs-Url: https://github.com/hugokallander/hugokallander.github.io/sessions/899f4196-61c8-4095-831c-683ab9377620
Co-authored-by: hugokallander <63727864+hugokallander@users.noreply.github.com>
---
src/components/Footer.tsx | 11 +----------
src/components/HeroSection.tsx | 25 +++----------------------
2 files changed, 4 insertions(+), 32 deletions(-)
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
-