diff --git a/src/app/page.tsx b/src/app/page.tsx index b3d4a71..0d63c97 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,9 +54,9 @@ export default function LandingPage() { mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-white-fried-cheese_140725-2355.jpg", imageAlt: "gourmet burger premium bun close-up" }, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-steak-sauce-with-potatoes-tomato-pepper-with-sauce-tray_141793-5113.jpg", imageAlt: "bbq smoked meat platter overhead" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-holding-plate-with-beef-burger-lettuce-cheese-tomato-cucumber-egg-french-fries-sauce-side-view_141793-12302.jpg", imageAlt: "classic cheeseburger bacon lettuce tomato" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-burger_23-2149342862.jpg", imageAlt: "whole hog burger sausage bacon egg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/arrangement-tasty-hamburgers_23-2148614084.jpg", imageAlt: "crispy chicken burger seeded bun fresh" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-holding-plate-with-beef-burger-lettuce-cheese-tomato-cucumber-egg-french-fries-sauce-side-view_141793-12302.jpg?_wi=1", imageAlt: "classic cheeseburger bacon lettuce tomato" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-burger_23-2149342862.jpg?_wi=1", imageAlt: "whole hog burger sausage bacon egg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/arrangement-tasty-hamburgers_23-2148614084.jpg?_wi=1", imageAlt: "crispy chicken burger seeded bun fresh" }, { imageSrc: "http://img.b2bpic.net/free-photo/festive-salty-buffet-fish-meat-chips-cheese-balls-other-specialties_78826-2322.jpg", imageAlt: "food truck catering business mobile" } ]} mediaAnimation="slide-up" @@ -88,13 +88,13 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "double-up", name: "The Double Up Burger", price: "Premium", variant: "Legendary", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-plate-with-beef-burger-lettuce-cheese-tomato-cucumber-egg-french-fries-sauce-side-view_141793-12302.jpg", imageAlt: "classic cheeseburger bacon lettuce tomato" + id: "double-up", name: "The Double Up Burger", price: "Premium", variant: "Legendary", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-plate-with-beef-burger-lettuce-cheese-tomato-cucumber-egg-french-fries-sauce-side-view_141793-12302.jpg?_wi=2", imageAlt: "classic cheeseburger bacon lettuce tomato" }, { - id: "whole-hog", name: "The Whole Hog", price: "Premium", variant: "Full Stack", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-burger_23-2149342862.jpg", imageAlt: "whole hog burger sausage bacon egg" + id: "whole-hog", name: "The Whole Hog", price: "Premium", variant: "Full Stack", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-burger_23-2149342862.jpg?_wi=2", imageAlt: "whole hog burger sausage bacon egg" }, { - id: "chicken-premium", name: "Premium Chicken Burger", price: "Quality", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-tasty-hamburgers_23-2148614084.jpg", imageAlt: "crispy chicken burger seeded bun fresh" + id: "chicken-premium", name: "Premium Chicken Burger", price: "Quality", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-tasty-hamburgers_23-2148614084.jpg?_wi=2", imageAlt: "crispy chicken burger seeded bun fresh" } ]} gridVariant="three-columns-all-equal-width"