diff --git a/src/app/page.tsx b/src/app/page.tsx index 31eea3a..1118eab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,17 +59,17 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/working-board-presentation-business-office_1262-2226.jpg", imageAlt: "Community service"}, + imageSrc: "http://img.b2bpic.net/free-photo/working-board-presentation-business-office_1262-2226.jpg?_wi=1", imageAlt: "Community service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/working-board-presentation-business-office_1262-2226.jpg", imageAlt: "Engagement focus"}, + imageSrc: "http://img.b2bpic.net/free-photo/working-board-presentation-business-office_1262-2226.jpg?_wi=2", imageAlt: "Engagement focus"}, { - imageSrc: "http://img.b2bpic.net/free-photo/working-board-presentation-business-office_1262-2226.jpg", imageAlt: "Support resources"}, + imageSrc: "http://img.b2bpic.net/free-photo/working-board-presentation-business-office_1262-2226.jpg?_wi=3", imageAlt: "Support resources"}, { - imageSrc: "http://img.b2bpic.net/free-photo/working-board-presentation-business-office_1262-2226.jpg", imageAlt: "Transparent service"}, + imageSrc: "http://img.b2bpic.net/free-photo/working-board-presentation-business-office_1262-2226.jpg?_wi=4", imageAlt: "Transparent service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/working-board-presentation-business-office_1262-2226.jpg", imageAlt: "Community connection"}, + imageSrc: "http://img.b2bpic.net/free-photo/working-board-presentation-business-office_1262-2226.jpg?_wi=5", imageAlt: "Community connection"}, { - imageSrc: "http://img.b2bpic.net/free-photo/working-board-presentation-business-office_1262-2226.jpg", imageAlt: "Leadership accountability"}, + imageSrc: "http://img.b2bpic.net/free-photo/working-board-presentation-business-office_1262-2226.jpg?_wi=6", imageAlt: "Leadership accountability"}, ]} /> @@ -88,7 +88,7 @@ export default function LandingPage() { { title: "Accessibility", description: "Making resources available to every member of our community."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/front-view-business-people-talking_23-2148427081.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-business-people-talking_23-2148427081.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -117,27 +117,27 @@ export default function LandingPage() { title: "Navigating Concerns", description: "Help navigating school or district issues.", icon: HelpCircle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-talking_23-2148427081.jpg", imageAlt: "Support"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-talking_23-2148427081.jpg?_wi=2", imageAlt: "Support"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-talking_23-2148427081.jpg", imageAlt: "Assistance"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-talking_23-2148427081.jpg?_wi=3", imageAlt: "Assistance"}, ], }, { title: "Policy Questions", description: "Answering questions about board policies.", icon: BookOpen, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-talking_23-2148427081.jpg", imageAlt: "Info"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-talking_23-2148427081.jpg?_wi=4", imageAlt: "Info"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-talking_23-2148427081.jpg", imageAlt: "Clarity"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-talking_23-2148427081.jpg?_wi=5", imageAlt: "Clarity"}, ], }, { title: "Direct Connections", description: "Connecting you with the right department.", icon: UserCheck, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-talking_23-2148427081.jpg", imageAlt: "Service"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-talking_23-2148427081.jpg?_wi=6", imageAlt: "Service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-talking_23-2148427081.jpg", imageAlt: "Support"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-people-talking_23-2148427081.jpg?_wi=7", imageAlt: "Support"}, ], }, ]}