From 38dbbe205729c97495ad6faae5e897a384c2a154 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Fri, 7 Nov 2025 23:23:53 +0000 Subject: [PATCH] Create Services page - detailed Corp consulting offerings cgen-29a02144e1f14d879bf6b11a2c4d3d73 --- client/pages/Careers.tsx | 326 +++++++++++++++++++++++++++++++++++++ client/pages/Services.tsx | 327 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 653 insertions(+) create mode 100644 client/pages/Careers.tsx create mode 100644 client/pages/Services.tsx diff --git a/client/pages/Careers.tsx b/client/pages/Careers.tsx new file mode 100644 index 00000000..f9e2f843 --- /dev/null +++ b/client/pages/Careers.tsx @@ -0,0 +1,326 @@ +import Layout from "@/components/Layout"; +import { Button } from "@/components/ui/button"; +import { Badge } from "@/components/ui/badge"; +import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; +import { + Check, + Briefcase, + Users, + Zap, + Heart, + TrendingUp, + ArrowRight, + Microscope, +} from "lucide-react"; +import { useNavigate } from "react-router-dom"; + +export default function Careers() { + const navigate = useNavigate(); + + const values = [ + { + icon: , + title: "Innovation First", + description: + "We push boundaries and explore cutting-edge technologies daily", + }, + { + icon: , + title: "People Matter", + description: + "We invest in our team's growth, health, and work-life balance", + }, + { + icon: , + title: "Ship It", + description: + "We believe in execution over perfection—iterate and learn fast", + }, + { + icon: , + title: "Collaboration", + description: + "Great ideas come from diverse teams working together openly", + }, + ]; + + const benefits = [ + "Competitive salary & equity package", + "Comprehensive health insurance (medical, dental, vision)", + "Unlimited PTO", + "Remote-first, work from anywhere", + "Equipment budget for your home office", + "Professional development fund ($5k/year)", + "Team offsites & retreats", + "Stock options", + "Parental leave", + "Gym & wellness stipend", + "Learning & conference budget", + "Commuter benefits", + ]; + + const openRoles = [ + { + title: "Senior Software Engineer", + team: "Platform Engineering", + location: "Remote", + level: "Senior", + type: "Full-time", + description: + "Lead architecture and implementation of next-generation platform systems", + }, + { + title: "Game Developer", + team: "GameForge", + location: "Remote", + level: "Mid-level", + type: "Full-time", + description: "Ship games monthly with our world-class production team", + }, + { + title: "Research Scientist", + team: "Labs", + location: "Remote", + level: "Senior", + type: "Full-time", + description: + "Explore AI/ML applications in game development and interactive experiences", + }, + { + title: "Product Manager", + team: "Labs", + location: "Remote", + level: "Mid-level", + type: "Full-time", + description: + "Shape the future of our developer tools and platforms", + }, + { + title: "UX/UI Designer", + team: "Design System", + location: "Remote", + level: "Mid-level", + type: "Full-time", + description: + "Design beautiful, intuitive interfaces for millions of developers", + }, + { + title: "DevOps Engineer", + team: "Infrastructure", + location: "Remote", + level: "Senior", + type: "Full-time", + description: "Build the infrastructure that powers AeThex at scale", + }, + ]; + + const hiringProcess = [ + { + step: "1", + title: "Application", + description: "Submit your resume and tell us about yourself", + }, + { + step: "2", + title: "Phone Screen", + description: "30-min chat with our recruiting team", + }, + { + step: "3", + title: "Technical Interview", + description: "Technical discussion or coding challenge", + }, + { + step: "4", + title: "Take-Home Project", + description: "Real-world problem relevant to the role", + }, + { + step: "5", + title: "Team Interview", + description: "Meet the team and discuss culture fit", + }, + { + step: "6", + title: "Offer", + description: "Receive offer and negotiate terms", + }, + ]; + + return ( + +
+
+
+
+
+
+ +
+ {/* Header */} +
+
+ + + + + Join Our Team + +

+ Work on the Future +

+

+ Join a team of innovators, creators, and builders pushing the boundaries of what's possible. Work on cutting-edge technology that impacts millions of developers worldwide. +

+
+
+ + {/* Core Values */} +
+
+

+ Our Values +

+
+ {values.map((value, idx) => ( + + +
{value.icon}
+

+ {value.title} +

+

+ {value.description} +

+
+
+ ))} +
+
+
+ + {/* Benefits */} +
+
+

+ Benefits & Perks +

+
+ {benefits.map((benefit, idx) => ( +
+ + {benefit} +
+ ))} +
+
+
+ + {/* Open Roles */} +
+
+

+ Open Positions +

+
+ {openRoles.map((role, idx) => ( + + +
+
+

+ {role.title} +

+

+ {role.team} +

+
+ +
+ +

+ {role.description} +

+ +
+ + {role.location} + + + {role.level} + + + {role.type} + +
+
+
+ ))} +
+
+
+ + {/* Hiring Process */} +
+
+

+ Our Hiring Process +

+
+ {hiringProcess.map((item, idx) => ( +
+
+
+ {item.step} +
+ {idx < hiringProcess.length - 1 && ( +
+ )} +
+

+ {item.title} +

+

+ {item.description} +

+
+ ))} +
+
+
+ + {/* CTA */} +
+
+

+ Ready to Join? +

+

+ Browse open roles and apply today. We're excited to meet you. +

+ +
+
+
+
+ + ); +} diff --git a/client/pages/Services.tsx b/client/pages/Services.tsx new file mode 100644 index 00000000..dcc7bf1f --- /dev/null +++ b/client/pages/Services.tsx @@ -0,0 +1,327 @@ +import Layout from "@/components/Layout"; +import { Button } from "@/components/ui/button"; +import { Badge } from "@/components/ui/badge"; +import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; +import { Check, ArrowRight, Briefcase, Zap, Code, Palette } from "lucide-react"; +import { useNavigate } from "react-router-dom"; + +export default function Services() { + const navigate = useNavigate(); + + const services = [ + { + icon: , + title: "Custom Software Development", + description: + "Bespoke solutions built from the ground up for your unique business needs", + features: [ + "Web & mobile applications", + "Real-time systems", + "3D experiences & games", + "API development", + "System integration", + ], + color: "from-blue-500 to-cyan-500", + }, + { + icon: , + title: "Technology Consulting", + description: + "Strategic guidance on architecture, modernization, and digital transformation", + features: [ + "Technology roadmap planning", + "Cloud-native architecture", + "DevOps & infrastructure", + "Security & compliance", + "Performance optimization", + ], + color: "from-purple-500 to-pink-500", + }, + { + icon: , + title: "Game Development Contracts", + description: "Specialized game dev services for studios and enterprises", + features: [ + "Full game production", + "Custom game engines", + "Metaverse experiences", + "Roblox enterprise solutions", + "Game porting & optimization", + ], + color: "from-green-500 to-emerald-500", + }, + { + icon: , + title: "UX/UI & Product Design", + description: + "Beautiful, intuitive interfaces that drive user engagement and retention", + features: [ + "User research & testing", + "Design systems", + "Interaction design", + "Brand strategy", + "Accessibility (WCAG)", + ], + color: "from-orange-500 to-red-500", + }, + ]; + + const caseStudies = [ + { + company: "Fortune 500 Tech Company", + project: "Digital Transformation Initiative", + challenge: + "Legacy systems preventing innovation, slow time-to-market for new features", + solution: + "Cloud-native architecture redesign, microservices migration, CI/CD pipeline setup", + result: "$2.5M annual cost savings, 3x faster deployment cycles", + testimonial: + '"AeThex transformed our entire development process. We went from quarterly releases to weekly deployments."', + author: "VP of Engineering", + }, + { + company: "Gaming Studio", + project: "Multiplayer Game Architecture", + challenge: "Scaling real-time multiplayer for 100K+ concurrent players", + solution: + "Custom networking layer, server optimization, database sharding strategy", + result: "Successfully launched with 150K peak concurrent players, 99.99% uptime", + testimonial: + '"Their expertise in game architecture was exactly what we needed. Launch was flawless."', + author: "Studio Director", + }, + { + company: "Enterprise Client", + project: "Internal Roblox Experience", + challenge: + "Create engaging brand experience on Roblox for corporate audience", + solution: + "Custom Roblox game development, branded environment, interactive activities", + result: + "10K+ employees engaged, 85% completion rate, record internal engagement scores", + testimonial: + '"We had no idea Roblox could be this powerful for internal engagement. Impressive work."', + author: "HR Director", + }, + ]; + + const engagementModels = [ + { + model: "Fixed Project", + description: "Defined scope, timeline, and budget", + best: "Well-defined projects with clear requirements", + pricing: "Quote-based", + }, + { + model: "Time & Materials", + description: "Flexible engagement billed hourly", + best: "Exploratory projects, evolving requirements", + pricing: "$150-300/hr", + }, + { + model: "Retainer", + description: "Ongoing support and maintenance", + best: "Continuous support, regular updates", + pricing: "Custom monthly", + }, + { + model: "Staff Augmentation", + description: "Augment your team with experienced developers", + best: "Scaling teams, specialized skills needed", + pricing: "Custom based on roles", + }, + ]; + + return ( + +
+
+
+
+
+
+ +
+ {/* Header */} +
+
+ + + + + Services + +

+ Enterprise Solutions +

+

+ Comprehensive consulting and development services designed to drive business value and accelerate digital transformation. +

+
+
+ + {/* Service Cards */} +
+
+
+ {services.map((service, idx) => ( + + +
+ {service.icon} +
+ + {service.title} + +
+ +

{service.description}

+
    + {service.features.map((feature, i) => ( +
  • + + {feature} +
  • + ))} +
+
+
+ ))} +
+
+
+ + {/* Case Studies */} +
+
+

+ Client Success Stories +

+
+ {caseStudies.map((study, idx) => ( + + +
+
+ + {study.company} + +

+ {study.project} +

+
+ +
+
+

+ Challenge +

+

+ {study.challenge} +

+
+
+

+ Solution +

+

+ {study.solution} +

+
+
+

+ Result +

+

+ {study.result} +

+
+
+ +
+

+ "{study.testimonial}" +

+

+ — {study.author} +

+
+
+
+
+ ))} +
+
+
+ + {/* Engagement Models */} +
+
+

+ Engagement Models +

+
+ {engagementModels.map((model, idx) => ( + + +

+ {model.model} +

+

+ {model.description} +

+
+
+

+ Best for +

+

+ {model.best} +

+
+ + {model.pricing} + +
+
+
+ ))} +
+
+
+ + {/* CTA */} +
+
+

+ Ready to Transform Your Business? +

+

+ Let's discuss your challenges and find the right solution for your team. +

+ +
+
+
+
+ + ); +}