From 413c9f7a6c71b15cb94bfe9462d94f39e8df6e76 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 22:06:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9771878..4132e9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="mediumLargeSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -42,26 +42,26 @@ export default function LandingPage() { tagIcon={Flag} title="Abraham Enriquez for Congress" description="Proven leadership with Trump administration experience. Ready to fight for Texas values, secure borders, and economic growth for our community." - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-mature-business-leader-enjoying-coffee_74855-3525.jpg?_wi=1", imageAlt: "Abraham Enriquez professional portrait"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-mature-business-leader-enjoying-coffee_74855-3525.jpg", imageAlt: "Abraham Enriquez professional portrait"}, { - imageSrc: "http://img.b2bpic.net/free-photo/group-successful-business-team-workplace_23-2147923435.jpg?_wi=1", imageAlt: "Campaign speaking event"}, + imageSrc: "http://img.b2bpic.net/free-photo/group-successful-business-team-workplace_23-2147923435.jpg", imageAlt: "Campaign speaking event"}, { - imageSrc: "http://img.b2bpic.net/free-photo/shirt-outdoor-shirt-girl-relationship_1157-3386.jpg?_wi=1", imageAlt: "Community engagement"}, + imageSrc: "http://img.b2bpic.net/free-photo/shirt-outdoor-shirt-girl-relationship_1157-3386.jpg", imageAlt: "Community engagement"}, { - imageSrc: "http://img.b2bpic.net/free-photo/flagpole-with-bulgaria-flag-port-nesebar_627829-7527.jpg?_wi=1", imageAlt: "Lubbock Texas community"}, + imageSrc: "http://img.b2bpic.net/free-photo/flagpole-with-bulgaria-flag-port-nesebar_627829-7527.jpg", imageAlt: "Lubbock Texas community"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/flagpole-with-bulgaria-flag-port-nesebar_627829-7527.jpg?_wi=2", imageAlt: "Lubbock landscape"}, + imageSrc: "http://img.b2bpic.net/free-photo/flagpole-with-bulgaria-flag-port-nesebar_627829-7527.jpg", imageAlt: "Lubbock landscape"}, { - imageSrc: "http://img.b2bpic.net/free-photo/shirt-outdoor-shirt-girl-relationship_1157-3386.jpg?_wi=2", imageAlt: "Community support"}, + imageSrc: "http://img.b2bpic.net/free-photo/shirt-outdoor-shirt-girl-relationship_1157-3386.jpg", imageAlt: "Community support"}, { - imageSrc: "http://img.b2bpic.net/free-photo/group-successful-business-team-workplace_23-2147923435.jpg?_wi=2", imageAlt: "Leadership event"}, + imageSrc: "http://img.b2bpic.net/free-photo/group-successful-business-team-workplace_23-2147923435.jpg", imageAlt: "Leadership event"}, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-mature-business-leader-enjoying-coffee_74855-3525.jpg?_wi=2", imageAlt: "Abraham Enriquez campaign"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-mature-business-leader-enjoying-coffee_74855-3525.jpg", imageAlt: "Abraham Enriquez campaign"}, ]} buttons={[ { text: "Volunteer Today", href: "#contact" }, @@ -78,7 +78,7 @@ export default function LandingPage() { tag="About" title="Fighting for Texas" 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" + imageSrc="http://img.b2bpic.net/free-photo/shirt-outdoor-shirt-girl-relationship_1157-3386.jpg" imageAlt="Abraham Enriquez with community" buttons={[{ text: "View Full Bio", href: "#experience" }]} useInvertedBackground={false} -- 2.49.1