diff --git a/src/app/page.tsx b/src/app/page.tsx index 2703708..c12cf72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,12 +49,12 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/hiker-couple-love-sitting-nature_23-2148192680.jpg", imageAlt: "Young person riding horse at sunset" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-farmer-with-beautiful-horse_23-2149140354.jpg", imageAlt: "Group of kids learning at ranch with horses" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hiker-couple-love-sitting-nature_23-2148192680.jpg?_wi=1", imageAlt: "Young person riding horse at sunset" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-farmer-with-beautiful-horse_23-2149140354.jpg?_wi=1", imageAlt: "Group of kids learning at ranch with horses" }, { imageSrc: "http://img.b2bpic.net/free-photo/horse-riding_654080-1700.jpg", imageAlt: "Happy teenager with newfound confidence" }, { imageSrc: "http://img.b2bpic.net/free-photo/field-foothills-navarre_1398-2507.jpg", imageAlt: "Beautiful ranch landscape with horses" }, { imageSrc: "http://img.b2bpic.net/free-photo/people-planting-tree-countryside_23-2149401192.jpg", imageAlt: "Youth learning responsibility through ranch work" }, - { imageSrc: "http://img.b2bpic.net/free-photo/mother-lying-grass-with-daughter_23-2147638996.jpg", imageAlt: "Group of teenagers bonding at ranch" } + { imageSrc: "http://img.b2bpic.net/free-photo/mother-lying-grass-with-daughter_23-2147638996.jpg?_wi=1", imageAlt: "Group of teenagers bonding at ranch" } ]} autoplayDelay={3000} showDimOverlay={false} @@ -117,9 +117,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" products={[ - { id: "field-trips", name: "Field Trips", price: "$45/person", imageSrc: "http://img.b2bpic.net/free-photo/close-up-farmer-with-beautiful-horse_23-2149140354.jpg", imageAlt: "Group field trip experience" }, - { id: "group-experiences", name: "Group Experiences", price: "$250/group", imageSrc: "http://img.b2bpic.net/free-photo/mother-lying-grass-with-daughter_23-2147638996.jpg", imageAlt: "Group bonding experience" }, - { id: "summer-programs", name: "Summer Programs", price: "$500-1200", imageSrc: "http://img.b2bpic.net/free-photo/hiker-couple-love-sitting-nature_23-2148192680.jpg", imageAlt: "Extended summer experience" } + { id: "field-trips", name: "Field Trips", price: "$45/person", imageSrc: "http://img.b2bpic.net/free-photo/close-up-farmer-with-beautiful-horse_23-2149140354.jpg?_wi=2", imageAlt: "Group field trip experience" }, + { id: "group-experiences", name: "Group Experiences", price: "$250/group", imageSrc: "http://img.b2bpic.net/free-photo/mother-lying-grass-with-daughter_23-2147638996.jpg?_wi=2", imageAlt: "Group bonding experience" }, + { id: "summer-programs", name: "Summer Programs", price: "$500-1200", imageSrc: "http://img.b2bpic.net/free-photo/hiker-couple-love-sitting-nature_23-2148192680.jpg?_wi=2", imageAlt: "Extended summer experience" } ]} carouselMode="buttons" ariaLabel="Program offerings"