From 86545acade1c4e2e5d174059be025c8a749697d1 Mon Sep 17 00:00:00 2001
From: Masa <120774862+Masahiro-jobson@users.noreply.github.com>
Date: Mon, 6 Apr 2026 15:42:01 +1000
Subject: [PATCH 01/34] =?UTF-8?q?=F0=9F=8E=A8=20move=20landing=20page=20la?=
=?UTF-8?q?yout=20w/=20placeholders=20#132?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/app/[lang]/page.tsx | 3 ++
src/components/Dashboard/Landing/Landing.tsx | 21 ++++++--
.../EventsSection/EventsSection.tsx | 3 ++
src/components/EventsSection/index.ts | 1 +
.../ProcessSteps/ProcessStepsSection.tsx | 3 ++
src/components/ProcessSteps/index.ts | 1 +
src/components/RacSection/RacSection.tsx | 3 ++
src/components/RacSection/index.ts | 1 +
.../VolunteeringOpportunities/Header.tsx | 10 ++++
.../VolunteeringOpportunitiesSection.tsx | 3 ++
.../VolunteeringOpportunities/index.ts | 1 +
.../VolunteeringOpportunities/types.ts | 48 +++++++++++++++++++
12 files changed, 94 insertions(+), 4 deletions(-)
create mode 100644 src/components/EventsSection/EventsSection.tsx
create mode 100644 src/components/EventsSection/index.ts
create mode 100644 src/components/ProcessSteps/ProcessStepsSection.tsx
create mode 100644 src/components/ProcessSteps/index.ts
create mode 100644 src/components/RacSection/RacSection.tsx
create mode 100644 src/components/RacSection/index.ts
create mode 100644 src/components/VolunteeringOpportunities/Header.tsx
create mode 100644 src/components/VolunteeringOpportunities/VolunteeringOpportunitiesSection.tsx
create mode 100644 src/components/VolunteeringOpportunities/index.ts
create mode 100644 src/components/VolunteeringOpportunities/types.ts
diff --git a/src/app/[lang]/page.tsx b/src/app/[lang]/page.tsx
index 393ce837..4772cefc 100644
--- a/src/app/[lang]/page.tsx
+++ b/src/app/[lang]/page.tsx
@@ -1,3 +1,4 @@
+import { Landing } from "@/components/Dashboard/Landing";
import Link from "next/link";
import styles from "./page.module.css";
@@ -19,6 +20,8 @@ export default function Home() {
Opportunity form
+ {/* Reders Landing Layout */}
+
{t("aboutus.aboutusSubheading")}
diff --git a/src/components/Static/FAQs/index.tsx b/src/components/Static/FAQs/index.tsx index 8cc32e38..a528ae07 100644 --- a/src/components/Static/FAQs/index.tsx +++ b/src/components/Static/FAQs/index.tsx @@ -69,7 +69,7 @@ function FAQs() { ]; return ( -{t("legal.agreement.para1")}
diff --git a/src/components/Static/Legal/DataPrivacy.tsx b/src/components/Static/Legal/DataPrivacy.tsx index f0d4af5d..12bcbe24 100644 --- a/src/components/Static/Legal/DataPrivacy.tsx +++ b/src/components/Static/Legal/DataPrivacy.tsx @@ -27,7 +27,7 @@ function DataPrivacy() { `; return ( -{t("legal.dataPrivacy.intro1")}
diff --git a/src/components/Static/Legal/LegalNotice.tsx b/src/components/Static/Legal/LegalNotice.tsx index dcf56f05..6ee0277d 100644 --- a/src/components/Static/Legal/LegalNotice.tsx +++ b/src/components/Static/Legal/LegalNotice.tsx @@ -47,7 +47,7 @@ function LegalNotice() { } `; return ( -{t("aboutus.aboutusSubheading")}
diff --git a/src/components/Static/FAQs/index.tsx b/src/components/Static/FAQs/index.tsx index a528ae07..8cc32e38 100644 --- a/src/components/Static/FAQs/index.tsx +++ b/src/components/Static/FAQs/index.tsx @@ -69,7 +69,7 @@ function FAQs() { ]; return ( -{t("legal.agreement.para1")}
diff --git a/src/components/Static/Legal/DataPrivacy.tsx b/src/components/Static/Legal/DataPrivacy.tsx index 12bcbe24..f0d4af5d 100644 --- a/src/components/Static/Legal/DataPrivacy.tsx +++ b/src/components/Static/Legal/DataPrivacy.tsx @@ -27,7 +27,7 @@ function DataPrivacy() { `; return ( -{t("legal.dataPrivacy.intro1")}
diff --git a/src/components/Static/Legal/LegalNotice.tsx b/src/components/Static/Legal/LegalNotice.tsx index 6ee0277d..dcf56f05 100644 --- a/src/components/Static/Legal/LegalNotice.tsx +++ b/src/components/Static/Legal/LegalNotice.tsx @@ -47,7 +47,7 @@ function LegalNotice() { } `; return ( -