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 = () => {
- + Denamu English Logo

개발자를 위한 최고의 블로그 허브 @@ -34,7 +36,7 @@ export const HeroSection = () => {
Service Preview diff --git a/static/Denamu_Logo_ENG.svg b/static/Denamu_Logo_ENG.svg new file mode 100644 index 00000000..c2ee307e --- /dev/null +++ b/static/Denamu_Logo_ENG.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/static/about-first.png b/static/about-first.png new file mode 100644 index 00000000..42c12d92 Binary files /dev/null and b/static/about-first.png differ