diff --git a/src/app/(auth)/login/page.tsx b/src/app/(auth)/login/page.tsx index d765cea..930b3f6 100644 --- a/src/app/(auth)/login/page.tsx +++ b/src/app/(auth)/login/page.tsx @@ -39,11 +39,11 @@ export default function LoginPage() { } return ( -
+
- + Mylder Welcome back @@ -76,11 +76,11 @@ export default function LoginPage() { />
{error && ( -

{error}

+

{error}

)} - -

+

Don't have an account?{' '} - + Sign up

diff --git a/src/app/(auth)/signup/page.tsx b/src/app/(auth)/signup/page.tsx index a323c13..19b4489 100644 --- a/src/app/(auth)/signup/page.tsx +++ b/src/app/(auth)/signup/page.tsx @@ -57,11 +57,11 @@ export default function SignupPage() { } return ( -
+
- + Mylder Create your account @@ -118,11 +118,11 @@ export default function SignupPage() { />
{error && ( -

{error}

+

{error}

)} - -

+

Already have an account?{' '} - + Log in

diff --git a/src/app/(dashboard)/dashboard/page.tsx b/src/app/(dashboard)/dashboard/page.tsx index 45af435..e4a26dd 100644 --- a/src/app/(dashboard)/dashboard/page.tsx +++ b/src/app/(dashboard)/dashboard/page.tsx @@ -20,11 +20,11 @@ export default async function DashboardPage() {
-

Projects

-

Manage your AI-powered development projects

+

Projects

+

Manage your AI-powered development projects

- @@ -35,11 +35,11 @@ export default async function DashboardPage() {
{projects.map((project) => ( - +
{project.name} - + {project.status}
@@ -48,7 +48,7 @@ export default async function DashboardPage() {
-
+
{project.tech_stack && project.tech_stack.length > 0 && (
{project.tech_stack.slice(0, 3).map((tech: string) => ( @@ -59,7 +59,7 @@ export default async function DashboardPage() {
)}
-
+
Updated {new Date(project.updated_at).toLocaleDateString()}
@@ -71,17 +71,17 @@ export default async function DashboardPage() { ) : ( -
- +
+
-

+

No projects yet

-

+

Create your first project to start building with AI assistance.

- diff --git a/src/app/(dashboard)/projects/[id]/page.tsx b/src/app/(dashboard)/projects/[id]/page.tsx index 973f53b..8094a4f 100644 --- a/src/app/(dashboard)/projects/[id]/page.tsx +++ b/src/app/(dashboard)/projects/[id]/page.tsx @@ -34,21 +34,21 @@ export default async function ProjectPage({ params }: { params: Promise<{ id: st return (
{/* Project Header */} -
+
- +

{project.name}

- + {project.status}
{project.description && ( -

{project.description}

+

{project.description}

)}
diff --git a/src/app/(dashboard)/projects/new/page.tsx b/src/app/(dashboard)/projects/new/page.tsx index 7340594..b3d49f8 100644 --- a/src/app/(dashboard)/projects/new/page.tsx +++ b/src/app/(dashboard)/projects/new/page.tsx @@ -89,7 +89,7 @@ export default function NewProjectPage() { return (
- + Back to Projects @@ -125,9 +125,9 @@ export default function NewProjectPage() { />
{error && ( -

{error}

+

{error}

)} - - +
@@ -28,21 +28,21 @@ export default function LandingPage() { {/* Hero Section */}
-
+
Professional Software Development
-

+

Your vision, - professionally built + professionally built

-

+

A lean, professional process to bring your software ideas to life. Chat with us, get real-time updates, and launch with confidence.

- @@ -56,13 +56,13 @@ export default function LandingPage() {
{/* How It Works */} -
+
-

+

A streamlined process from idea to launch

-

+

No complexity. No surprises. Just professional software development.

@@ -90,10 +90,10 @@ export default function LandingPage() {
-

+

Why clients choose Mylder

-

+

A modern approach to software development that puts you in control.

@@ -133,47 +133,47 @@ export default function LandingPage() {
{/* Pricing Section */} -
+
-

+

Transparent, project-based pricing

-

+

Every project is unique. Get a custom quote based on your specific needs.

-
+
-

+

Start with a free consultation

-

+

Describe your project idea and we'll get back to you with a clear scope, timeline, and quote. No obligations, no pressure.

- + - Fixed-price projects with clear deliverables + Fixed-price projects with clear deliverables
- + - Milestone-based payments for larger projects + Milestone-based payments for larger projects
- + - Retainer options for ongoing development + Retainer options for ongoing development
- @@ -183,7 +183,7 @@ export default function LandingPage() {
{/* CTA Section */} -
+

Ready to bring your idea to life? @@ -200,13 +200,13 @@ export default function LandingPage() {

{/* Footer */} -