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 ( {/* Landing Page */}
IMPHNEN Logo

New Merchandise

Coming UP

Periode Gacha: 1 - 31 Maret 2025

Let's Go Checkout Our Merch &

Gacha Your Prize Here

Merch 1
Official Merch IMPHNEN
~ 175k ~
Merch 2
IMPHNEN Mini Merch
~ 90k ~
{/* Roulette Page */}

Gacha Roulette

How to participate

Kamu harus melakukan pembelian merch batch 2 di shopee IMPHNEN

How to gacha

  1. First, press the "Spin Now" button
  2. If the merch does not match you can reroll by paying IDR5,000
  3. If it is appropriate you can submit
  4. Then fill in the data for your merch delivery process
Here Take Your Prize
Rolling Merch

Sertifikat + Laminating

); }; export default Components;