diff --git a/src/app/page.tsx b/src/app/page.tsx index 5efd9f1..04edb68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,9 +46,9 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-market_23-2149148482.jpg", imageAlt: "Lyons Market storefront"}, { - imageSrc: "http://img.b2bpic.net/free-photo/three-layer-sandwich_1203-1272.jpg", imageAlt: "Fresh deli items"}, + imageSrc: "http://img.b2bpic.net/free-photo/three-layer-sandwich_1203-1272.jpg?_wi=1", imageAlt: "Fresh deli items"}, { - imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-with-face-mask_23-2149565225.jpg", imageAlt: "Fresh groceries"}, + imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-with-face-mask_23-2149565225.jpg?_wi=1", imageAlt: "Fresh groceries"}, ]} buttons={[ { text: "Visit Us", href: "#contact" }, @@ -67,7 +67,7 @@ export default function LandingPage() { description="Your Trusted Neighborhood Resource" subdescription="Serving Lyons, Oregon with Integrity" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg" + imageSrc="http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg?_wi=1" imageAlt="Hakimi family operating Lyons Market" mediaAnimation="slide-up" useInvertedBackground={false} @@ -83,10 +83,10 @@ export default function LandingPage() { features={[ { id: 1, - title: "Grocery Essentials", description: "Fresh produce, pantry staples, and quality products for your household needs.", imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-with-face-mask_23-2149565225.jpg", imageAlt: "Quality groceries and fresh produce"}, + title: "Grocery Essentials", description: "Fresh produce, pantry staples, and quality products for your household needs.", imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-with-face-mask_23-2149565225.jpg?_wi=2", imageAlt: "Quality groceries and fresh produce"}, { id: 2, - title: "Fresh Hot Food & Deli", description: "Freshly prepared hot meals and deli items made daily for convenient dining.", imageSrc: "http://img.b2bpic.net/free-photo/three-layer-sandwich_1203-1272.jpg", imageAlt: "Fresh deli items and hot food"}, + title: "Fresh Hot Food & Deli", description: "Freshly prepared hot meals and deli items made daily for convenient dining.", imageSrc: "http://img.b2bpic.net/free-photo/three-layer-sandwich_1203-1272.jpg?_wi=2", imageAlt: "Fresh deli items and hot food"}, { id: 3, title: "Beverages & Energy Drinks", description: "Wide selection of cold drinks, energy drinks, and beverages for every preference.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beverages-frigorific-bag_23-2150880768.jpg", imageAlt: "Selection of beverages and drinks"}, @@ -107,13 +107,13 @@ export default function LandingPage() { cardTagIcon={Users} testimonials={[ { - id: "1", name: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interprets-singing-outdoors_23-2149498414.jpg", imageAlt: "Community member"}, + id: "1", name: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interprets-singing-outdoors_23-2149498414.jpg?_wi=1", imageAlt: "Community member"}, { - id: "2", name: "Daily Customer", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interprets-singing-outdoors_23-2149498414.jpg", imageAlt: "Loyal customer"}, + id: "2", name: "Daily Customer", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interprets-singing-outdoors_23-2149498414.jpg?_wi=2", imageAlt: "Loyal customer"}, { - id: "3", name: "Business Partner", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interprets-singing-outdoors_23-2149498414.jpg", imageAlt: "Community business"}, + id: "3", name: "Business Partner", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interprets-singing-outdoors_23-2149498414.jpg?_wi=3", imageAlt: "Community business"}, { - id: "4", name: "Town Visitor", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interprets-singing-outdoors_23-2149498414.jpg", imageAlt: "Visiting customer"}, + id: "4", name: "Town Visitor", imageSrc: "http://img.b2bpic.net/free-photo/country-music-interprets-singing-outdoors_23-2149498414.jpg?_wi=4", imageAlt: "Visiting customer"}, ]} cardAnimation="blur-reveal" useInvertedBackground={false} @@ -128,7 +128,7 @@ export default function LandingPage() { tagIcon={Users} members={[ { - id: "1", name: "Hakimi Family", role: "Store Operators", imageSrc: "http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg", imageAlt: "Hakimi family owners"}, + id: "1", name: "Hakimi Family", role: "Store Operators", imageSrc: "http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg?_wi=2", imageAlt: "Hakimi family owners"}, ]} textboxLayout="default" gridVariant="uniform-all-items-equal"