diff --git a/src/app/page.tsx b/src/app/page.tsx index 01ab18b..a88276a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,8 +45,8 @@ const productFeatures = [ ]; const metrics = [ - { id: "1", value: "73", title: "Years in Business", description: "Serving Schoolcraft County since 1951", imageSrc: "http://img.b2bpic.net/free-photo/mall-america-scenes-cinematic-style_23-2151551211.jpg", imageAlt: "retail sports shop storefront exterior building" }, - { id: "2", value: "#1", title: "Largest in County", description: "Most comprehensive selection of outdoor gear", imageSrc: "http://img.b2bpic.net/free-photo/dark-storage-with-shelves-many-forms-creating-different-shoes-boots_613910-12916.jpg", imageAlt: "sports retail store interior shelves displays" }, + { id: "1", value: "73", title: "Years in Business", description: "Serving Schoolcraft County since 1951", imageSrc: "http://img.b2bpic.net/free-photo/mall-america-scenes-cinematic-style_23-2151551211.jpg?_wi=1", imageAlt: "retail sports shop storefront exterior building" }, + { id: "2", value: "#1", title: "Largest in County", description: "Most comprehensive selection of outdoor gear", imageSrc: "http://img.b2bpic.net/free-photo/dark-storage-with-shelves-many-forms-creating-different-shoes-boots_613910-12916.jpg?_wi=1", imageAlt: "sports retail store interior shelves displays" }, { id: "3", value: "4", title: "Major Categories", description: "Fishing, Hunting, Camping, and Marine supplies", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-celebrating-outdoors_23-2149383092.jpg", imageAlt: "community gathering local people event" } ]; @@ -161,7 +161,7 @@ export default function LandingPage() { tag="Local Heritage" tagIcon={MapPin} bulletPoints={aboutBulletPoints} - imageSrc="http://img.b2bpic.net/free-photo/dark-storage-with-shelves-many-forms-creating-different-shoes-boots_613910-12916.jpg" + imageSrc="http://img.b2bpic.net/free-photo/dark-storage-with-shelves-many-forms-creating-different-shoes-boots_613910-12916.jpg?_wi=2" imageAlt="sports retail store interior shelves displays" imagePosition="right" textboxLayout="default" @@ -237,7 +237,7 @@ export default function LandingPage() { description="Stop by our Schoolcraft County location to see our full selection of fishing, hunting, camping, and marine supplies. Our friendly staff is ready to help you find everything you need for your next adventure." background={{ variant: "circleGradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/mall-america-scenes-cinematic-style_23-2151551211.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mall-america-scenes-cinematic-style_23-2151551211.jpg?_wi=2" imageAlt="retail sports shop storefront exterior building" mediaAnimation="slide-up" mediaPosition="right"