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)]" > -
- {/* 상단: 좌우 컬럼 + 중앙 로고 */} -
- {/* 좌측: 제품 관련 링크 */} - +
+
+ {/* 제품 컬럼 */} +
+ +
- {/* 중앙: 브랜드 로고/문구 */} -
- + {/* 로고 블록*/} +
+ MyPlanMate 로고 @@ -45,13 +61,20 @@ export function LandingFooter() {

- {/* 우측: 지원/정책 링크 */} - + {/* 지원 컬럼 */} +
+ +
{/* 하단: 구분선 + 저작권 */} -
-
+
+

서비스 관련 안내 및 공지사항은 홈페이지를 통해 제공됩니다. 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 (