From a048845e3211a639bd66dfc6da2410562fbae206 Mon Sep 17 00:00:00 2001 From: THIS ONE IS A LITTLE BIT TRICKY KRUB Date: Mon, 16 Sep 2024 19:40:19 +0700 Subject: [PATCH] Refactor Invest page UI components, adjust grid layout and carousel styling --- src/app/invest/page.tsx | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/src/app/invest/page.tsx b/src/app/invest/page.tsx index de3245b..3a76d0a 100644 --- a/src/app/invest/page.tsx +++ b/src/app/invest/page.tsx @@ -123,24 +123,22 @@ export default function Invest() {
{/* image carousel */}
- - + + {Array.from({ length: 5 }).map((_, index) => ( -
- -
+
))}
{" "}
- + {/* boiler plate for an actual pictures */}