Section 2 2.1 2.4 Completed
This commit is contained in:
@@ -74,7 +74,7 @@ const Header: React.FC<HeaderProps> = ({ onClick, onToggle }) => {
|
||||
<Link to="/" className="lg:hidden">
|
||||
<img
|
||||
className="dark:hidden"
|
||||
src="./images/logo/logo.svg"
|
||||
src="./images/logo/IGNY8_LIGHT_LOGO.png"
|
||||
alt="Logo"
|
||||
/>
|
||||
<img
|
||||
|
||||
@@ -100,7 +100,7 @@ const AppHeader: React.FC = () => {
|
||||
<div className="flex items-center justify-between w-full gap-2 px-3 py-3 border-b border-gray-200 dark:border-gray-800 sm:gap-4 lg:justify-normal lg:border-b-0 lg:px-0 lg:py-4">
|
||||
{/* Mobile Logo */}
|
||||
<Link to="/" className="lg:hidden">
|
||||
<img className="dark:hidden" src="./images/logo/logo.svg" alt="Logo" />
|
||||
<img className="dark:hidden" src="./images/logo/IGNY8_LIGHT_LOGO.png" alt="Logo" />
|
||||
<img className="hidden dark:block" src="./images/logo/logo-dark.svg" alt="Logo" />
|
||||
</Link>
|
||||
|
||||
|
||||
@@ -470,7 +470,7 @@ const AppSidebar: React.FC = () => {
|
||||
<>
|
||||
<img
|
||||
className="dark:hidden"
|
||||
src="/images/logo/logo.svg"
|
||||
src="/images/logo/IGNY8_LIGHT_LOGO.png"
|
||||
alt="Logo"
|
||||
width={113}
|
||||
height={30}
|
||||
@@ -485,7 +485,7 @@ const AppSidebar: React.FC = () => {
|
||||
</>
|
||||
) : (
|
||||
<img
|
||||
src="/images/logo/logo-icon.svg"
|
||||
src="/images/logo/logo-icon.png"
|
||||
alt="Logo"
|
||||
width={24}
|
||||
height={24}
|
||||
|
||||
@@ -19,15 +19,11 @@ const MarketingLayout: React.FC<MarketingLayoutProps> = ({ children }) => {
|
||||
<header className="sticky top-0 z-[1100] backdrop-blur-xl bg-white/95 border-b border-gray-200 shadow-sm">
|
||||
<div className="max-w-6xl mx-auto px-6 py-4 flex items-center justify-between">
|
||||
<Link to="/" className="flex items-center gap-3" onClick={closeMobile}>
|
||||
<span className="h-10 w-10 rounded-xl bg-gradient-to-br from-[var(--color-primary)] to-[var(--color-primary-dark)] flex items-center justify-center text-lg font-bold text-white shadow-lg shadow-[var(--color-primary)]/30">
|
||||
IG
|
||||
</span>
|
||||
<div className="flex flex-col leading-tight">
|
||||
<span className="font-semibold tracking-wide text-gray-900 uppercase">
|
||||
Igny8
|
||||
</span>
|
||||
<span className="text-xs text-gray-600">AI growth engine</span>
|
||||
</div>
|
||||
<img
|
||||
src="/images/logo/IGNY8_LIGHT_LOGO.png"
|
||||
alt="IGNY8"
|
||||
className="h-10 w-auto"
|
||||
/>
|
||||
</Link>
|
||||
|
||||
<nav className="hidden lg:flex items-center gap-8 text-sm font-medium">
|
||||
@@ -109,17 +105,11 @@ const MarketingLayout: React.FC<MarketingLayoutProps> = ({ children }) => {
|
||||
<div className="max-w-6xl mx-auto px-6 py-16 grid grid-cols-1 md:grid-cols-4 gap-12">
|
||||
<div className="space-y-4">
|
||||
<Link to="/" className="inline-flex items-center gap-3">
|
||||
<span className="h-10 w-10 rounded-xl bg-gradient-to-br from-[var(--color-primary)] to-[var(--color-primary-dark)] flex items-center justify-center text-lg font-bold text-white shadow-lg shadow-[var(--color-primary)]/30">
|
||||
IG
|
||||
</span>
|
||||
<div className="flex flex-col leading-tight">
|
||||
<span className="font-semibold tracking-wide text-white uppercase">
|
||||
Igny8
|
||||
</span>
|
||||
<span className="text-xs text-gray-300">
|
||||
AI + SEO automation suite
|
||||
</span>
|
||||
</div>
|
||||
<img
|
||||
src="/images/logo/IGNY8_DARK_LOGO.png"
|
||||
alt="IGNY8"
|
||||
className="h-10 w-auto"
|
||||
/>
|
||||
</Link>
|
||||
<p className="text-sm text-gray-300 max-w-xs">
|
||||
Automate keyword intelligence, clustering, content production, and image creation in one unified growth engine.
|
||||
|
||||
@@ -34,7 +34,7 @@ export default function AuthLayout({
|
||||
<img
|
||||
width={200}
|
||||
height={60}
|
||||
src="/igny8-logo-w-orange.png"
|
||||
src="/images/logo/IGNY8_DARK_LOGO.png"
|
||||
alt="IGNY8"
|
||||
className="h-16 w-auto"
|
||||
/>
|
||||
|
||||
@@ -97,7 +97,7 @@ export default function SignUp() {
|
||||
{/* Logo - Top Right */}
|
||||
<Link to="/" className="absolute top-6 right-6">
|
||||
<img
|
||||
src="/igny8-logo-trnsp.png"
|
||||
src="/images/logo/IGNY8_LIGHT_LOGO.png"
|
||||
alt="IGNY8"
|
||||
className="h-12 w-auto"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user