diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a479ec..25757a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "Get Directions", href: "https://maps.google.com/?q=2914+E+Main+St,+Columbus,+OH+43209" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/woman-supermarket-beautiful-young-woman-shopping-supermarket-buying-fresh-organic-vegetables_169016-3365.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-supermarket-beautiful-young-woman-shopping-supermarket-buying-fresh-organic-vegetables_169016-3365.jpg?_wi=1" imageAlt="East Main Food Center storefront" /> @@ -83,29 +83,29 @@ export default function LandingPage() { { title: "Fresh Snacks", description: "Wide variety of chips, candy, and snacks for every craving", icon: Croissant, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/sweets-shopping-basket_53876-18273.jpg", imageAlt: "Variety of snacks" }, - { imageSrc: "http://img.b2bpic.net/free-photo/sweets-shopping-basket_53876-18273.jpg", imageAlt: "Snacks selection" } + { imageSrc: "http://img.b2bpic.net/free-photo/sweets-shopping-basket_53876-18273.jpg?_wi=1", imageAlt: "Variety of snacks" }, + { imageSrc: "http://img.b2bpic.net/free-photo/sweets-shopping-basket_53876-18273.jpg?_wi=2", imageAlt: "Snacks selection" } ] }, { title: "Cold Drinks", description: "Refreshing beverages, sodas, juices, and energy drinks", icon: Zap, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/view-woman-gas-station_23-2150516386.jpg", imageAlt: "Cold beverage cooler" }, - { imageSrc: "http://img.b2bpic.net/free-photo/view-woman-gas-station_23-2150516386.jpg", imageAlt: "Drinks selection" } + { imageSrc: "http://img.b2bpic.net/free-photo/view-woman-gas-station_23-2150516386.jpg?_wi=1", imageAlt: "Cold beverage cooler" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-woman-gas-station_23-2150516386.jpg?_wi=2", imageAlt: "Drinks selection" } ] }, { title: "Quick Groceries", description: "Essential groceries and everyday items for busy households", icon: ShoppingBag, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733114.jpg", imageAlt: "Grocery items" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733114.jpg", imageAlt: "Groceries shelf" } + { imageSrc: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733114.jpg?_wi=1", imageAlt: "Grocery items" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733114.jpg?_wi=2", imageAlt: "Groceries shelf" } ] }, { title: "Convenience Items", description: "All the extras you need for quick, easy shopping", icon: Gift, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-food_23-2149149988.jpg", imageAlt: "Convenience items" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-food_23-2149149988.jpg", imageAlt: "Essentials display" } + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-food_23-2149149988.jpg?_wi=1", imageAlt: "Convenience items" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-food_23-2149149988.jpg?_wi=2", imageAlt: "Essentials display" } ] } ]} @@ -233,7 +233,7 @@ export default function LandingPage() {