Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-03-11 17:43:20 +00:00
4 changed files with 126 additions and 277 deletions

View File

@@ -7,7 +7,17 @@ import FeatureHoverPattern from "@/components/sections/feature/featureHoverPatte
import ProductCardOne from "@/components/sections/product/ProductCardOne";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import { Sparkles, Zap, Map, Clock } from "lucide-react";
import {
Sparkles,
Zap,
Map,
Clock,
Compass,
Briefcase,
Award,
Target,
Rocket,
} from "lucide-react";
import Link from "next/link";
export default function ApplyPage() {
@@ -21,8 +31,7 @@ export default function ApplyPage() {
const footerColumns = [
{
title: "Platform",
items: [
title: "Platform", items: [
{ label: "Career Pathways", href: "/dashboard" },
{ label: "Career Finder", href: "/dashboard" },
{ label: "Apply", href: "/apply" },
@@ -30,8 +39,7 @@ export default function ApplyPage() {
],
},
{
title: "About",
items: [
title: "About", items: [
{ label: "Our Mission", href: "/" },
{ label: "How It Works", href: "#how-it-works" },
{ label: "Industry Partners", href: "#partners" },
@@ -39,8 +47,7 @@ export default function ApplyPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact Us", href: "mailto:hello@empowered.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },
@@ -90,7 +97,7 @@ export default function ApplyPage() {
{ text: "Explore Pathways", href: "/dashboard" },
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-modern-clean-software-dashboard-interf-1773250849099-10ed5b37.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-modern-clean-software-dashboard-interf-1773250849099-10ed5b37.png"
imageAlt="EmpowerEd Career Dashboard"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -106,30 +113,20 @@ export default function ApplyPage() {
tagAnimation="slide-up"
features={[
{
icon: "Compass",
title: "Career Discovery",
description: "Answer engaging questions about your interests and strengths to explore potential career paths.",
},
icon: Compass,
title: "Career Discovery", description: "Answer engaging questions about your interests and strengths to explore potential career paths."},
{
icon: "Briefcase",
title: "Employer Alignment",
description: "Discover which companies are actively hiring and match your skills to their needs.",
},
icon: Briefcase,
title: "Employer Alignment", description: "Discover which companies are actively hiring and match your skills to their needs."},
{
icon: "Award",
title: "Certification Pathway",
description: "Receive a personalized roadmap of industry-recognized certifications aligned with your goal.",
},
icon: Award,
title: "Certification Pathway", description: "Receive a personalized roadmap of industry-recognized certifications aligned with your goal."},
{
icon: "Target",
title: "Career Readiness",
description: "Develop professional skills, interview prep, and networking strategies with our mentorship program.",
},
icon: Target,
title: "Career Readiness", description: "Develop professional skills, interview prep, and networking strategies with our mentorship program."},
{
icon: "Rocket",
title: "Career Opportunities",
description: "Connect directly with hiring employers and land your first role in your chosen field.",
},
icon: Rocket,
title: "Career Opportunities", description: "Connect directly with hiring employers and land your first role in your chosen field."},
]}
animationType="slide-up"
textboxLayout="default"
@@ -146,69 +143,29 @@ export default function ApplyPage() {
tagAnimation="slide-up"
products={[
{
id: "tech",
name: "Technology",
price: "12-18 months",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-vibrant-illustration-representing-the--1773250847651-fbea1390.png?_wi=2",
imageAlt: "Technology career pathway",
},
id: "tech", name: "Technology", price: "12-18 months", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-vibrant-illustration-representing-the--1773250847651-fbea1390.png", imageAlt: "Technology career pathway"},
{
id: "cybersecurity",
name: "Cybersecurity",
price: "10-16 months",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-digital-security-and-cybersecurity-pat-1773250850551-3e266de1.png?_wi=2",
imageAlt: "Cybersecurity career pathway",
},
id: "cybersecurity", name: "Cybersecurity", price: "10-16 months", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-digital-security-and-cybersecurity-pat-1773250850551-3e266de1.png", imageAlt: "Cybersecurity career pathway"},
{
id: "data-science",
name: "Data Science",
price: "14-20 months",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-data-science-pathway-illustration-show-1773250847871-d252bc91.png?_wi=2",
imageAlt: "Data Science career pathway",
},
id: "data-science", name: "Data Science", price: "14-20 months", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-data-science-pathway-illustration-show-1773250847871-d252bc91.png", imageAlt: "Data Science career pathway"},
{
id: "cloud",
name: "Cloud Computing",
price: "10-14 months",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-cloud-computing-career-pathway-showing-1773250847621-7b0a2584.png?_wi=2",
imageAlt: "Cloud Computing career pathway",
},
id: "cloud", name: "Cloud Computing", price: "10-14 months", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-cloud-computing-career-pathway-showing-1773250847621-7b0a2584.png", imageAlt: "Cloud Computing career pathway"},
{
id: "finance",
name: "Finance",
price: "12-18 months",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-finance-career-pathway-illustration-fe-1773250847320-f6d96660.png?_wi=2",
imageAlt: "Finance career pathway",
},
id: "finance", name: "Finance", price: "12-18 months", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-finance-career-pathway-illustration-fe-1773250847320-f6d96660.png", imageAlt: "Finance career pathway"},
{
id: "consulting",
name: "Consulting",
price: "12-16 months",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-consulting-career-pathway-illustration-1773250846870-9282481a.png?_wi=2",
imageAlt: "Consulting career pathway",
},
id: "consulting", name: "Consulting", price: "12-16 months", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-consulting-career-pathway-illustration-1773250846870-9282481a.png", imageAlt: "Consulting career pathway"},
{
id: "ai",
name: "AI & Machine Learning",
price: "14-24 months",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/an-artificial-intelligence-and-machine-l-1773250847494-958687c3.png?_wi=2",
imageAlt: "AI & Machine Learning career pathway",
},
id: "ai", name: "AI & Machine Learning", price: "14-24 months", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/an-artificial-intelligence-and-machine-l-1773250847494-958687c3.png", imageAlt: "AI & Machine Learning career pathway"},
{
id: "marketing",
name: "Digital Marketing",
price: "8-12 months",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-digital-marketing-career-pathway-featu-1773250848478-8c4f530d.png?_wi=2",
imageAlt: "Digital Marketing career pathway",
},
id: "marketing", name: "Digital Marketing", price: "8-12 months", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-digital-marketing-career-pathway-featu-1773250848478-8c4f530d.png", imageAlt: "Digital Marketing career pathway"},
]}
gridVariant="uniform-all-items-equal"
animationType="scale-rotate"
@@ -234,7 +191,7 @@ export default function ApplyPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-vibrant-inspiring-image-showing-a-dive-1773250847355-68269ffe.png?_wi=3"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-vibrant-inspiring-image-showing-a-dive-1773250847355-68269ffe.png"
imageAlt="EmpowerEd Community"
logoText="EmpowerEd"
copyrightText="© 2025 EmpowerEd | Empowering the Next Generation of Professionals"

View File

@@ -20,8 +20,7 @@ export default function DashboardPage() {
const footerColumns = [
{
title: "Platform",
items: [
title: "Platform", items: [
{ label: "Career Pathways", href: "/dashboard" },
{ label: "Career Finder", href: "/dashboard" },
{ label: "Apply", href: "/apply" },
@@ -29,8 +28,7 @@ export default function DashboardPage() {
],
},
{
title: "About",
items: [
title: "About", items: [
{ label: "Our Mission", href: "/" },
{ label: "How It Works", href: "#how-it-works" },
{ label: "Industry Partners", href: "#partners" },
@@ -38,8 +36,7 @@ export default function DashboardPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact Us", href: "mailto:hello@empowered.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },
@@ -81,8 +78,9 @@ export default function DashboardPage() {
{ value: "5", title: "Discovery Questions" },
{ value: "3", title: "Career Recommendations" },
]}
metricsAnimation="slide-up"
useInvertedBackground={true}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/an-interactive-career-finder-tool-interf-1773250847547-1623c8ae.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/an-interactive-career-finder-tool-interf-1773250847547-1623c8ae.png"
imageAlt="Career Finder Interactive Tool"
mediaAnimation="blur-reveal"
/>
@@ -100,65 +98,29 @@ export default function DashboardPage() {
animationType="slide-up"
testimonials={[
{
id: "1",
name: "Sarah Chen",
handle: "@sarahtech",
testimonial:
"EmpowerEd helped me discover my passion for cybersecurity. The structured pathway and mentor support made me job-ready in 14 months. I'm now working at a Fortune 500 tech company.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/professional-headshot-photograph-of-a-co-1773250847692-d5e012d1.png?_wi=2",
imageAlt: "Sarah Chen",
},
id: "1", name: "Sarah Chen", handle: "@sarahtech", testimonial:
"EmpowerEd helped me discover my passion for cybersecurity. The structured pathway and mentor support made me job-ready in 14 months. I'm now working at a Fortune 500 tech company.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/professional-headshot-photograph-of-a-co-1773250847692-d5e012d1.png", imageAlt: "Sarah Chen"},
{
id: "2",
name: "Marcus Johnson",
handle: "@marcusdata",
testimonial:
"The data science pathway was exactly what I needed. Real-world projects, industry certifications, and direct access to hiring managers. My starting salary exceeded my expectations.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/professional-headshot-photograph-of-a-co-1773250846533-4614d9aa.png?_wi=2",
imageAlt: "Marcus Johnson",
},
id: "2", name: "Marcus Johnson", handle: "@marcusdata", testimonial:
"The data science pathway was exactly what I needed. Real-world projects, industry certifications, and direct access to hiring managers. My starting salary exceeded my expectations.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/professional-headshot-photograph-of-a-co-1773250846533-4614d9aa.png", imageAlt: "Marcus Johnson"},
{
id: "3",
name: "Alex Rodriguez",
handle: "@alexcloud",
testimonial:
"Coming from a non-tech background, EmpowerEd's step-by-step approach made cloud computing accessible. The community support kept me motivated throughout the program.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/professional-headshot-photograph-of-a-co-1773250846737-d00b1a21.png?_wi=2",
imageAlt: "Alex Rodriguez",
},
id: "3", name: "Alex Rodriguez", handle: "@alexcloud", testimonial:
"Coming from a non-tech background, EmpowerEd's step-by-step approach made cloud computing accessible. The community support kept me motivated throughout the program.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/professional-headshot-photograph-of-a-co-1773250846737-d00b1a21.png", imageAlt: "Alex Rodriguez"},
{
id: "4",
name: "Jordan Kim",
handle: "@jordanai",
testimonial:
"The AI & Machine Learning pathway opened doors I didn't know existed. My mentor helped me navigate complex concepts and land internships that turned into full-time offers.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/professional-headshot-photograph-of-a-co-1773250846520-c2dc817c.png?_wi=2",
imageAlt: "Jordan Kim",
},
id: "4", name: "Jordan Kim", handle: "@jordanai", testimonial:
"The AI & Machine Learning pathway opened doors I didn't know existed. My mentor helped me navigate complex concepts and land internships that turned into full-time offers.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/professional-headshot-photograph-of-a-co-1773250846520-c2dc817c.png", imageAlt: "Jordan Kim"},
{
id: "5",
name: "Sophia Patel",
handle: "@sophiaconsulting",
testimonial:
"EmpowerEd's consulting pathway combined business strategy with leadership development. I feel genuinely prepared for my role at a top consulting firm.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/professional-headshot-photograph-of-a-co-1773250846768-87fdea01.png?_wi=2",
imageAlt: "Sophia Patel",
},
id: "5", name: "Sophia Patel", handle: "@sophiaconsulting", testimonial:
"EmpowerEd's consulting pathway combined business strategy with leadership development. I feel genuinely prepared for my role at a top consulting firm.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/professional-headshot-photograph-of-a-co-1773250846768-87fdea01.png", imageAlt: "Sophia Patel"},
{
id: "6",
name: "David Lee",
handle: "@davidfinance",
testimonial:
"The finance pathway provided industry certifications and connections. EmpowerEd's network of employers made my job search efficient and successful.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/professional-headshot-photograph-of-a-co-1773250847923-4eb9cf1b.png?_wi=2",
imageAlt: "David Lee",
},
id: "6", name: "David Lee", handle: "@davidfinance", testimonial:
"The finance pathway provided industry certifications and connections. EmpowerEd's network of employers made my job search efficient and successful.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/professional-headshot-photograph-of-a-co-1773250847923-4eb9cf1b.png", imageAlt: "David Lee"},
]}
speed={40}
/>
@@ -174,19 +136,7 @@ export default function DashboardPage() {
textboxLayout="default"
useInvertedBackground={false}
logos={[
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/red-hat-company-logo-with-clear-branding-1773250846560-cd02265e.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/sas-institute-company-logo-with-clear-br-1773250847374-814d0e21.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/ibm-international-business-machines-comp-1773250846115-e3969cef.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/cisco-systems-company-logo-featuring-the-1773250847136-3df25840.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/adwerx-company-logo-with-modern-tech-sta-1773250846905-cc6de1f6.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/bank-of-america-company-logo-with-the-di-1773250846305-1022a126.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/wells-fargo-company-logo-with-the-iconic-1773250845650-f2ced5a8.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/deloitte-company-logo-with-the-distincti-1773250846659-112271aa.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/accenture-company-logo-with-the-distinct-1773250846635-7ee65b17.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/amazon-web-services-aws-company-logo-wit-1773250846827-8e023598.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/crowdstrike-company-logo-with-the-distin-1773250846328-328abc7f.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/databricks-company-logo-with-modern-tech-1773250847281-ed513285.png",
]}
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/red-hat-company-logo-with-clear-branding-1773250846560-cd02265e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/sas-institute-company-logo-with-clear-br-1773250847374-814d0e21.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/ibm-international-business-machines-comp-1773250846115-e3969cef.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/cisco-systems-company-logo-featuring-the-1773250847136-3df25840.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/adwerx-company-logo-with-modern-tech-sta-1773250846905-cc6de1f6.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/bank-of-america-company-logo-with-the-di-1773250846305-1022a126.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/wells-fargo-company-logo-with-the-iconic-1773250845650-f2ced5a8.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/deloitte-company-logo-with-the-distincti-1773250846659-112271aa.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/accenture-company-logo-with-the-distinct-1773250846635-7ee65b17.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/amazon-web-services-aws-company-logo-wit-1773250846827-8e023598.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/crowdstrike-company-logo-with-the-distin-1773250846328-328abc7f.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/databricks-company-logo-with-modern-tech-1773250847281-ed513285.png"]}
names={[]}
speed={40}
showCard={true}
@@ -195,7 +145,7 @@ export default function DashboardPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-vibrant-inspiring-image-showing-a-dive-1773250847355-68269ffe.png?_wi=4"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-vibrant-inspiring-image-showing-a-dive-1773250847355-68269ffe.png"
imageAlt="EmpowerEd Community"
logoText="EmpowerEd"
copyrightText="© 2025 EmpowerEd | Empowering the Next Generation of Professionals"

View File

@@ -36,8 +36,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Platform",
items: [
title: "Platform", items: [
{ label: "Career Pathways", href: "/pathways" },
{ label: "Career Finder", href: "#career-finder" },
{ label: "Apply", href: "/apply" },
@@ -45,8 +44,7 @@ export default function HomePage() {
],
},
{
title: "About",
items: [
title: "About", items: [
{ label: "Our Mission", href: "/" },
{ label: "How It Works", href: "#how-it-works" },
{ label: "Industry Partners", href: "#partners" },
@@ -54,8 +52,7 @@ export default function HomePage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact Us", href: "mailto:hello@empowered.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },
@@ -105,7 +102,7 @@ export default function HomePage() {
{ text: "Explore Pathways", href: "/pathways" },
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-modern-clean-software-dashboard-interf-1773250849099-10ed5b37.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-modern-clean-software-dashboard-interf-1773250849099-10ed5b37.png"
imageAlt="EmpowerEd Career Dashboard"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -122,34 +119,24 @@ export default function HomePage() {
features={[
{
icon: Compass,
title: "Career Discovery",
description:
"Answer engaging questions about your interests and strengths to explore potential career paths.",
},
title: "Career Discovery", description:
"Answer engaging questions about your interests and strengths to explore potential career paths."},
{
icon: Briefcase,
title: "Employer Alignment",
description:
"Discover which companies are actively hiring and match your skills to their needs.",
},
title: "Employer Alignment", description:
"Discover which companies are actively hiring and match your skills to their needs."},
{
icon: Award,
title: "Certification Pathway",
description:
"Receive a personalized roadmap of industry-recognized certifications aligned with your goal.",
},
title: "Certification Pathway", description:
"Receive a personalized roadmap of industry-recognized certifications aligned with your goal."},
{
icon: Target,
title: "Career Readiness",
description:
"Develop professional skills, interview prep, and networking strategies with our mentorship program.",
},
title: "Career Readiness", description:
"Develop professional skills, interview prep, and networking strategies with our mentorship program."},
{
icon: Rocket,
title: "Career Opportunities",
description:
"Connect directly with hiring employers and land your first role in your chosen field.",
},
title: "Career Opportunities", description:
"Connect directly with hiring employers and land your first role in your chosen field."},
]}
animationType="slide-up"
textboxLayout="default"
@@ -169,65 +156,29 @@ export default function HomePage() {
animationType="slide-up"
testimonials={[
{
id: "1",
name: "Sarah Chen",
handle: "@sarahtech",
testimonial:
"EmpowerEd helped me discover my passion for cybersecurity. The structured pathway and mentor support made me job-ready in 14 months. I'm now working at a Fortune 500 tech company.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/professional-headshot-photograph-of-a-co-1773250847692-d5e012d1.png?_wi=1",
imageAlt: "Sarah Chen",
},
id: "1", name: "Sarah Chen", handle: "@sarahtech", testimonial:
"EmpowerEd helped me discover my passion for cybersecurity. The structured pathway and mentor support made me job-ready in 14 months. I'm now working at a Fortune 500 tech company.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/professional-headshot-photograph-of-a-co-1773250847692-d5e012d1.png", imageAlt: "Sarah Chen"},
{
id: "2",
name: "Marcus Johnson",
handle: "@marcusdata",
testimonial:
"The data science pathway was exactly what I needed. Real-world projects, industry certifications, and direct access to hiring managers. My starting salary exceeded my expectations.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/professional-headshot-photograph-of-a-co-1773250846533-4614d9aa.png?_wi=1",
imageAlt: "Marcus Johnson",
},
id: "2", name: "Marcus Johnson", handle: "@marcusdata", testimonial:
"The data science pathway was exactly what I needed. Real-world projects, industry certifications, and direct access to hiring managers. My starting salary exceeded my expectations.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/professional-headshot-photograph-of-a-co-1773250846533-4614d9aa.png", imageAlt: "Marcus Johnson"},
{
id: "3",
name: "Alex Rodriguez",
handle: "@alexcloud",
testimonial:
"Coming from a non-tech background, EmpowerEd's step-by-step approach made cloud computing accessible. The community support kept me motivated throughout the program.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/professional-headshot-photograph-of-a-co-1773250846737-d00b1a21.png?_wi=1",
imageAlt: "Alex Rodriguez",
},
id: "3", name: "Alex Rodriguez", handle: "@alexcloud", testimonial:
"Coming from a non-tech background, EmpowerEd's step-by-step approach made cloud computing accessible. The community support kept me motivated throughout the program.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/professional-headshot-photograph-of-a-co-1773250846737-d00b1a21.png", imageAlt: "Alex Rodriguez"},
{
id: "4",
name: "Jordan Kim",
handle: "@jordanai",
testimonial:
"The AI & Machine Learning pathway opened doors I didn't know existed. My mentor helped me navigate complex concepts and land internships that turned into full-time offers.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/professional-headshot-photograph-of-a-co-1773250846520-c2dc817c.png?_wi=1",
imageAlt: "Jordan Kim",
},
id: "4", name: "Jordan Kim", handle: "@jordanai", testimonial:
"The AI & Machine Learning pathway opened doors I didn't know existed. My mentor helped me navigate complex concepts and land internships that turned into full-time offers.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/professional-headshot-photograph-of-a-co-1773250846520-c2dc817c.png", imageAlt: "Jordan Kim"},
{
id: "5",
name: "Sophia Patel",
handle: "@sophiaconsulting",
testimonial:
"EmpowerEd's consulting pathway combined business strategy with leadership development. I feel genuinely prepared for my role at a top consulting firm.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/professional-headshot-photograph-of-a-co-1773250846768-87fdea01.png?_wi=1",
imageAlt: "Sophia Patel",
},
id: "5", name: "Sophia Patel", handle: "@sophiaconsulting", testimonial:
"EmpowerEd's consulting pathway combined business strategy with leadership development. I feel genuinely prepared for my role at a top consulting firm.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/professional-headshot-photograph-of-a-co-1773250846768-87fdea01.png", imageAlt: "Sophia Patel"},
{
id: "6",
name: "David Lee",
handle: "@davidfinance",
testimonial:
"The finance pathway provided industry certifications and connections. EmpowerEd's network of employers made my job search efficient and successful.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/professional-headshot-photograph-of-a-co-1773250847923-4eb9cf1b.png?_wi=1",
imageAlt: "David Lee",
},
id: "6", name: "David Lee", handle: "@davidfinance", testimonial:
"The finance pathway provided industry certifications and connections. EmpowerEd's network of employers made my job search efficient and successful.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/professional-headshot-photograph-of-a-co-1773250847923-4eb9cf1b.png", imageAlt: "David Lee"},
]}
speed={40}
/>
@@ -244,8 +195,9 @@ export default function HomePage() {
{ value: "5", title: "Discovery Questions" },
{ value: "3", title: "Career Recommendations" },
]}
metricsAnimation="slide-up"
useInvertedBackground={true}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/an-interactive-career-finder-tool-interf-1773250847547-1623c8ae.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/an-interactive-career-finder-tool-interf-1773250847547-1623c8ae.png"
imageAlt="Career Finder Interactive Tool"
mediaAnimation="blur-reveal"
/>
@@ -268,7 +220,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-vibrant-inspiring-image-showing-a-dive-1773250847355-68269ffe.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-vibrant-inspiring-image-showing-a-dive-1773250847355-68269ffe.png"
imageAlt="EmpowerEd Community"
logoText="EmpowerEd"
copyrightText="© 2025 EmpowerEd | Empowering the Next Generation of Professionals"

View File

@@ -1,51 +1,41 @@
"use client";
import { memo } from "react";
import useSvgTextLogo from "./useSvgTextLogo";
import { cls } from "@/lib/utils";
import React from 'react';
interface SvgTextLogoProps {
logoText: string;
adjustHeightFactor?: number;
verticalAlign?: "top" | "center";
text: string;
className?: string;
textClassName?: string;
}
const SvgTextLogo = memo<SvgTextLogoProps>(function SvgTextLogo({
logoText,
adjustHeightFactor,
verticalAlign = "top",
className = "",
}) {
const { svgRef, textRef, viewBox, aspectRatio } = useSvgTextLogo(logoText, false, adjustHeightFactor);
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({ text, className = '', textClassName = '' }) => {
return (
<svg
ref={svgRef}
viewBox={viewBox}
className={cls("w-full", className)}
style={{ aspectRatio: aspectRatio }}
preserveAspectRatio="none"
role="img"
aria-label={`${logoText} logo`}
className={`w-full h-full ${className}`}
viewBox="0 0 300 100"
preserveAspectRatio="xMidYMid meet"
>
<defs>
<linearGradient id="textGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stopColor="#3b82f6" />
<stop offset="100%" stopColor="#8b5cf6" />
</linearGradient>
</defs>
<text
ref={textRef}
x="0"
y={verticalAlign === "center" ? "50%" : "0"}
className="font-bold fill-current"
x="50%"
y="50%"
textAnchor="middle"
dominantBaseline="middle"
className={textClassName}
style={{
fontSize: "20px",
letterSpacing: "-0.02em",
dominantBaseline: verticalAlign === "center" ? "middle" : "text-before-edge"
fontSize: '48px',
fontWeight: 'bold',
fill: 'url(#textGradient)',
fontFamily: 'system-ui, -apple-system, sans-serif',
}}
>
{logoText}
{text}
</text>
</svg>
);
});
SvgTextLogo.displayName = "SvgTextLogo";
};
export default SvgTextLogo;