From eff75a1ab58ce8b5ebfcdc61576f0d26d86fd3ad Mon Sep 17 00:00:00 2001 From: Mark Henderson Date: Fri, 6 Mar 2026 10:21:22 -0800 Subject: [PATCH] Scale all marketing scaffolds to full website proportions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove compact/condensed sizing — all four scaffolds now render at real website scale (72-80px headlines, 15-18px body, 80px section padding, 48-52px buttons, 64px navs, 340px DashMockup height) so the preview scrolls naturally rather than squishing everything to fit the viewport. Made-with: Cursor --- components/design-scaffolds/marketing.tsx | 720 +++++++++++----------- 1 file changed, 360 insertions(+), 360 deletions(-) diff --git a/components/design-scaffolds/marketing.tsx b/components/design-scaffolds/marketing.tsx index 3e12a4a..e6c6ee7 100644 --- a/components/design-scaffolds/marketing.tsx +++ b/components/design-scaffolds/marketing.tsx @@ -40,29 +40,29 @@ function DashMockup({ const uid = accent.replace(/[^a-z0-9]/gi, "").slice(0, 6) || "acc"; return (
{/* Browser chrome */}
{["#ff5f56","#ffbd2e","#27c93f"].map((c, i) => ( -
+
))} -
+
-
+
{/* Sidebar */}
-
+
{[ "M4 6h16M4 12h16M4 18h10", "M3 3h7v7H3zM14 3h7v7h-7zM3 14h7v7H3zM14 14h7v7h-7z", @@ -70,10 +70,10 @@ function DashMockup({ "M10.29 3.86L1.82 18a2 2 0 001.71 3h16.94a2 2 0 001.71-3L13.71 3.86a2 2 0 00-3.42 0z", ].map((d, i) => (
- +
@@ -81,64 +81,64 @@ function DashMockup({
{/* Main area */} -
+
{/* Header row */}
-

Analytics

-
- + New report +

Analytics

+
+ + New report
{/* KPI cards */} -
+
{[ { l: "MRR", v: "$24.8k", d: "+18%", up: true }, { l: "Users", v: "12.4k", d: "+8%", up: true }, { l: "Churn", v: "1.2%", d: "-0.4%",up: false }, ].map(m => (
-

{m.l}

-

{m.v}

-

{m.d}

+

{m.l}

+

{m.v}

+

{m.d}

))}
{/* Chart */}
-
-

Revenue trend

-
+
+

Revenue trend

+
{["7d","30d","90d"].map((l, i) => ( {l} ))}
- + - - +
@@ -207,80 +207,80 @@ export function MarketingDaisy({ themeColor, config }: { themeColor?: ThemeColor {/* Nav */} {navStyle === "pill" ? ( -
-