From f64ac32b400ed0fe2e0b045742295dbd155940bd Mon Sep 17 00:00:00 2001 From: THIS ONE IS A LITTLE BIT TRICKY KRUB Date: Tue, 8 Oct 2024 05:18:40 +0700 Subject: [PATCH] Refactor component and page structure for responsiveness and add remote image patterns --- src/app/business/apply/page.tsx | 28 ++++++++++++++++++++++------ src/app/layout.tsx | 2 +- src/components/siteFooter.tsx | 4 ++-- 3 files changed, 25 insertions(+), 9 deletions(-) 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 ( -