From b2e380c0ed20b3adf1efcbf932045df9948b8f9d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:29:31 +0000 Subject: [PATCH] Update src/app/careers/page.tsx --- src/app/careers/page.tsx | 88 +++++++++++++--------------------------- 1 file changed, 29 insertions(+), 59 deletions(-) diff --git a/src/app/careers/page.tsx b/src/app/careers/page.tsx index 5bb1086..19a9e4f 100644 --- a/src/app/careers/page.tsx +++ b/src/app/careers/page.tsx @@ -19,16 +19,16 @@ export default function CareersPage() { return ( @@ -63,32 +63,26 @@ export default function CareersPage() { title="Our Mission & Values" description="We believe education should be accessible, engaging, and transformative. Our team is dedicated to creating tools that empower educators and inspire learners." tag="Why Join Wacey" - tagAnimation="slide-up" + tagAnimation="none" textboxLayout="default" useInvertedBackground={false} bulletPoints={[ { - title: "Impact-Driven", - description: "Every role directly contributes to improving educational outcomes for thousands of students", - icon: Lightbulb, + title: "Impact-Driven", description: "Every role directly contributes to improving educational outcomes for thousands of students", icon: Lightbulb, }, { - title: "Diverse Team", - description: "We bring together educators, technologists, and designers with shared passion for learning", - icon: Users, + title: "Diverse Team", description: "We bring together educators, technologists, and designers with shared passion for learning", icon: Users, }, { - title: "Supportive Culture", - description: "Growth opportunities, mentorship, and a workplace where everyone can thrive", - icon: Heart, + title: "Supportive Culture", description: "Growth opportunities, mentorship, and a workplace where everyone can thrive", icon: Heart, }, ]} imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-flat-winter-animals-collection_23-2149156073.jpg?_wi=2" imageAlt="Wacey team at work" - mediaAnimation="slide-up" + mediaAnimation="none" imagePosition="right" buttons={[{ text: "Explore Opportunities", href: "/careers" }]} - buttonAnimation="slide-up" + buttonAnimation="none" /> @@ -97,45 +91,27 @@ export default function CareersPage() { title="Open Positions" description="Discover current opportunities to join our growing team" tag="We're Hiring" - tagAnimation="slide-up" + tagAnimation="none" textboxLayout="default" useInvertedBackground={false} features={[ { id: 1, - tag: "Engineering", - title: "Senior Full Stack Developer", - subtitle: "Build scalable educational tech", - description: - "Join our backend and frontend teams to develop features that impact millions. You'll work with React, Next.js, and modern cloud infrastructure to create seamless learning experiences.", - imageSrc: "http://img.b2bpic.net/free-photo/laboratory-glassware-with-liquids-different-color_1150-19441.jpg?_wi=3", - imageAlt: "Development team", - buttons: [{ text: "Apply Now", href: "/contact" }], + tag: "Engineering", title: "Senior Full Stack Developer", subtitle: "Build scalable educational tech", description: + "Join our backend and frontend teams to develop features that impact millions. You'll work with React, Next.js, and modern cloud infrastructure to create seamless learning experiences.", imageSrc: "http://img.b2bpic.net/free-photo/laboratory-glassware-with-liquids-different-color_1150-19441.jpg?_wi=3", imageAlt: "Development team", buttons: [{ text: "Apply Now", href: "/contact" }], }, { id: 2, - tag: "Education", - title: "Content & Curriculum Manager", - subtitle: "Shape our learning resources", - description: - "Design and oversee content strategy across Specialist, Methods, Chemistry, and Physics. Collaborate with educators to ensure our resources meet the highest academic standards.", - imageSrc: "http://img.b2bpic.net/free-photo/calendar-planner-agenda-schedule-concept_53876-176748.jpg?_wi=3", - imageAlt: "Content creation", - buttons: [{ text: "Apply Now", href: "/contact" }], + tag: "Education", title: "Content & Curriculum Manager", subtitle: "Shape our learning resources", description: + "Design and oversee content strategy across Specialist, Methods, Chemistry, and Physics. Collaborate with educators to ensure our resources meet the highest academic standards.", imageSrc: "http://img.b2bpic.net/free-photo/calendar-planner-agenda-schedule-concept_53876-176748.jpg?_wi=3", imageAlt: "Content creation", buttons: [{ text: "Apply Now", href: "/contact" }], }, { id: 3, - tag: "Support", - title: "Customer Success Specialist", - subtitle: "Support our school partners", - description: - "Help educational institutions maximize the value of Wacey. Provide onboarding, training, and ongoing support to ensure our partners achieve their student success goals.", - imageSrc: "http://img.b2bpic.net/free-vector/user-panel-dashboard_23-2148365531.jpg?_wi=3", - imageAlt: "Customer support", - buttons: [{ text: "Apply Now", href: "/contact" }], + tag: "Support", title: "Customer Success Specialist", subtitle: "Support our school partners", description: + "Help educational institutions maximize the value of Wacey. Provide onboarding, training, and ongoing support to ensure our partners achieve their student success goals.", imageSrc: "http://img.b2bpic.net/free-vector/user-panel-dashboard_23-2148365531.jpg?_wi=3", imageAlt: "Customer support", buttons: [{ text: "Apply Now", href: "/contact" }], }, ]} - buttonAnimation="slide-up" + buttonAnimation="none" /> @@ -146,22 +122,16 @@ export default function CareersPage() { socialLinks={[ { icon: Twitter, - href: "https://twitter.com/wacey", - ariaLabel: "Follow us on Twitter", - }, + href: "https://twitter.com/wacey", ariaLabel: "Follow us on Twitter"}, { icon: Linkedin, - href: "https://linkedin.com/company/wacey", - ariaLabel: "Connect on LinkedIn", - }, + href: "https://linkedin.com/company/wacey", ariaLabel: "Connect on LinkedIn"}, { icon: Instagram, - href: "https://instagram.com/wacey", - ariaLabel: "Follow us on Instagram", - }, + href: "https://instagram.com/wacey", ariaLabel: "Follow us on Instagram"}, ]} /> ); -} \ No newline at end of file +}