diff --git a/components/design-scaffolds/marketing.tsx b/components/design-scaffolds/marketing.tsx index e334ba5..d1e96ff 100644 --- a/components/design-scaffolds/marketing.tsx +++ b/components/design-scaffolds/marketing.tsx @@ -214,6 +214,9 @@ export function MarketingDaisy({ themeColor, config }: { themeColor?: ThemeColor {bgStyle === "pattern" && (
)} + {bgStyle === "noise" && ( + + )} {/* Nav */} {navStyle === "pill" ? ( @@ -505,10 +508,11 @@ export function MarketingAceternity({ themeColor, config }: { themeColor?: Theme const forceShader = bgStyle === "shader"; const bg = forcedBlack ? "#000" : forcedLight ? "#f8f9ff" : forceShader ? "#06010e" : isDark ? ACE_BG_BASE : ACE_BG_LIGHT; - const text = (forcedLight) ? "#1e1b4b" : "#fff"; - const muted = forcedLight ? "#6b7280" : "rgba(255,255,255,0.42)"; - const card = forcedLight ? "rgba(0,0,0,0.04)" : "rgba(255,255,255,0.04)"; - const border= forcedLight ? "rgba(0,0,0,0.09)" : "rgba(255,255,255,0.08)"; + // text/muted/card/border must respond to isDark (not just forcedLight=aurora) + const text = isDark ? "#fff" : "#1e1b4b"; + const muted = isDark ? "rgba(255,255,255,0.42)" : "#6b7280"; + const card = isDark ? "rgba(255,255,255,0.05)" : "rgba(0,0,0,0.04)"; + const border= isDark ? "rgba(255,255,255,0.08)" : "rgba(0,0,0,0.1)"; const BgLayer = () => { if (bgStyle === "gradient") return ( @@ -623,7 +627,7 @@ export function MarketingAceternity({ themeColor, config }: { themeColor?: Theme {/* Nav */} {navStyle === "floating" ? (@@ -689,8 +695,8 @@ export function MarketingAceternity({ themeColor, config }: { themeColor?: Theme
@@ -720,7 +726,7 @@ export function MarketingAceternity({ themeColor, config }: { themeColor?: Theme
{f.title}
+{f.title}
{f.desc}
{t.text}
-— {t.name} · {t.role}
+— {t.name} · {t.role}
Revenue
-$128k MRR
+$128k MRR
Users
-120k+
+120k+
Uptime
-99.99%
+99.99%
{pl.plan}
-{pl.price}
+{pl.price}
{pl.hi &&Start building today
+Start building today
Join 120,000+ developers worldwide.