import React, { useEffect, useMemo, useState } from "react"; import { motion, AnimatePresence } from "framer-motion"; import { ShoppingBag, Wallet, QrCode, MessageCircle, Phone, Download, Sparkles, ShieldCheck, ChevronRight, Home, Info, Mail } from "lucide-react"; import { Card, CardContent } from "@/components/ui/card"; import { Button } from "@/components/ui/button"; const logoUrl = "https://files.catbox.moe/iix7ch.jpeg"; const qrisUrl = "https://files.catbox.moe/chfkuw.jpeg"; const danaNumber = "087753513090"; const waNumber = "621772319108"; const products = [ { id: "am1", name: "Alight Motion", logo: "https://img2.pixhost.to/images/6908/711356113_settomodders.jpg", desc: "Akses Alight Motion premium", packages: [ { label: "1 Tahun acc s/gen", price: "Rp 1.000" }, { label: "1 Tahun acc buyer", price: "Rp 1.000" }, ], }, { id: "melolo", name: "Melolo", logo: "https://img2.pixhost.to/images/6908/711356265_settomodders.jpg", desc: "Melolo premium", packages: [{ label: "1 Bulan Sharing", price: "Rp 7.000" }], }, { id: "meitu", name: "Meitu", logo: "https://files.catbox.moe/fm7kn5.jpeg", desc: "Meitu premium", packages: [{ label: "7 Hari acc buyer", price: "Rp 1.000" }], }, { id: "iqiyi", name: "iQIYI", logo: "https://img2.pixhost.to/images/6908/711356858_settomodders.jpg", desc: "iQIYI premium", packages: [ { label: "1 Bulan Standar", price: "Rp 7.000" }, { label: "1 Bulan Premium", price: "Rp 8.000" }, ], }, { id: "bstation", name: "Bstation", logo: "https://img2.pixhost.to/images/6908/711357549_settomodders.jpg", desc: "Bstation sharing", packages: [{ label: "1 Bulan Sharing", price: "Rp 8.000" }], }, { id: "netflix", name: "Netflix", logo: "https://img2.pixhost.to/images/6908/711357835_settomodders.jpg", desc: "Netflix berbagai paket", packages: [ { label: "1 Hari 1 User", price: "Rp 6.500" }, { label: "3 Hari 1 User", price: "Rp 8.500" }, { label: "7 Hari 1 User", price: "Rp 12.000" }, { label: "1 Bulan 1 User", price: "Rp 20.000" }, { label: "1 Hari 2 User", price: "Rp 5.500" }, { label: "3 Hari 2 User", price: "Rp 8.900" }, { label: "7 Hari 2 User", price: "Rp 10.500" }, { label: "1 Bulan 2 User", price: "Rp 14.500" }, { label: "1 Bulan Semi", price: "Rp 28.500" }, ], }, { id: "spotify", name: "Spotify", logo: "https://img2.pixhost.to/images/6908/711358117_settomodders.jpg", desc: "Spotify premium", packages: [ { label: "1 Bulan No Garansi", price: "Rp 14.000" }, { label: "1 Bulan Full Garansi", price: "Rp 21.200" }, ], }, { id: "youtube", name: "YouTube Premium", logo: "https://img2.pixhost.to/images/6908/711359159_settomodders.jpg", desc: "YouTube premium", packages: [ { label: "1 Bulan Famplan", price: "Rp 4.000" }, { label: "1 Bulan Indplan", price: "Rp 6.000" }, ], }, { id: "chatgpt", name: "ChatGPT", logo: "https://img2.pixhost.to/images/6908/711359450_settomodders.jpg", desc: "ChatGPT sharing", packages: [{ label: "1 Bulan Sharing", price: "Rp 8.200" }], }, { id: "gemini", name: "Gemini", logo: "https://img2.pixhost.to/images/6908/711359670_settomodders.jpg", desc: "Gemini account", packages: [ { label: "Acc Buyer", price: "Rp 3.500" }, { label: "Acc Seller", price: "Rp 8.200" }, ], }, { id: "loklok", name: "Loklok", logo: "https://img2.pixhost.to/images/6908/711360234_settomodders.jpg", desc: "Loklok premium", packages: [ { label: "1 Bulan Basic", price: "Rp 17.000" }, { label: "1 Bulan Standar", price: "Rp 19.000" }, ], }, { id: "picsart", name: "PicsArt", logo: "https://img2.pixhost.to/images/6908/711360515_settomodders.jpg", desc: "PicsArt premium", packages: [ { label: "1 Bulan Sharing", price: "Rp 4.500" }, { label: "1 Bulan Private", price: "Rp 6.000" }, ], }, { id: "ibis", name: "Ibis Paint", logo: "https://img2.pixhost.to/images/6908/711360756_settomodders.jpg", desc: "Ibis Paint premium", packages: [ { label: "7 Hari acc buyer", price: "Rp 1.000" }, { label: "1 Bulan acc buyer", price: "Rp 4.000" }, ], }, { id: "canva", name: "Canva", logo: "https://img2.pixhost.to/images/6908/711361125_settomodders.jpg", desc: "Canva member", packages: [ { label: "1 Bulan Member", price: "Rp 1.000" }, { label: "1 Tahun Member", price: "Rp 1.000" }, ], }, { id: "winkit", name: "Winkit", logo: "https://img2.pixhost.to/images/6908/711361278_settomodders.jpg", desc: "Winkit premium", packages: [ { label: "3 Hari", price: "Rp 1.850" }, { label: "6 Hari", price: "Rp 3.500" }, { label: "12 Hari", price: "Rp 5.000" }, ], }, { id: "wink", name: "Wink", logo: "https://img2.pixhost.to/images/6908/711361474_settomodders.jpg", desc: "Wink premium", packages: [{ label: "7 Hari", price: "Rp 2.000" }], }, { id: "capcut", name: "CapCut", logo: "https://img2.pixhost.to/images/6908/711361753_settomodders.jpg", desc: "CapCut private", packages: [ { label: "7 Hari Private", price: "Rp 4.000" }, { label: "14 Hari Private", price: "Rp 5.000" }, { label: "21 Hari Private", price: "Rp 6.000" }, { label: "28 Hari Private", price: "Rp 7.000" }, { label: "35 Hari Private", price: "Rp 13.000" }, ], }, { id: "dramabox", name: "DramaBox", logo: "https://img2.pixhost.to/images/6908/711361926_settomodders.jpg", desc: "DramaBox sharing", packages: [{ label: "1 Bulan Sharing", price: "Rp 11.000" }], }, { id: "viu", name: "VIU", logo: "https://img2.pixhost.to/images/6908/711362048_settomodders.jpg", desc: "VIU premium", packages: [ { label: "1 Tahun Private", price: "Rp 1.000" }, { label: "Lifetime", price: "Rp 1.000" }, ], }, { id: "vidio", name: "Vidio", logo: "https://files.catbox.moe/iazd8u.jpeg", desc: "Vidio premium", packages: [ { label: "1 Bulan Sharing", price: "Rp 16.000" }, { label: "1 Bulan Private", price: "Rp 26.000" }, { label: "1 Tahun Only TV", price: "Rp 4.000" }, ], }, { id: "disney", name: "Disney+", logo: "https://files.catbox.moe/zb5fsb.jpeg", desc: "Disney+ premium", packages: [{ label: "7 Hari", price: "Rp 13.000" }], }, ]; function Navbar({ page, setPage }) { const items = [ { key: "home", label: "Home", icon: Home }, { key: "about", label: "About", icon: Info }, { key: "payment", label: "Payment", icon: Wallet }, { key: "contact", label: "Contact", icon: Mail }, ]; return (
{items.map((item) => { const Icon = item.icon; const active = page === item.key; return ( ); })}
); } function LoadingIntro({ done }) { return ( {!done && (
keii shop

Loading premium vibes...

)} ); } function FloatingSupport() { return ( Contact Support ); } function Hero({ setPage }) { return (
Toko digital premium terpercaya Welcome to keii shop Tempat beli akun premium, streaming, editing, dan tools favorit dengan tampilan modern, proses cepat, dan pembayaran praktis via DANA atau QRIS.
{[ { title: "20+ Produk", desc: "Pilihan akun premium lengkap" }, { title: "Fast Response", desc: "Hubungi admin via WhatsApp" }, { title: "DANA & QRIS", desc: "Pembayaran fleksibel dan simpel" }, ].map((item) => (
{item.title}

{item.desc}

))}
Keii Shop

keii shop

Premium Store Experience

{[ "Design website clean + elegan", "Intro loading animasi premium", "Support floating WhatsApp", "Halaman pembayaran dengan QRIS download", ].map((text) => (
{text}
))}
); } function ProductSection() { return (

Daftar Produk

Klik WhatsApp setelah memilih paket yang kamu mau.

{products.map((product) => { const text = encodeURIComponent( `Halo kak, saya mau order ${product.name}. Mohon info paket yang tersedia ya.` ); return (
{product.name}

{product.name}

{product.desc || "Paket premium tersedia"}

{product.packages.map((pkg, idx) => (
{pkg.label}
{pkg.price}
))}
Order via WhatsApp
); })}
); } function AboutPage() { return (
Keii Shop

About keii shop

keii shop adalah toko digital premium untuk berbagai kebutuhan hiburan, editing, dan tools produktivitas.

Website ini dibuat dengan nuansa modern, elegan, dan cepat diakses. Pengunjung bisa melihat produk, memilih paket, lalu langsung lanjut ke admin melalui WhatsApp.

{[ "Tampilan premium dan clean", "Intro loading yang estetik", "Daftar produk lengkap", "Payment DANA dan QRIS", ].map((item) => (
{item}
))}
); } function PaymentPage() { const [showQris, setShowQris] = useState(false); return (

Halaman Pembayaran

Pilih metode pembayaran yang paling mudah untuk kamu.

Payment DANA

Nomor DANA
{danaNumber}

Payment QRIS

Tekan tombol di bawah untuk menampilkan QRIS dan download gambarnya.

Download QRIS
{showQris && ( QRIS Keii Shop )}
Konfirmasi Pembayaran

Setelah transfer, langsung kirim bukti pembayaran ke WhatsApp admin.

WhatsApp: {waNumber}
); } function ContactPage() { return (

Contact

Untuk order, pertanyaan stok, atau konfirmasi pembayaran, hubungi admin langsung lewat WhatsApp.

WhatsApp Admin
{waNumber}
Support
Fast response via chat
Hubungi Sekarang
); } function Footer({ setPage }) { return (
Keii Shop
keii shop
Premium store website
{[ ["home", "Home"], ["about", "About"], ["payment", "Payment"], ["contact", "Contact"], ].map(([key, label]) => ( ))}
); } export default function KeiiShopWebsite() { const [page, setPage] = useState("home"); const [loading, setLoading] = useState(true); useEffect(() => { const timer = setTimeout(() => setLoading(false), 2600); return () => clearTimeout(timer); }, []); content = useMemo(() => { if (page === "about") return ; if (page === "payment") return ; if (page === "contact") return ; return ( <> ); }, [page]); return (
{content} {page === "home" && }
); }