diff --git a/src/app/(main)/layout.tsx b/src/app/(main)/layout.tsx
index 79bf3c1..c91b392 100644
--- a/src/app/(main)/layout.tsx
+++ b/src/app/(main)/layout.tsx
@@ -1,12 +1,13 @@
-import FooterWrapper from '@/shared/components/footer/FooterWrapper';
import Header from '@/shared/components/header/Header';
function NoLayout({ children }: { children: React.ReactNode }) {
return (
<>
-
- 어떤 칵테일이 끌리시나요? SSoul이 쉽게 골라드릴게요. +
+ 어떤 칵테일이 끌리시나요?
+ SSoul이 쉽게 골라드릴게요.
diff --git a/src/domains/main/components/3d/ModelImage.tsx b/src/domains/main/components/3d/ModelImage.tsx index f6a4ddf..d556432 100644 --- a/src/domains/main/components/3d/ModelImage.tsx +++ b/src/domains/main/components/3d/ModelImage.tsx @@ -19,7 +19,7 @@ function ModelImage({ onLoaded }: Props) { width={260} height={290} priority - className="object-cover w-[300px] h-[390px]" + className="object-cover w-[300px] h-[350px]" />