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
This commit is contained in:
joachimhummel
2026-05-15 16:20:33 +00:00
parent 25d9767bdf
commit edc225680d

View File

@@ -1,5 +1,5 @@
import { motion } from "framer-motion"; import { motion } from "framer-motion";
import { ArrowRight, ChevronDown, Download } from "lucide-react"; import { ArrowRight, ChevronDown } from "lucide-react";
const badges = [ const badges = [
"30+ Jahre IT-Erfahrung", "30+ Jahre IT-Erfahrung",
@@ -76,17 +76,6 @@ export function Hero() {
> >
Projekte ansehen Projekte ansehen
</a> </a>
<a
href="/lebenslauf-joachim-hummel.pdf"
download="Lebenslauf-Joachim-Hummel.pdf"
target="_blank"
rel="noopener noreferrer"
className="inline-flex items-center gap-2 px-6 py-3 bg-white text-foreground font-semibold rounded-xl border border-border hover:bg-secondary transition-all"
data-testid="button-hero-cv-download"
>
<Download className="w-4 h-4" />
Lebenslauf herunterladen
</a>
</div> </div>
</motion.div> </motion.div>