diff --git a/src/app/invest/page.tsx b/src/app/invest/page.tsx index 4386a4b..029468b 100644 --- a/src/app/invest/page.tsx +++ b/src/app/invest/page.tsx @@ -17,7 +17,7 @@ import { Button } from "@/components/ui/button"; export default function Invest() { const [progress, setProgress] = useState(0); - const [tab, setTab] = useState(""); + const [tab, setTab] = useState("Pitch"); const handleClick = (item: string) => { setTab(item); }; @@ -28,7 +28,7 @@ export default function Invest() { }, []); return (
-
+
logo @@ -108,8 +108,9 @@ export default function Invest() {
-
-
); }