diff --git a/frontend/src/marketing/pages/CaseStudies.tsx b/frontend/src/marketing/pages/CaseStudies.tsx index cae70704..31b56e22 100644 --- a/frontend/src/marketing/pages/CaseStudies.tsx +++ b/frontend/src/marketing/pages/CaseStudies.tsx @@ -43,8 +43,7 @@ const CaseStudies: React.FC = () => { summary: "Publisher running 6 niche brands used Igny8 to centralize research, briefs, and AI-assisted writing. Automation recipes ensured every keyword moved to published content with minimal handoff friction.", image: "case-lumen.png", - color: "from-[#0693e3]/10 to-white", - borderColor: "border-[#0693e3]/30", + iconColor: "from-[#0693e3] to-[#0472b8]", }, { company: "Northbeam Digital", @@ -57,8 +56,7 @@ const CaseStudies: React.FC = () => { summary: "Multi-client agency adopted Igny8 to standardize workflows, automate reporting, and launch custom Thinker playbooks. Teams now produce keyword research, content, and images for 20+ clients simultaneously.", image: "case-northbeam.png", - color: "from-[#0bbf87]/10 to-white", - borderColor: "border-[#0bbf87]/30", + iconColor: "from-[#0bbf87] to-[#08966b]", }, { company: "Arcadia SaaS", @@ -71,8 +69,7 @@ const CaseStudies: React.FC = () => { summary: "Arcadia used Igny8 to align SEO, product marketing, and design. Thinker libraries ensured every asset matched product messaging; automation pushed approved content directly into WordPress and HubSpot.", image: "case-arcadia.png", - color: "from-[#5d4ae3]/10 to-white", - borderColor: "border-[#5d4ae3]/30", + iconColor: "from-[#5d4ae3] to-[#3a2f94]", }, ]; @@ -99,19 +96,24 @@ const CaseStudies: React.FC = () => {
{caseStudies.map((cs, idx) => { const metricColors = [ - { border: "border-[#0693e3]/30", bg: "from-[#0693e3]/10 to-white", text: "text-[#0693e3]" }, - { border: "border-[#0bbf87]/30", bg: "from-[#0bbf87]/10 to-white", text: "text-[#0bbf87]" }, - { border: "border-[#ff7a00]/30", bg: "from-[#ff7a00]/10 to-white", text: "text-[#ff7a00]" }, + { border: "border-slate-200", bg: "from-white to-slate-50/50", text: "text-[#0693e3]" }, + { border: "border-slate-200", bg: "from-white to-slate-50/50", text: "text-[#0bbf87]" }, + { border: "border-slate-200", bg: "from-white to-slate-50/50", text: "text-[#ff7a00]" }, ]; return (
- - {cs.company} - +
+
+ +
+ + {cs.company} + +

{cs.headline}

{cs.summary}

@@ -141,8 +143,6 @@ const CaseStudies: React.FC = () => { className="w-full h-full object-cover" />
- {/* Subtle glow */} -
); @@ -152,7 +152,7 @@ const CaseStudies: React.FC = () => { {/* RESULTS & ADVISORY BOARD */}
-
+
@@ -174,7 +174,7 @@ const CaseStudies: React.FC = () => { ))}
-
+
diff --git a/frontend/src/marketing/pages/Partners.tsx b/frontend/src/marketing/pages/Partners.tsx index 014cdc38..b077270d 100644 --- a/frontend/src/marketing/pages/Partners.tsx +++ b/frontend/src/marketing/pages/Partners.tsx @@ -43,9 +43,7 @@ const Partners: React.FC = () => { "Access to automation templates and think tank sessions", ], icon: CheckCircleIcon, - color: "from-[#0693e3] to-[#0472b8]", - borderColor: "border-[#0693e3]/30", - bgColor: "from-[#0693e3]/10 to-white", + iconColor: "from-[#0693e3] to-[#0472b8]", }, { title: "Technology Partner", @@ -56,9 +54,7 @@ const Partners: React.FC = () => { "Shared lead programs and launch promotion campaigns", ], icon: CodeBracketIcon, - color: "from-[#0bbf87] to-[#08966b]", - borderColor: "border-[#0bbf87]/30", - bgColor: "from-[#0bbf87]/10 to-white", + iconColor: "from-[#0bbf87] to-[#08966b]", }, { title: "Affiliate & Advocate", @@ -69,9 +65,7 @@ const Partners: React.FC = () => { "Custom reporting dashboards to track referred accounts", ], icon: RocketLaunchIcon, - color: "from-[#ff7a00] to-[#cc5f00]", - borderColor: "border-[#ff7a00]/30", - bgColor: "from-[#ff7a00]/10 to-white", + iconColor: "from-[#ff7a00] to-[#cc5f00]", }, ]; @@ -102,10 +96,10 @@ const Partners: React.FC = () => { return (
-
+
@@ -154,7 +148,7 @@ const Partners: React.FC = () => {

Use Igny8 APIs and webhooks to power your own products, analytics, or client portals. Automate keyword ingestion, content creation, asset delivery, and reporting.

-
+
API docs placeholder
@@ -162,7 +156,7 @@ const Partners: React.FC = () => {
{/* Right: Partner Resources */} -
+