+
회원가입
+
+ {" "}
+ 1초 회원가입으로 입력없이 간편하게 솔리투어를 시작해보세요!{" "}
+
+
+
+
+
- 카카오로 1초만에 시작하기
-
+
+
+
+
+ 구글로 1초만에 시작하기{" "}
+
+
+ 이미 계정이 있으신가요?{" "}
+
+ {" "}
+ 로그인{" "}
+ {" "}
+
);
diff --git a/src/components/common/lottie/LottieComponent.tsx b/src/components/common/lottie/LottieComponent.tsx
new file mode 100644
index 00000000..e6cba98e
--- /dev/null
+++ b/src/components/common/lottie/LottieComponent.tsx
@@ -0,0 +1,10 @@
+"use client"
+import Lottie from "lottie-react";
+const LottieComponent = (props: {lottieFile: any, className: string}) => {
+ return (
+ <>
+
+ >
+ );
+};
+export default LottieComponent
\ No newline at end of file