diff --git a/src/app/invest/page.tsx b/src/app/invest/page.tsx index c880fca..d214b01 100644 --- a/src/app/invest/page.tsx +++ b/src/app/invest/page.tsx @@ -45,7 +45,7 @@ export default function Invest() { {Array.from({ length: 5 }).map((_, index) => ( - + ))} @@ -82,15 +82,24 @@ export default function Invest() { - - - {Array.from({ length: 5 }).map((_, index) => ( - - - - ))} - - + + + {/* boiler plate for an actual pictures */} + + + + + + + + + + + + + + +