From 4c7d059b0ba70748695b65bbb855446ee6324c1c Mon Sep 17 00:00:00 2001 From: Chad Curtis Date: Tue, 2 Jun 2026 08:51:38 -0500 Subject: [PATCH] Add Start a campaign button to middle home CTA Place a 'Start a campaign' button next to the centered 'Browse all' CTA in the middle of the campaigns home page, stacking on mobile. --- src/pages/CampaignsPage.tsx | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/pages/CampaignsPage.tsx b/src/pages/CampaignsPage.tsx index 630d7056..e683997d 100644 --- a/src/pages/CampaignsPage.tsx +++ b/src/pages/CampaignsPage.tsx @@ -155,7 +155,7 @@ export function CampaignsPage() { (heroLoading && cappedCoords.length > 0); return ( -
+
@@ -212,20 +212,26 @@ export function CampaignsPage() {
-
+
+
- -
+ +
); } @@ -502,7 +508,7 @@ function WhyDifferentSection() { return (
{/* Decorative spine: a soft vertical brand-orange line on the far left, evoking the manifesto / editorial feel.