import Link from "next/link" import { Button } from "@/components/ui/button" import { Input } from "@/components/ui/input" import { ArrowLeft, ShoppingBag, Sparkles } from "lucide-react" export default function ShopPage() { return (
{/* Background Pattern */}
{/* Content */}
Back to MycoFi
{/* Icon */}
{/* Title */}

MycoFi Swag

Coming Soon
{/* Description */}

We're cultivating something special. Soon you'll be able to wear the mycelial revolution with exclusive MycoFi merchandise, books, and more.

{/* Email Signup */}

Be the first to know when the shop launches

{/* Decorative Elements */}
Growing Soon
) }