diff --git a/src/components/landing/LandingFooter.tsx b/src/components/landing/LandingFooter.tsx index cdba9fb..7fecc5b 100644 --- a/src/components/landing/LandingFooter.tsx +++ b/src/components/landing/LandingFooter.tsx @@ -1,3 +1,4 @@ +import { cn } from "@/lib/utils"; import { FooterLink } from "@/types/landing"; import Image from "next/image"; import Link from "next/link"; @@ -22,21 +23,36 @@ export function LandingFooter() { role="contentinfo" className="border-t border-[var(--color-gray-100)] bg-[var(--color-gray-50)] text-[var(--color-gray-600)]" > -
서비스 관련 안내 및 공지사항은 홈페이지를 통해 제공됩니다. diff --git a/src/components/landing/LandingNavBar.tsx b/src/components/landing/LandingNavBar.tsx index 3891ab4..c8a114b 100644 --- a/src/components/landing/LandingNavBar.tsx +++ b/src/components/landing/LandingNavBar.tsx @@ -1,4 +1,3 @@ -// src/components/landing/LandingNavBar.tsx import { cn } from "@/lib/utils"; import Image from "next/image"; import Link from "next/link"; @@ -6,7 +5,10 @@ import Link from "next/link"; export function LandingNavBar() { return (