From 558cd3470fb393a6ec9f499ff51024a7638cddb6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 13:51:59 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ba0c7d4..5bcb511 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Source_Sans_3 } from "next/font/google"; export const metadata: Metadata = { - title: 'Youth League | Future of African Leadership', - description: 'The elite movement empowering the next generation of African leaders with vision, technology, and authority.', + title: 'Youth League | African Leadership Movement', + description: 'Join a movement built on integrity, vision, and authority. We are empowering the next generation of decision-makers.', openGraph: { "title": "Youth League | Lead the Future", "siteName": "Youth League" -- 2.49.1 From 0e322124a2572be0e9dd3fd42ec9b0cfbf258754 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 13:51:59 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 362 +++++++++++++++-------------------------------- 1 file changed, 116 insertions(+), 246 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 96fd362..556ba93 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,259 +27,129 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1