From c2bda4b6c6f29d8d1fa99a6788c4929e49c971bc Mon Sep 17 00:00:00 2001 From: Seungpyo Suh Date: Mon, 23 Sep 2024 22:01:32 +0900 Subject: [PATCH] Update landingPage.tsx --- src/components/landing/landingPage.tsx | 45 ++++++++------------------ 1 file changed, 14 insertions(+), 31 deletions(-) diff --git a/src/components/landing/landingPage.tsx b/src/components/landing/landingPage.tsx index 7f2464a..7a7a1ee 100644 --- a/src/components/landing/landingPage.tsx +++ b/src/components/landing/landingPage.tsx @@ -2,43 +2,26 @@ import { ArrowSvg } from '@/resources/svg'; import Image from 'next/image'; import Link from 'next/link'; import type React from 'react'; - -function ClickArrow() { - return ( -
- Click This! -
- -
-
- ); -} - export default function LandingPage() { const currentYear = new Date().getFullYear(); return (
-
-
- -
-
- - sspzoa - - - sspzoa Seungpyo Suh - -
+
+ + sspzoa + + + sspzoa Seungpyo Suh +