From 5e796eac3c6e6a66f572895e90922a1c6a879224 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 15:15:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 186 +++++++++++------------------------------------ 1 file changed, 41 insertions(+), 145 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f442d13..06dd90c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,60 +46,26 @@ export default function LandingPage() {
@@ -117,7 +75,7 @@ export default function LandingPage() { useInvertedBackground={false} title="We know Arizona. We get results." description="As a bipartisan firm, our team leverages diverse political experience to deliver non-partisan, outcome-focused strategies. With over 200 years of combined experience, we’ve helped clients secure policy, advocacy and public outreach support across all levels of government." - imageSrc="http://img.b2bpic.net/free-photo/workplace-violence-taking-place-colleagues_23-2149361816.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/workplace-violence-taking-place-colleagues_23-2149361816.jpg" imageAlt="professional meeting diverse group" /> @@ -129,23 +87,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Lobbying", - description: "High-impact advocacy at all levels of state and local government.", - imageSrc: "http://img.b2bpic.net/free-photo/building-architecture-office-window-contemporary-concept_53876-23175.jpg", - imageAlt: "corporate lobbyist architecture glass facade", - }, + title: "Lobbying", description: "High-impact advocacy at all levels of state and local government.", imageSrc: "http://img.b2bpic.net/free-photo/building-architecture-office-window-contemporary-concept_53876-23175.jpg", imageAlt: "corporate lobbyist architecture glass facade"}, { - title: "Public Relations", - description: "Strategic communications designed to influence and inform key stakeholders.", - imageSrc: "http://img.b2bpic.net/free-photo/workplace-violence-taking-place-colleagues_23-2149361816.jpg?_wi=2", - imageAlt: "corporate lobbyist architecture glass facade", - }, + title: "Public Relations", description: "Strategic communications designed to influence and inform key stakeholders.", imageSrc: "http://img.b2bpic.net/free-photo/workplace-violence-taking-place-colleagues_23-2149361816.jpg", imageAlt: "corporate lobbyist architecture glass facade"}, { - title: "Public Outreach", - description: "Grassroots and digital campaigns built to mobilize communities and stakeholders.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-disgusted-young-man-trendy-suit-grimacing-upset-looking-left-standing-against-whit_1258-165923.jpg", - imageAlt: "corporate lobbyist architecture glass facade", - }, + title: "Public Outreach", description: "Grassroots and digital campaigns built to mobilize communities and stakeholders.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-disgusted-young-man-trendy-suit-grimacing-upset-looking-left-standing-against-whit_1258-165923.jpg", imageAlt: "corporate lobbyist architecture glass facade"}, ]} title="Our Expertise" description="Comprehensive public affairs solutions tailored to your unique challenges." @@ -156,30 +102,19 @@ export default function LandingPage() { @@ -249,16 +161,10 @@ export default function LandingPage() { description="Ready to discuss your policy and public affairs needs?" inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, ]} imageSrc="http://img.b2bpic.net/free-photo/pan-shot-empty-office-with-projector-middle-conference-desk_1098-19956.jpg" @@ -270,29 +176,19 @@ export default function LandingPage() { ); -} +} \ No newline at end of file