diff --git a/src/app/business/apply/page.tsx b/src/app/business/apply/page.tsx index 0ba4cb5..99e70b7 100644 --- a/src/app/business/apply/page.tsx +++ b/src/app/business/apply/page.tsx @@ -1,7 +1,23 @@ -"use client" - -export default function ApplyPage(){ - return ( -
- ); +export default function Apply() { + return ( +
+
+
+

+ Apply to raise on B2DVentures +

+
+

+ All information submitted in this application is for internal use + only and is treated with the utmost{" "} +

+

+ confidentiality. Companies may apply to raise with B2DVentures + more than once. +

+
+
+
+
+ ); } diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b257865..5e21f9c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -39,8 +39,8 @@ export default function RootLayout({ children }: RootLayoutProps) {
{children}
+ - diff --git a/src/components/siteFooter.tsx b/src/components/siteFooter.tsx index 257d6ff..4e2b6e2 100644 --- a/src/components/siteFooter.tsx +++ b/src/components/siteFooter.tsx @@ -2,8 +2,8 @@ import Link from "next/link"; export function SiteFooter() { return ( -