diff --git a/src/app/page.tsx b/src/app/page.tsx index ddf6d00..468769f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,12 +74,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-boneless-chicken_23-2149972949.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-boneless-chicken_23-2149972949.jpg?_wi=1", imageAlt: "Wings", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/baroque-style-with-pink-flowers-fast-food_23-2149629983.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/baroque-style-with-pink-flowers-fast-food_23-2149629983.jpg?_wi=1", imageAlt: "Burger", }, { @@ -89,12 +89,12 @@ export default function LandingPage() { }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/philly-cheesesteak-sandwich_123827-22043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/philly-cheesesteak-sandwich_123827-22043.jpg?_wi=1", imageAlt: "Philly", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-dinner-with-cod_1203-1609.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-dinner-with-cod_1203-1609.jpg?_wi=1", imageAlt: "Seafood", }, { @@ -123,13 +123,13 @@ export default function LandingPage() { id: "2", name: "Signature Smash Burger", price: "$10.50", - imageSrc: "http://img.b2bpic.net/free-photo/baroque-style-with-pink-flowers-fast-food_23-2149629983.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/baroque-style-with-pink-flowers-fast-food_23-2149629983.jpg?_wi=2", }, { id: "3", name: "Philly Cheesesteak", price: "$11.99", - imageSrc: "http://img.b2bpic.net/free-photo/philly-cheesesteak-sandwich_123827-22043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/philly-cheesesteak-sandwich_123827-22043.jpg?_wi=2", }, { id: "4", @@ -141,7 +141,7 @@ export default function LandingPage() { id: "5", name: "Catfish & Shrimp Basket", price: "$15.99", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-dinner-with-cod_1203-1609.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-dinner-with-cod_1203-1609.jpg?_wi=2", }, { id: "6", @@ -243,7 +243,7 @@ export default function LandingPage() { tag="Get In Touch" title="Visit Us Today" description="13201 Pond Springs Rd Unit 204, Austin, TX 78729 | (512) 363-5845" - imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-boneless-chicken_23-2149972949.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-boneless-chicken_23-2149972949.jpg?_wi=2" mediaAnimation="blur-reveal" mediaPosition="right" />