Update all solution pages and static marketing pages to match the landing page styling.
Landing Page (New): Icon only with text-zinc-500 or text-zinc-600, mb-3
Solution Pages (Old): Icon wrapped in box flex h-8 w-8 items-center justify-center rounded-lg border border-white/10 bg-white/5
Action: Remove icon boxes, use plain icons with text-zinc-500 color.
Landing Page: text-sm font-normal text-white or text-base font-normal text-white
Solution Pages: text-sm font-medium uppercase tracking-wider text-white
Action: Remove uppercase tracking-wider, change font-medium to font-normal.
Landing Page: mb-1 or mb-2
Solution Pages: mb-4
Action: Standardize to mb-1.
Landing Page: text-zinc-500
Solution Pages: text-zinc-400
Action: Standardize to text-zinc-500.
Landing Page: mb-2 on h2
Solution Pages: mb-3 on h2
Action: Standardize to mb-2.
- Window dots:
w-2.5 h-2.5(notw-3 h-3) - Border radius:
rounded-lg(notrounded-xl) - Header padding:
px-4 py-2(notpx-4 py-3)
Landing Page: px-2 py-0.5 text-xs with motion wrapper
Solution Pages: px-3 py-1 text-xs no animation
Action: Standardize to px-3 py-1.
Action: Use border-white/10 for section borders and cards, border-white/5 for subtle internal elements only.
Landing Page: rounded-md border-white/5 px-2 py-1 text-xs
Solution Pages: rounded-full border-white/10 px-4 py-2 text-sm
Action: Standardize to rounded-md border border-white/5 px-2 py-1 text-xs.
Action: Standardize to max-w-3xl mx-auto px-6 text-center.
Action: Standardize to idx * 0.1.
Action: Standardize feature grids to gap-8.
Action: Move selection:bg-[#FF4500]/30 selection:text-orange-200 to main.css.
Action: Standardize to rounded-lg border border-white/10 bg-black.
Action: Standardize to rounded-full border border-[#FF4500]/20 bg-[#FF4500]/10 px-2 py-0.5 text-[10px] font-medium uppercase tracking-wider text-[#FF4500].
-
AgentsPage.tsx -
WorkflowsPage.tsx -
GamesPage.tsx -
page.tsx(solutions) -
PricingPageClient.tsx -
GameServersPage.tsx -
GeoDistributedDBPage.tsx -
PerTenantDBPage.tsx -
CollaborativeStatePage.tsx -
AppGeneratorsPage.tsx -
UserSessionStorePage.tsx -
main.css(global selection styles)