diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d74477..f57e8c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,9 +47,9 @@ export default function LandingPage() { tag="Convenience at its Best" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440229.jpg", imageAlt: "Hy-Vee Fast & Fresh Storefront"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440229.jpg?_wi=1", imageAlt: "Hy-Vee Fast & Fresh Storefront"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-grocery-store_23-2148238131.jpg", imageAlt: "Fresh Food Selection"} + imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-grocery-store_23-2148238131.jpg?_wi=1", imageAlt: "Fresh Food Selection"} ]} mediaAnimation="slide-up" rating={4.4} @@ -74,9 +74,9 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Fresh Coffee & Snacks", description: "Start your morning right with a large coffee or cappuccino for just $1.", imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-grocery-store_23-2148238131.jpg", imageAlt: "Fresh coffee and snacks"}, + title: "Fresh Coffee & Snacks", description: "Start your morning right with a large coffee or cappuccino for just $1.", imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-grocery-store_23-2148238131.jpg?_wi=2", imageAlt: "Fresh coffee and snacks"}, { - title: "Reasonably Priced Fuel", description: "Competitive gas prices and pumps that are always well-maintained.", imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440229.jpg", imageAlt: "Clean gas pumps"}, + title: "Reasonably Priced Fuel", description: "Competitive gas prices and pumps that are always well-maintained.", imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440229.jpg?_wi=2", imageAlt: "Clean gas pumps"}, { title: "Helpful Service", description: "Our friendly staff is always on-site, ready to assist you with any questions.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5358.jpg", imageAlt: "Staff service"}, ]} @@ -91,9 +91,9 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Frantic Ice", date: "5 months ago", title: "Local Guide", quote: "I go this HyVee gas almost every day and they always have everything needed when shopping.", tag: "Top Rated", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440229.jpg", imageAlt: "convenience store exterior modern"}, + id: "1", name: "Frantic Ice", date: "5 months ago", title: "Local Guide", quote: "I go this HyVee gas almost every day and they always have everything needed when shopping.", tag: "Top Rated", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440229.jpg?_wi=3", imageAlt: "convenience store exterior modern"}, { - id: "2", name: "Sarah Johnson", date: "1 month ago", title: "Regular Visitor", quote: "Friendly, helpful staff and a good selection of food and drinks.", tag: "Great Service", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-grocery-store_23-2148238131.jpg", imageAlt: "fresh food items convenience store"}, + id: "2", name: "Sarah Johnson", date: "1 month ago", title: "Regular Visitor", quote: "Friendly, helpful staff and a good selection of food and drinks.", tag: "Great Service", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-grocery-store_23-2148238131.jpg?_wi=3", imageAlt: "fresh food items convenience store"}, { id: "3", name: "Michael Chen", date: "3 months ago", title: "Local Resident", quote: "Plus, you can’t beat $1 large coffee or Cappuccino. It’s the best spot in Waterloo.", tag: "Value", avatarSrc: "http://img.b2bpic.net/free-photo/very-well-alright-excited-smiling-brunette-guy-say-yes-showing-okay-signs-agree-with-you-praising-good-job-standing-happy-against-blue-background_1258-301363.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", imageAlt: "happy customer portrait"}, {