diff --git a/client/src/components/about/HeroSection.tsx b/client/src/components/about/HeroSection.tsx index 6866a2cd..2973f622 100644 --- a/client/src/components/about/HeroSection.tsx +++ b/client/src/components/about/HeroSection.tsx @@ -3,8 +3,6 @@ import { ChevronsDown } from "lucide-react"; import { Section } from "@/components/about/Section.tsx"; import { Button } from "@/components/ui/button"; -import logo from "@/assets/logo-denamu-main.svg"; - export const HeroSection = () => { const scrollToBottom = () => { const ctaSection = document.querySelector("#cta-section"); @@ -18,7 +16,11 @@ export const HeroSection = () => {