From edc225680d2f90889aa26d635a97540a6b3280e9 Mon Sep 17 00:00:00 2001 From: joachimhummel <47454583-joachimhummel@users.noreply.replit.com> Date: Fri, 15 May 2026 16:20:33 +0000 Subject: [PATCH] Remove the CV download button from the main page Removes the "Lebenslauf herunterladen" button and the corresponding `Download` import from `lucide-react` in `artifacts/joachim-portfolio/src/components/hero.tsx`. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 6f3329ae-2dcc-46cc-bf2e-f58b7a5fa805 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 495a3f13-26e7-4126-8652-9857aa4e9da1 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/e678fe28-87ab-4437-945b-7a15e872a292/6f3329ae-2dcc-46cc-bf2e-f58b7a5fa805/vRxTy2Z Replit-Helium-Checkpoint-Created: true --- artifacts/joachim-portfolio/src/components/hero.tsx | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/artifacts/joachim-portfolio/src/components/hero.tsx b/artifacts/joachim-portfolio/src/components/hero.tsx index 54bc95a..826f6cf 100644 --- a/artifacts/joachim-portfolio/src/components/hero.tsx +++ b/artifacts/joachim-portfolio/src/components/hero.tsx @@ -1,5 +1,5 @@ import { motion } from "framer-motion"; -import { ArrowRight, ChevronDown, Download } from "lucide-react"; +import { ArrowRight, ChevronDown } from "lucide-react"; const badges = [ "30+ Jahre IT-Erfahrung", @@ -76,17 +76,6 @@ export function Hero() { > Projekte ansehen - - - Lebenslauf herunterladen -