From 4a469fd9981cc70e03f2a52e3aaf8cff5950ccde Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 21:14:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 66f24e8..792b1b8 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: "plain" }} 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" -- 2.49.1