diff --git a/src/app/invest/page.tsx b/src/app/invest/page.tsx index af9232e..c880fca 100644 --- a/src/app/invest/page.tsx +++ b/src/app/invest/page.tsx @@ -23,7 +23,7 @@ export default function Invest() { return () => clearTimeout(timer); }, []); return ( -
+
logo @@ -82,6 +82,17 @@ export default function Invest() {
+ + + {Array.from({ length: 5 }).map((_, index) => ( + + + + ))} + + + +
); }