diff --git a/app/shop/page.tsx b/app/shop/page.tsx new file mode 100644 index 0000000..49057e5 --- /dev/null +++ b/app/shop/page.tsx @@ -0,0 +1,65 @@ +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 ( +
+ 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
+