+
Merchandise
diff --git a/src/pages/merchandise.tsx b/src/pages/merchandise.tsx
index 8537dc6..24f5eb4 100644
--- a/src/pages/merchandise.tsx
+++ b/src/pages/merchandise.tsx
@@ -1,3 +1,4 @@
+import { Button } from "@/components/elements/Button";
import Image from "next/image"
interface CardProps {
@@ -9,12 +10,18 @@ interface CardProps {
function Card(props: CardProps) {
return (
-
-
-
{props.preorder}
-
{props.name}
-
{props.price}
-
+
+
+
+
Preorder Now!
+
{props.name}
+
{props.price}
+
+
)
}
@@ -28,13 +35,13 @@ export default function Merch() {
Exclusive Preorders!
-
-
-
-
-
-
-
+
+
+
+
+
+
+