From 92635c5a54a37c3b87b6004dfeb846e5853a28b7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 11:25:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 268 ++++++++++------------------------------------- 1 file changed, 57 insertions(+), 211 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f8dc23..88ec3c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,30 +30,12 @@ export default function LandingPage() { @@ -174,14 +106,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Candidate Committees", - "Public Affairs Teams", - "General Purpose PACs", - "Ballot Measure Committees", - "Labor Organizations", - "Local Campaigns", - "Statewide Advocacy Groups", - ]} + "Candidate Committees", "Public Affairs Teams", "General Purpose PACs", "Ballot Measure Committees", "Labor Organizations", "Local Campaigns", "Statewide Advocacy Groups"]} title="Trusted by California's political leaders" description="Serving candidates, committees, PACs, labor organizations, and public affairs teams across the state." /> @@ -192,13 +117,9 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Compliance work should not distract from the campaign.", - }, + type: "text", content: "Compliance work should not distract from the campaign."}, { - type: "text", - content: "Campaign teams move quickly. Reporting requirements do not. Contributions, expenditures, independent expenditures, deadlines, amendments, and filings all need to be handled clearly and on time. We ensure your team understands the pressure.", - }, + type: "text", content: "Campaign teams move quickly. Reporting requirements do not. Contributions, expenditures, independent expenditures, deadlines, amendments, and filings all need to be handled clearly and on time. We ensure your team understands the pressure."}, ]} /> @@ -210,35 +131,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Campaign Reporting", - description: "Full-cycle disclosure and regulatory filings.", - imageSrc: "http://img.b2bpic.net/free-vector/personal-assistant-flat-icons_1284-13784.jpg?_wi=2", - }, + title: "Campaign Reporting", description: "Full-cycle disclosure and regulatory filings.", imageSrc: "http://img.b2bpic.net/free-vector/personal-assistant-flat-icons_1284-13784.jpg"}, { - title: "Committee Support", - description: "Filing, treasurer support, and organizational setup.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o4t3l3", - }, + title: "Committee Support", description: "Filing, treasurer support, and organizational setup.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o4t3l3"}, { - title: "Deadline Management", - description: "Proactive calendar tracking and compliance alerts.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4nhrb1&_wi=2", - }, + title: "Deadline Management", description: "Proactive calendar tracking and compliance alerts.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4nhrb1"}, { - title: "Reporting Accuracy", - description: "Contribution tracking and expenditure auditing.", - imageSrc: "http://img.b2bpic.net/free-vector/statistic-icons-collection_1268-232.jpg?_wi=2", - }, + title: "Reporting Accuracy", description: "Contribution tracking and expenditure auditing.", imageSrc: "http://img.b2bpic.net/free-vector/statistic-icons-collection_1268-232.jpg"}, { - title: "Independent Expenditures", - description: "Form 496 and 462 guidance and filing support.", - imageSrc: "http://img.b2bpic.net/free-vector/hand-draw-doodle-sketch-icon-set-design_1035-26193.jpg", - }, + title: "Independent Expenditures", description: "Form 496 and 462 guidance and filing support.", imageSrc: "http://img.b2bpic.net/free-vector/hand-draw-doodle-sketch-icon-set-design_1035-26193.jpg"}, { - title: "Post-Election Closeout", - description: "Ensuring proper committee wrap-up and final filings.", - imageSrc: "http://img.b2bpic.net/free-vector/checklist-logo-card_1057-7332.jpg", - }, + title: "Post-Election Closeout", description: "Ensuring proper committee wrap-up and final filings.", imageSrc: "http://img.b2bpic.net/free-vector/checklist-logo-card_1057-7332.jpg"}, ]} title="Campaign Compliance Services" description="Crisp, precise, and proactive administration for all committee types." @@ -252,20 +155,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Candidate Campaigns", - description: "Local and state-level controlled committees.", - imageSrc: "http://img.b2bpic.net/free-photo/business-economics-commerce-financial-management-concept_53876-120121.jpg", - }, + title: "Candidate Campaigns", description: "Local and state-level controlled committees.", imageSrc: "http://img.b2bpic.net/free-photo/business-economics-commerce-financial-management-concept_53876-120121.jpg"}, { - title: "PACs & Organizations", - description: "General purpose and independent expenditure committees.", - imageSrc: "http://img.b2bpic.net/free-vector/sketch-business-meeting_23-2147605885.jpg", - }, + title: "PACs & Organizations", description: "General purpose and independent expenditure committees.", imageSrc: "http://img.b2bpic.net/free-vector/sketch-business-meeting_23-2147605885.jpg"}, { - title: "Advocacy Groups", - description: "Ballot measure and public affairs teams.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c9onkg", - }, + title: "Advocacy Groups", description: "Ballot measure and public affairs teams.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c9onkg"}, ]} title="Built for California political committees" description="We specialize in the nuances of every California political entity." @@ -276,23 +170,15 @@ export default function LandingPage() { -- 2.49.1