logo and architecture fixes

This commit is contained in:
IGNY8 VPS (Salman)
2025-12-09 14:28:44 +00:00
parent 4dd129b863
commit 5fb3687854
16 changed files with 651 additions and 631 deletions

View File

@@ -32,14 +32,15 @@ export default function AuthLayout({
<div className="flex flex-col items-center">
<Link to="/" className="block mb-4">
<img
width={231}
height={48}
src="/images/logo/auth-logo.svg"
alt="Logo"
width={200}
height={60}
src="/igny8-logo-w-orange.png"
alt="IGNY8"
className="h-16 w-auto"
/>
</Link>
<p className="text-center text-gray-400 dark:text-white/60">
Free and Open-Source Tailwind CSS Admin Dashboard Template
AI-powered content planning and automation platform. Build topical authority with strategic keyword clustering, content briefs, and seamless WordPress publishing.
</p>
</div>
{plan && (

View File

@@ -6,8 +6,8 @@ export default function SignIn() {
return (
<>
<PageMeta
title="React.js SignIn Dashboard | TailAdmin - Next.js Admin Dashboard Template"
description="This is React.js SignIn Tables Dashboard page for TailAdmin - React.js Tailwind CSS Admin Dashboard Template"
title="Sign In - IGNY8"
description="Sign in to your IGNY8 account and manage your AI-powered content strategy"
/>
<AuthLayout>
<SignInForm />

View File

@@ -95,11 +95,12 @@ export default function SignUp() {
{/* Right Side - Pricing Plans */}
<div className="hidden lg:flex lg:w-1/2 bg-gradient-to-br from-blue-50 to-indigo-50 dark:from-gray-900 dark:to-gray-800 p-8 xl:p-12 items-start justify-center relative">
{/* Logo - Top Right */}
<Link to="/" className="absolute top-6 right-6 flex items-center gap-3">
<div className="flex items-center justify-center w-10 h-10 bg-brand-600 dark:bg-brand-500 rounded-xl">
<span className="text-xl font-bold text-white">I</span>
</div>
<span className="text-xl font-bold text-gray-900 dark:text-white">TailAdmin</span>
<Link to="/" className="absolute top-6 right-6">
<img
src="/igny8-logo-trnsp.png"
alt="IGNY8"
className="h-12 w-auto"
/>
</Link>
<div className="w-full max-w-2xl mt-20">