From 5150af7ea81233243ea11776d01bc589697fa1ba Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 22:07:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4132e9b..a3afc6f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,23 +45,23 @@ export default function LandingPage() { background={{ variant: "plain" }} leftCarouselItems={[ { - 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/happy-positive-mature-business-leader-enjoying-coffee_74855-3525.jpg?_wi=1", imageAlt: "Abraham Enriquez professional portrait"}, { - 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/group-successful-business-team-workplace_23-2147923435.jpg?_wi=1", imageAlt: "Campaign speaking event"}, { - 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/shirt-outdoor-shirt-girl-relationship_1157-3386.jpg?_wi=1", imageAlt: "Community engagement"}, { - imageSrc: "http://img.b2bpic.net/free-photo/flagpole-with-bulgaria-flag-port-nesebar_627829-7527.jpg", imageAlt: "Lubbock Texas community"}, + imageSrc: "http://img.b2bpic.net/free-photo/flagpole-with-bulgaria-flag-port-nesebar_627829-7527.jpg?_wi=1", imageAlt: "Lubbock Texas community"}, ]} rightCarouselItems={[ { - 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/flagpole-with-bulgaria-flag-port-nesebar_627829-7527.jpg?_wi=2", imageAlt: "Lubbock landscape"}, { - 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/shirt-outdoor-shirt-girl-relationship_1157-3386.jpg?_wi=2", imageAlt: "Community support"}, { - 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/group-successful-business-team-workplace_23-2147923435.jpg?_wi=2", imageAlt: "Leadership event"}, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-mature-business-leader-enjoying-coffee_74855-3525.jpg", imageAlt: "Abraham Enriquez campaign"}, + 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: "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" + 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" }]} useInvertedBackground={false} -- 2.49.1