fix(lint): remove unused imports in HomeContent.tsx
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 7s
Build & Deploy / 🧪 QA (push) Failing after 49s
Build & Deploy / 🏗️ Build (push) Successful in 2m22s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🩺 Health Check (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s

This commit is contained in:
2026-02-11 19:32:35 +01:00
parent 1919d8bc2a
commit 1e32b8fbea

View File

@@ -1,15 +1,6 @@
"use client"; "use client";
import { m } from "framer-motion";
import {
BarChart3,
CheckCircle2,
ChevronRight,
Shield,
Zap,
} from "lucide-react";
import Image from "next/image"; import Image from "next/image";
import Link from "next/link";
import { Button } from "./Button"; import { Button } from "./Button";
import { Counter } from "./Counter"; import { Counter } from "./Counter";
import { Reveal } from "./Reveal"; import { Reveal } from "./Reveal";