From 619728a573e74a35b8459d23016dd194fe4df3b3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 22:00:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 214 +++++++++-------------------------------------- 1 file changed, 41 insertions(+), 173 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 62a703a..15df3cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,42 +46,27 @@ export default function LandingPage() {
@@ -102,7 +79,7 @@ export default function LandingPage() { description="FreeForce is dedicated to transforming career pathways for community applicants. Our programs focus on practical, industry-aligned digital training that ensures long-term professional success." subdescription="We believe digital literacy is the foundation of economic mobility." icon={ShieldCheck} - imageSrc="http://img.b2bpic.net/free-photo/female-executives-collaborating-office-analyzing-data-business-growth_482257-123720.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/female-executives-collaborating-office-analyzing-data-business-growth_482257-123720.jpg" mediaAnimation="slide-up" /> @@ -115,34 +92,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Digital Literacy", - description: "Master the essentials of the modern web and digital workspace.", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-education-shoot_53876-47033.jpg?_wi=6", - }, + title: "Digital Literacy", description: "Master the essentials of the modern web and digital workspace.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-education-shoot_53876-47033.jpg"}, { id: 2, - title: "Advanced Software Tools", - description: "Learn the industry-standard software used in tech and business today.", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-education-shoot_53876-47033.jpg?_wi=7", - }, + title: "Advanced Software Tools", description: "Learn the industry-standard software used in tech and business today.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-education-shoot_53876-47033.jpg"}, { id: 3, - title: "Career Readiness", - description: "Resume workshops, interview preparation, and job placement assistance.", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-education-shoot_53876-47033.jpg?_wi=8", - }, + title: "Career Readiness", description: "Resume workshops, interview preparation, and job placement assistance.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-education-shoot_53876-47033.jpg"}, { id: 4, - title: "Data Analytics", - description: "Unlock insights with data visualization and analytical tools.", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-education-shoot_53876-47033.jpg?_wi=9", - }, + title: "Data Analytics", description: "Unlock insights with data visualization and analytical tools.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-education-shoot_53876-47033.jpg"}, { id: 5, - title: "Cybersecurity Basics", - description: "Stay safe online with foundational security best practices.", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-education-shoot_53876-47033.jpg?_wi=10", - }, + title: "Cybersecurity Basics", description: "Stay safe online with foundational security best practices.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-education-shoot_53876-47033.jpg"}, ]} title="Core Training Programs" description="Comprehensive skill sets designed for modern job markets." @@ -153,42 +115,18 @@ export default function LandingPage() { @@ -297,37 +179,23 @@ export default function LandingPage() { logoText="FreeForce" columns={[ { - title: "Information", - items: [ + title: "Information", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Ad Choices", - href: "#", - }, + label: "Ad Choices", href: "#"}, ], }, { - title: "Organization", - items: [ + title: "Organization", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Partners", - href: "#", - }, + label: "Partners", href: "#"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, ]} -- 2.49.1