Update src/app/page.tsx

This commit is contained in:
2026-03-09 22:10:30 +00:00
parent a65723ecc2
commit 877fee42fb

View File

@@ -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}
/>
</div>