diff --git a/apps/gacha/src/app/page.tsx b/apps/gacha/src/app/page.tsx
index bae1c49..7ad58ef 100644
--- a/apps/gacha/src/app/page.tsx
+++ b/apps/gacha/src/app/page.tsx
@@ -1,12 +1,109 @@
-import { LandingPage } from '@imphnen-frontend-service/ui/organisms';
-import { FC, ReactElement } from 'react';
+import { ArrowDownOutlined } from '@ant-design/icons';
+import { Button } from '@imphnen-frontend-service/ui/atoms';
+import { FC, Fragment, ReactElement } from 'react';
export const Components: FC = (): ReactElement => {
+ const scrollToRoulette = () => {
+ const rouletteSection = document.getElementById('roulette');
+ if (rouletteSection) {
+ rouletteSection.scrollIntoView({ behavior: 'smooth' });
+ }
+ };
+
return (
- <>
-
New Merchandise
+Coming UP
+Let's Go Checkout Our Merch &
+Gacha Your Prize Here
+
+
+ New Merchandise
-Coming UP
-Let's Go Checkout Our Merch &
-Gacha Your Prize Here
-
-
-