diff --git a/src/app/invest/page.tsx b/src/app/invest/page.tsx index 76ddf8e..1605850 100644 --- a/src/app/invest/page.tsx +++ b/src/app/invest/page.tsx @@ -28,7 +28,7 @@ export default function Invest() { }, []); return (
-
+
logo diff --git a/src/app/page.tsx b/src/app/page.tsx index 35cfda9..f74a7c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import { CardHeader, CardTitle, } from "@/components/ui/card"; -import { BusinessCard } from "@/components/businessCard"; import { Separator } from "@/components/ui/separator"; import { ExtendableCard } from "@/components/extendable-card";