diff --git a/client/pages/About.tsx b/client/pages/About.tsx index e890890f..e72ff97e 100644 --- a/client/pages/About.tsx +++ b/client/pages/About.tsx @@ -5,23 +5,33 @@ export default function About() {
-

About AeThex

+

+ About AeThex +

- AeThex crafts digital realities through cutting-edge engineering and design. Our team builds products, - tools, and experiences that empower developers, creators, and organizations. + AeThex crafts digital realities through cutting-edge engineering and + design. Our team builds products, tools, and experiences that + empower developers, creators, and organizations.

Mission

-

Deliver world-class software that turns bold ideas into reality.

+

+ Deliver world-class software that turns bold ideas into reality. +

What we do

-

Apps, platforms, research, and consulting across web, game, and AI.

+

+ Apps, platforms, research, and consulting across web, game, and + AI. +

Values

-

Quality, transparency, long-term partnerships.

+

+ Quality, transparency, long-term partnerships. +

diff --git a/client/pages/Contact.tsx b/client/pages/Contact.tsx index ca42e3ff..1f930830 100644 --- a/client/pages/Contact.tsx +++ b/client/pages/Contact.tsx @@ -5,16 +5,25 @@ export default function Contact() {
-

Contact Us

-

Have a project or question? Reach out and we’ll get back within 1–2 business days.

+

+ Contact Us +

+

+ Have a project or question? Reach out and we’ll get back within 1–2 + business days. +

Email

-

support@aethex.biz

+

+ support@aethex.biz +

Community

-

Join the community hub to ask questions and collaborate.

+

+ Join the community hub to ask questions and collaborate. +

diff --git a/client/pages/GetStarted.tsx b/client/pages/GetStarted.tsx index eb1723da..be54edf7 100644 --- a/client/pages/GetStarted.tsx +++ b/client/pages/GetStarted.tsx @@ -6,15 +6,21 @@ export default function GetStarted() {
-

Get Started

+

+ Get Started +

  1. Create your account or sign in.
  2. Complete onboarding to tailor your experience.
  3. Explore your personalized dashboard and projects.
- Start Onboarding - Open Dashboard + + Start Onboarding + + + Open Dashboard +
diff --git a/client/pages/Onboarding.tsx b/client/pages/Onboarding.tsx index dfab36ac..0c4c9af9 100644 --- a/client/pages/Onboarding.tsx +++ b/client/pages/Onboarding.tsx @@ -9,7 +9,10 @@ import Experience from "@/components/onboarding/Experience"; import Interests from "@/components/onboarding/Interests"; import Welcome from "@/components/onboarding/Welcome"; import { useAuth } from "@/contexts/AuthContext"; -import { aethexUserService, aethexAchievementService } from "@/lib/aethex-database-adapter"; +import { + aethexUserService, + aethexAchievementService, +} from "@/lib/aethex-database-adapter"; import { aethexToast } from "@/lib/aethex-toast"; export type UserType = "game-developer" | "client" | "member" | "customer"; @@ -120,8 +123,10 @@ export default function Onboarding() { const existing = await aethexUserService.getCurrentUser(); const payload = { username: `${data.personalInfo.firstName || user.email?.split("@")[0] || "user"}`, - full_name: `${data.personalInfo.firstName} ${data.personalInfo.lastName}`.trim(), - user_type: (userTypeMap[data.userType || "member"] as any) || "community_member", + full_name: + `${data.personalInfo.firstName} ${data.personalInfo.lastName}`.trim(), + user_type: + (userTypeMap[data.userType || "member"] as any) || "community_member", experience_level: (data.experience.level as any) || "beginner", bio: data.experience.previousProjects || undefined, } as any; @@ -133,13 +138,18 @@ export default function Onboarding() { } const interests = Array.from( - new Set([...(data.interests.primaryGoals || []), ...(data.interests.preferredServices || [])]), + new Set([ + ...(data.interests.primaryGoals || []), + ...(data.interests.preferredServices || []), + ]), ); if (interests.length) { await aethexUserService.addUserInterests(user.id, interests); } - await aethexAchievementService.checkAndAwardOnboardingAchievement(user.id); + await aethexAchievementService.checkAndAwardOnboardingAchievement( + user.id, + ); navigate("/dashboard", { replace: true }); } catch (e) { @@ -224,7 +234,11 @@ export default function Onboarding() { ) : (
{currentStep === steps.length - 1 ? ( - + ) : (
-

Privacy Policy

-

We respect your privacy. This page outlines how we collect, use, and protect your data.

+

+ Privacy Policy +

+

+ We respect your privacy. This page outlines how we collect, use, and + protect your data. +

Data We Collect

-

Account details, usage analytics, and content you provide.

+

+ Account details, usage analytics, and content you provide. +

How We Use Data

-

To provide services, improve features, and ensure security.

+

+ To provide services, improve features, and ensure security. +

Your Choices

-

You can update or delete your profile and opt-out of marketing.

+

+ You can update or delete your profile and opt-out of marketing. +

diff --git a/client/pages/Terms.tsx b/client/pages/Terms.tsx index 53536bb4..6edaa506 100644 --- a/client/pages/Terms.tsx +++ b/client/pages/Terms.tsx @@ -5,15 +5,27 @@ export default function Terms() {
-

Terms of Service

-

By using AeThex services, you agree to the following terms.

+

+ Terms of Service +

+

+ By using AeThex services, you agree to the following terms. +

Use of Service

-

You agree not to misuse or attempt to disrupt our services.

+

+ You agree not to misuse or attempt to disrupt our services. +

Accounts

-

Keep your credentials secure. You're responsible for activity under your account.

+

+ Keep your credentials secure. You're responsible for activity + under your account. +

Liability

-

Services are provided as-is without warranties to the fullest extent permitted by law.

+

+ Services are provided as-is without warranties to the fullest + extent permitted by law. +