diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 02cda97..53a23bc 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -224,37 +224,17 @@ export default function Shop() { return (
{/* Main Content */} -
+
{/* Artifact Grid */} -
+
{currentArtifacts.map((artifact) => ( ))}
- {/* Sidebar */} -
- {}} - hoveredEventId="" - setHoveredEventId={() => {}} - button1Name="Add New Artifact" - button2Name="Search Artifacts" - /> -
- {/* Pagination Footer */} -