diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 47dc808..a2b03e9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -25,7 +25,7 @@ export default function AboutPage() { handle: "@carlfarm", testimonial: "Carl's expertise and knowledge of animal nutrition is unmatched. He remembers my cattle's specific needs and always recommends exactly what we need.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-farmer-standing-with-arms-crossed-apple-orchard_107420-12204.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-farmer-standing-with-arms-crossed-apple-orchard_107420-12204.jpg?_wi=2", imageAlt: "Carl Henderson", }, { @@ -34,7 +34,7 @@ export default function AboutPage() { handle: "@4hfarm", testimonial: "Our 4H kids have learned so much from the team here. Their loading service is incredibly helpful when we're picking up supplies.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15974.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15974.jpg?_wi=2", imageAlt: "Sarah Mitchell", }, { @@ -43,7 +43,7 @@ export default function AboutPage() { handle: "@jamesranch", testimonial: "Been coming here for 15 years. The quality is consistent, the service is personal, and they actually know farming. Hard to beat.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-stretching-his-hand-camera_23-2148233412.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-stretching-his-hand-camera_23-2148233412.jpg?_wi=2", imageAlt: "James Rodriguez", }, { @@ -52,7 +52,7 @@ export default function AboutPage() { handle: "@emilyfarm", testimonial: "The best part? They deliver same day. Perfect for when emergencies happen on the farm.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-male-riding-scooter_23-2148577333.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-male-riding-scooter_23-2148577333.jpg?_wi=2", imageAlt: "Emily Watson", }, ]; @@ -99,7 +99,7 @@ export default function AboutPage() { { title: "Founded in 1985", description: "Started by Carl Sr. with a vision to serve local farmers with quality feed and personalized service", - imageSrc: "http://img.b2bpic.net/free-photo/brown-cows-green-landscape_181624-23153.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brown-cows-green-landscape_181624-23153.jpg?_wi=3", imageAlt: "Farm heritage and history", buttonIcon: ArrowRight, buttonHref: "/about", @@ -107,7 +107,7 @@ export default function AboutPage() { { title: "Community Focused", description: "Active supporters of 4H programs, local farm organizations, and agricultural education initiatives", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-feeding-animals_23-2149147887.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-feeding-animals_23-2149147887.jpg?_wi=5", imageAlt: "Community engagement", buttonIcon: ArrowRight, buttonHref: "/about", @@ -115,7 +115,7 @@ export default function AboutPage() { { title: "Expert Team", description: "Multi-generational farming expertise combined with modern nutritional science and industry certifications", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hens-feeding-poultry-feeder-farm_23-2147924263.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hens-feeding-poultry-feeder-farm_23-2147924263.jpg?_wi=4", imageAlt: "Expert knowledge and experience", buttonIcon: ArrowRight, buttonHref: "/about", @@ -123,7 +123,7 @@ export default function AboutPage() { { title: "Local Commitment", description: "Every decision prioritizes the needs of Hall County farmers and the long-term health of our agricultural community", - imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-feeding-his-goats-hay-farm_23-2149211705.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-feeding-his-goats-hay-farm_23-2149211705.jpg?_wi=3", imageAlt: "Local farm commitment", buttonIcon: ArrowRight, buttonHref: "/about", @@ -162,7 +162,7 @@ export default function AboutPage() {