diff --git a/client/App.tsx b/client/App.tsx
index aebffbea..11af5af1 100644
--- a/client/App.tsx
+++ b/client/App.tsx
@@ -51,13 +51,53 @@ const App = () => (
- Pushing the boundaries of technology through cutting-edge research and breakthrough discoveries. + Pushing the boundaries of technology through cutting-edge + research and breakthrough discoveries.
{/* Services */} -© 2024 AeThex Corporation. All rights reserved.
- Tell us about your goals and interests so we can personalize your experience + Tell us about your goals and interests so we can personalize your + experience
Select all that interest you
++ Select all that interest you +
- * Required fields -
+* Required fields
- Don't worry - you can always change your preferences later or access multiple areas of our platform. + Don't worry - you can always change your preferences later or access + multiple areas of our platform.
- Your {getUserTypeLabel().toLowerCase()} account has been successfully set up + Your {getUserTypeLabel().toLowerCase()} account has been + successfully set up
{data.experience.level}
++ {data.experience.level} +
{data.experience.skills.slice(0, 3).join(', ')}{data.experience.skills.length > 3 ? '...' : ''}
++ {data.experience.skills.slice(0, 3).join(", ")} + {data.experience.skills.length > 3 ? "..." : ""} +
{data.interests.primaryGoals.length} selected
++ {data.interests.primaryGoals.length} selected +
- Need help getting started? Contact our support team + Need help getting started?{" "} + + Contact our support team +
- Stay updated with the latest developments in game technology, AI research, - and industry insights from the AeThex team. + Stay updated with the latest developments in game technology, AI + research, and industry insights from the AeThex team.
{/* Search and Filter */} @@ -165,7 +193,10 @@ export default function Blog() { className="w-full pl-10 pr-4 py-3 rounded-lg border border-border/50 bg-background/50 backdrop-blur-sm focus:border-aethex-400 focus:outline-none" />- Subscribe to our newsletter for the latest articles, tutorials, and technology insights - delivered directly to your inbox. + Subscribe to our newsletter for the latest articles, tutorials, + and technology insights delivered directly to your inbox.
- +- Join 10,000+ developers getting weekly insights. Unsubscribe anytime. + Join 10,000+ developers getting weekly insights. Unsubscribe + anytime.
- Connect with developers, creators, and innovators from around the world. - Share knowledge, collaborate on projects, and grow together. + Connect with developers, creators, and innovators from around + the world. Share knowledge, collaborate on projects, and grow + together.
{stat.label}
++ {stat.label} +
{contributor.title}
-+ {contributor.title} +
+- Connect with thousands of developers, share your projects, and grow your skills - in our supportive and innovative community. + Connect with thousands of developers, share your projects, and + grow your skills in our supportive and innovative community.
- +Virtual coffee chats
++ Virtual coffee chats +
Contributor rewards
++ Contributor rewards +
Learn & advance
++ Learn & advance +
{user.role}
-+ {user.role} +
+{stat.label}
-{stat.value}
++ {stat.label} +
++ {stat.value} +
{project.progress}%
++ {project.progress}% +
diff --git a/client/pages/DevelopmentConsulting.tsx b/client/pages/DevelopmentConsulting.tsx
index 57b799e2..5d365961 100644
--- a/client/pages/DevelopmentConsulting.tsx
+++ b/client/pages/DevelopmentConsulting.tsx
@@ -1,18 +1,24 @@
import { useState, useEffect, useRef } from "react";
import Layout from "@/components/Layout";
import { Button } from "@/components/ui/button";
-import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card";
+import {
+ Card,
+ CardContent,
+ CardDescription,
+ CardHeader,
+ CardTitle,
+} from "@/components/ui/card";
import { Badge } from "@/components/ui/badge";
import LoadingScreen from "@/components/LoadingScreen";
import { aethexToast } from "@/lib/aethex-toast";
import { Link } from "react-router-dom";
-import {
- BriefcaseIcon,
- Code,
- Sparkles,
- Zap,
- Users,
- Trophy,
+import {
+ BriefcaseIcon,
+ Code,
+ Sparkles,
+ Zap,
+ Users,
+ Trophy,
Target,
ArrowRight,
CheckCircle,
@@ -27,7 +33,7 @@ import {
Lightbulb,
Puzzle,
Rocket,
- Globe
+ Globe,
} from "lucide-react";
export default function DevelopmentConsulting() {
@@ -51,48 +57,50 @@ export default function DevelopmentConsulting() {
const consultingServices = [
{
title: "Technical Architecture Review",
- description: "Comprehensive analysis of your system architecture and scalability",
+ description:
+ "Comprehensive analysis of your system architecture and scalability",
icon: Database,
duration: "2-4 weeks",
price: "Starting at $8,000",
features: [
"System architecture audit",
- "Performance bottleneck analysis",
+ "Performance bottleneck analysis",
"Scalability recommendations",
"Security assessment",
- "Technology stack evaluation"
+ "Technology stack evaluation",
],
- color: "from-blue-500 to-cyan-600"
+ color: "from-blue-500 to-cyan-600",
},
{
title: "DevOps & Infrastructure",
- description: "Streamline your development pipeline and cloud infrastructure",
+ description:
+ "Streamline your development pipeline and cloud infrastructure",
icon: Cloud,
- duration: "3-6 weeks",
+ duration: "3-6 weeks",
price: "Starting at $12,000",
features: [
"CI/CD pipeline setup",
"Cloud migration strategy",
"Monitoring & alerting",
"Container orchestration",
- "Infrastructure as code"
+ "Infrastructure as code",
],
- color: "from-green-500 to-emerald-600"
+ color: "from-green-500 to-emerald-600",
},
{
title: "Code Quality & Optimization",
description: "Improve code quality, performance, and maintainability",
icon: Code,
duration: "2-8 weeks",
- price: "Starting at $6,000",
+ price: "Starting at $6,000",
features: [
"Code review & refactoring",
"Performance optimization",
"Testing strategy",
"Documentation improvement",
- "Best practices implementation"
+ "Best practices implementation",
],
- color: "from-purple-500 to-indigo-600"
+ color: "from-purple-500 to-indigo-600",
},
{
title: "Team & Process Consulting",
@@ -105,37 +113,57 @@ export default function DevelopmentConsulting() {
"Team structure optimization",
"Workflow automation",
"Knowledge transfer",
- "Leadership coaching"
+ "Leadership coaching",
],
- color: "from-orange-500 to-red-600"
- }
+ color: "from-orange-500 to-red-600",
+ },
];
const expertise = [
{
category: "Frontend Technologies",
- technologies: ["React", "Vue.js", "Angular", "TypeScript", "Next.js", "Tailwind CSS"],
+ technologies: [
+ "React",
+ "Vue.js",
+ "Angular",
+ "TypeScript",
+ "Next.js",
+ "Tailwind CSS",
+ ],
icon: Puzzle,
- projects: "200+ projects"
+ projects: "200+ projects",
},
{
category: "Backend & APIs",
technologies: ["Node.js", "Python", "Java", "Go", "GraphQL", "REST APIs"],
icon: Settings,
- projects: "150+ systems"
+ projects: "150+ systems",
},
{
category: "Cloud & Infrastructure",
- technologies: ["AWS", "Azure", "GCP", "Docker", "Kubernetes", "Terraform"],
+ technologies: [
+ "AWS",
+ "Azure",
+ "GCP",
+ "Docker",
+ "Kubernetes",
+ "Terraform",
+ ],
icon: Cloud,
- projects: "100+ deployments"
+ projects: "100+ deployments",
},
{
category: "Databases & Analytics",
- technologies: ["PostgreSQL", "MongoDB", "Redis", "Elasticsearch", "BigQuery"],
+ technologies: [
+ "PostgreSQL",
+ "MongoDB",
+ "Redis",
+ "Elasticsearch",
+ "BigQuery",
+ ],
icon: Database,
- projects: "80+ implementations"
- }
+ projects: "80+ implementations",
+ },
];
const packages = [
@@ -149,10 +177,10 @@ export default function DevelopmentConsulting() {
"Key recommendations",
"Priority action items",
"Executive summary",
- "30-min follow-up call"
+ "30-min follow-up call",
],
popular: false,
- color: "from-gray-500 to-gray-600"
+ color: "from-gray-500 to-gray-600",
},
{
name: "Comprehensive Audit",
@@ -165,10 +193,10 @@ export default function DevelopmentConsulting() {
"Implementation roadmap",
"Risk assessment",
"Team presentation",
- "3 months email support"
+ "3 months email support",
],
popular: true,
- color: "from-aethex-500 to-neon-blue"
+ color: "from-aethex-500 to-neon-blue",
},
{
name: "Strategic Partnership",
@@ -181,11 +209,11 @@ export default function DevelopmentConsulting() {
"Implementation support",
"Team training",
"Priority support",
- "Quarterly reviews"
+ "Quarterly reviews",
],
popular: false,
- color: "from-purple-500 to-pink-600"
- }
+ color: "from-purple-500 to-pink-600",
+ },
];
const caseStudies = [
@@ -194,8 +222,12 @@ export default function DevelopmentConsulting() {
client: "Fortune 500 Retailer",
challenge: "10x traffic growth causing system failures",
solution: "Microservices architecture with auto-scaling",
- results: ["99.99% uptime achieved", "50% cost reduction", "3x faster load times"],
- tech: ["Kubernetes", "Redis", "CDN"]
+ results: [
+ "99.99% uptime achieved",
+ "50% cost reduction",
+ "3x faster load times",
+ ],
+ tech: ["Kubernetes", "Redis", "CDN"],
},
{
title: "FinTech Security Overhaul",
@@ -203,20 +235,30 @@ export default function DevelopmentConsulting() {
challenge: "Security compliance for banking regulations",
solution: "Zero-trust architecture with enhanced monitoring",
results: ["SOC 2 compliance", "Zero breaches", "40% faster audits"],
- tech: ["OAuth 2.0", "Vault", "Istio"]
+ tech: ["OAuth 2.0", "Vault", "Istio"],
},
{
title: "Legacy System Modernization",
client: "Healthcare Provider",
challenge: "20-year-old system blocking innovation",
solution: "Gradual migration to cloud-native architecture",
- results: ["6 months migration", "60% performance boost", "Modern API ecosystem"],
- tech: ["Docker", "GraphQL", "Postgres"]
- }
+ results: [
+ "6 months migration",
+ "60% performance boost",
+ "Modern API ecosystem",
+ ],
+ tech: ["Docker", "GraphQL", "Postgres"],
+ },
];
if (isLoading) {
- return
- Expert guidance to optimize your development processes, scale your systems, - and accelerate your digital transformation journey. + Expert guidance to optimize your development processes, scale + your systems, and accelerate your digital transformation + journey.
{study.solution}
++ {study.solution} +
- Let our experts analyze your current setup and provide a roadmap for optimal performance and scalability. + Let our experts analyze your current setup and provide a roadmap + for optimal performance and scalability.
- +NDAs & security first
++ NDAs & security first +
World-class consultants
++ World-class consultants +
500+ successful projects
++ 500+ successful projects +
- Comprehensive guides, API references, and tutorials to help you build - amazing applications with AeThex technologies. + Comprehensive guides, API references, and tutorials to help you + build amazing applications with AeThex technologies.
{/* Search Bar */} @@ -182,20 +209,26 @@ export default function Documentation() { {docCategories.map((category, index) => { const Icon = category.icon; return ( -{step.description}
++ {step.description} +
- Our documentation is continuously updated. Can't find what you're looking for? - Our support team is here to help. + Our documentation is continuously updated. Can't find what + you're looking for? Our support team is here to help.
- +- From concept to launch, we create immersive gaming experiences that captivate players - and push the boundaries of interactive entertainment. + From concept to launch, we create immersive gaming experiences + that captivate players and push the boundaries of interactive + entertainment.
- Let's transform your vision into an engaging gaming experience that players will love. + Let's transform your vision into an engaging gaming experience + that players will love.
- +Your IP is protected
++ Your IP is protected +
Worldwide deployment
++ Worldwide deployment +
Industry recognition
++ Industry recognition +
- Where innovation meets execution. We build the future through advanced - technology, creative solutions, and limitless possibilities. + Where innovation meets execution. We build the future through + advanced technology, creative solutions, and limitless + possibilities.
- Built on cutting-edge frameworks and powered by advanced algorithms + Built on cutting-edge frameworks and powered by advanced + algorithms
{tech.status}
++ {tech.status} +
Don't have an account?{" "}
-
- Learn from industry experts through personalized mentorship, hands-on workshops, - and intensive boot camps designed to fast-track your technology career. + Learn from industry experts through personalized mentorship, + hands-on workshops, and intensive boot camps designed to + fast-track your technology career.
- Choose the learning format that best fits your schedule and goals + Choose the learning format that best fits your schedule and + goals
{mentor.title}
-{mentor.company}
- ++ {mentor.title} +
++ {mentor.company} +
+{testimonial.role}
-+ {testimonial.role} +
+- Join thousands of developers who have accelerated their careers through our mentorship programs. + Join thousands of developers who have accelerated their careers + through our mentorship programs.
- +Always available
++ Always available +
Interactive learning
++ Interactive learning +
Industry recognized
++ Industry recognized +
- You've rescued the lost page! Final Score: {gameState.score} + You've rescued the lost page! Final Score:{" "} + {gameState.score}
- You've unlocked the secret developer mode! You're clearly a person of culture. + You've unlocked the secret developer mode! You're clearly a + person of culture.
- This page is currently under development. We're working hard to bring you - amazing features and content. Check back soon! + This page is currently under development. We're working hard + to bring you amazing features and content. Check back soon!
- +- 💡 Want to help us prioritize? Let us know what you'd like to see - on this page by contacting our team. Your feedback helps shape our development roadmap. + 💡 Want to help us prioritize? Let us know + what you'd like to see on this page by contacting our team. + Your feedback helps shape our development roadmap.
- In the meantime, explore our onboarding process or - visit our homepage to learn more about AeThex. + In the meantime, explore our{" "} + + onboarding process + {" "} + or visit our{" "} + + homepage + {" "} + to learn more about AeThex.
- Pushing the boundaries of technology through cutting-edge research - and breakthrough discoveries that shape the future of digital innovation. + Pushing the boundaries of technology through cutting-edge + research and breakthrough discoveries that shape the future of + digital innovation.
- Exploring frontiers in quantum computing, AI, and emerging technologies + Exploring frontiers in quantum computing, AI, and emerging + technologies
{pub.authors}
-{pub.journal} • {pub.year}
++ {pub.authors} +
++ {pub.journal} • {pub.year} +
- State-of-the-art laboratories equipped with cutting-edge technology + State-of-the-art laboratories equipped with cutting-edge + technology
- Collaborate with world-class researchers and contribute to breakthrough discoveries - that will shape the future of technology. + Collaborate with world-class researchers and contribute to + breakthrough discoveries that will shape the future of + technology.
- +Research datasets
++ Research datasets +
University partnerships
++ University partnerships +
Breakthrough research
++ Breakthrough research +
- Get the support you need to succeed with AeThex. Our team of experts - is ready to help you overcome any challenge. + Get the support you need to succeed with AeThex. Our team of + experts is ready to help you overcome any challenge.
{/* Search Bar */} @@ -221,18 +254,22 @@ export default function Support() { {supportOptions.map((option, index) => { const Icon = option.icon; return ( -{faq.answer}
++ {faq.answer} +
- If you're experiencing a critical production issue that's affecting your users, - contact our emergency support line for immediate assistance. + If you're experiencing a critical production issue that's + affecting your users, contact our emergency support line for + immediate assistance.
- Our support team is standing by to help you succeed. Don't hesitate to reach out - with any questions or concerns. + Our support team is standing by to help you succeed. Don't + hesitate to reach out with any questions or concerns.
- +Always here for you
++ Always here for you +
Technical specialists
++ Technical specialists +
Detailed guides
++ Detailed guides +