From 0e1b6c95354245c684b0ff237c238029c7d05db4 Mon Sep 17 00:00:00 2001 From: THIS ONE IS A LITTLE BIT TRICKY KRUB Date: Tue, 8 Oct 2024 15:38:11 +0700 Subject: [PATCH] Refactor component and page structure for responsiveness and add remote image patterns --- src/app/business/apply/page.tsx | 45 ++++++++++++++++++++++----------- 1 file changed, 30 insertions(+), 15 deletions(-) diff --git a/src/app/business/apply/page.tsx b/src/app/business/apply/page.tsx index 99e70b7..1cfa846 100644 --- a/src/app/business/apply/page.tsx +++ b/src/app/business/apply/page.tsx @@ -1,21 +1,36 @@ +"use client"; +import { Input } from "@/components/ui/input"; +import { Label } from "@/components/ui/label"; + 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. -

-
+
+

+ 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. +

+
+
+
+

About your company

+

+ All requested information in this section is required. +

+ {/* form */} +
+ +