From 804b9088e58376e7d8805f713462fcae8646e081 Mon Sep 17 00:00:00 2001 From: Araozu Date: Tue, 7 May 2024 18:01:39 -0500 Subject: [PATCH] Add cards on landpage --- src/pages/Index.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index 46b9662..5759273 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -94,9 +94,15 @@ export function Index() {
- - - +
+ +
+
+ +
+
+ +
);