From 877fee42fb7e1834bdc73ad8a1460b384da5401f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 22:10:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e4856a3..52857ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-mature-business-leader-enjoying-coffee_74855-3525.jpg?_wi=2", imageAlt: "Abraham Enriquez campaign"}, ]} buttons={[ - { text: "Support Our Campaign", href: "#contact" }, + { text: "Volunteer Today", href: "#contact" }, { text: "Learn More", href: "#about" }, ]} buttonAnimation="slide-up" @@ -80,7 +80,10 @@ export default function LandingPage() { description="Abraham Enriquez is a dedicated Republican and lifelong Lubbock resident with a proven track record of success. His experience working with the Trump administration on economic policy and border security gives him the expertise Texas District 19 deserves. Committed to constitutional values, job creation, and securing our future." imageSrc="http://img.b2bpic.net/free-photo/shirt-outdoor-shirt-girl-relationship_1157-3386.jpg?_wi=3" imageAlt="Abraham Enriquez with community" - buttons={[{ text: "View Full Bio", href: "#experience" }]} + buttons={[ + { text: "View Full Bio", href: "#experience" }, + { text: "Donate to Campaign", href: "https://donate.enriquez2024.com" } + ]} useInvertedBackground={false} />