From 961b67862e9d86b90d4b05046413dd765983fc85 Mon Sep 17 00:00:00 2001 From: "IGNY8 VPS (Salman)" Date: Tue, 20 Jan 2026 10:38:23 +0000 Subject: [PATCH] ai seo engine badge with logo sideabr and marketingsite --- .../src/components/auth/SignUpFormUnified.tsx | 2 +- frontend/src/layout/AppHeader.tsx | 16 +++++++++++----- frontend/src/layout/AppSidebar.tsx | 15 ++++++--------- .../src/marketing/layout/MarketingLayout.tsx | 19 ++++++++++++------- .../src/pages/Publisher/ContentCalendar.tsx | 13 ------------- 5 files changed, 30 insertions(+), 35 deletions(-) diff --git a/frontend/src/components/auth/SignUpFormUnified.tsx b/frontend/src/components/auth/SignUpFormUnified.tsx index 6838f8c5..6ffeb8a6 100644 --- a/frontend/src/components/auth/SignUpFormUnified.tsx +++ b/frontend/src/components/auth/SignUpFormUnified.tsx @@ -460,7 +460,7 @@ export default function SignUpFormUnified({ ReactDOM.createPortal(
{/* Billing Toggle - Centered with inline discount */} -
+
{
{/* Mobile Logo */} - - Logo - Logo - +
+ + Logo + Logo + + {/* AI SEO Engine Badge */} +
+ AI SEO Engine +
+
{/* Mobile Menu Toggle */} { shape="rounded" onClick={toggleSidebar} aria-label={isExpanded ? "Collapse Sidebar" : "Expand Sidebar"} - className="ml-0 lg:-ml-8 rounded-md rounded-l-none border border-gray-300 border-l-0 dark:border-gray-700" + className="ml-0 lg:-ml-6 rounded-md rounded-l-none border border-gray-300 border-l-0 dark:border-gray-700" icon={ { onMouseEnter={() => !isExpanded && setIsHovered(true)} onMouseLeave={() => setIsHovered(false)} > -
+
{isExpanded || isHovered || isMobileOpen ? ( <> @@ -439,13 +439,10 @@ const AppSidebar: React.FC = () => { width={113} height={30} /> -
+ {/* AI SEO Engine Badge */} + + AI SEO Engine + ) : ( { )}
-
+