diff --git a/src/app/(investment)/deals/[id]/page.tsx b/src/app/(investment)/deals/[id]/page.tsx index 37fd7f4..6f1181a 100644 --- a/src/app/(investment)/deals/[id]/page.tsx +++ b/src/app/(investment)/deals/[id]/page.tsx @@ -125,7 +125,7 @@ export default async function ProjectDealPage({ params }: { params: { id: number -
+
{projectData?.project_description || "No pitch available."}
diff --git a/src/app/project/apply/page.tsx b/src/app/project/apply/page.tsx index 7e16b5c..8d49c62 100644 --- a/src/app/project/apply/page.tsx +++ b/src/app/project/apply/page.tsx @@ -13,7 +13,7 @@ export default function ApplyProject() { }; return (
-
+

Apply to raise on B2DVentures

@@ -28,7 +28,7 @@ export default function ApplyProject() {

-
+
diff --git a/src/components/ProjectForm.tsx b/src/components/ProjectForm.tsx index 11ed879..f9699e8 100644 --- a/src/components/ProjectForm.tsx +++ b/src/components/ProjectForm.tsx @@ -577,14 +577,15 @@ const ProjectForm = ({ )} /> - +
+
-
+ ); diff --git a/src/components/navigationBar/nav.tsx b/src/components/navigationBar/nav.tsx index f7679a4..8579b13 100644 --- a/src/components/navigationBar/nav.tsx +++ b/src/components/navigationBar/nav.tsx @@ -51,8 +51,8 @@ export function NavigationBar() { const projectComponents = [ { title: "Projects", - href: "/landing", - description: "Raise on B2DVentures", + href: "/project/apply", + description: "Start your new project on B2DVentures", }, ];