diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c82455..e1450d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-fruits-tea-light_140725-121025.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-fruits-tea-light_140725-121025.jpg?_wi=1" /> @@ -99,13 +99,13 @@ export default function LandingPage() { id: "p1", name: "Classic Southern Grits", price: "$12", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-half-fried-egg-bacon-salad-toast-gray-ceramic-plate_23-2148067161.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-half-fried-egg-bacon-salad-toast-gray-ceramic-plate_23-2148067161.jpg?_wi=1", }, { id: "p2", name: "Signature Fluffy Stacks", price: "$15", - imageSrc: "http://img.b2bpic.net/free-photo/served-meal-tray_23-2147693534.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/served-meal-tray_23-2147693534.jpg?_wi=1", }, { id: "p3", @@ -153,21 +153,21 @@ export default function LandingPage() { title: "Traditional Recipes", description: "Authentic taste in every dish.", buttonIcon: "ChefHat", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-fruits-tea-light_140725-121025.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-fruits-tea-light_140725-121025.jpg?_wi=2", imageAlt: "Fruit galette composition for tasty food concept space for text", }, { title: "Fast Friendly Service", description: "We value your morning time.", buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-half-fried-egg-bacon-salad-toast-gray-ceramic-plate_23-2148067161.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-half-fried-egg-bacon-salad-toast-gray-ceramic-plate_23-2148067161.jpg?_wi=2", imageAlt: "Fruit galette composition for tasty food concept space for text", }, { title: "Local Community", description: "Proudly serving Atlanta since day one.", buttonIcon: "Users", - imageSrc: "http://img.b2bpic.net/free-photo/served-meal-tray_23-2147693534.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/served-meal-tray_23-2147693534.jpg?_wi=2", imageAlt: "Fruit galette composition for tasty food concept space for text", }, ]}