diff --git a/src/app/page.tsx b/src/app/page.tsx index 77bc5b9..7dac4d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,15 +91,15 @@ export default function LandingPage() { { title: "Spicy Honey Garlic Wings", description: "Juicy, perfectly fried wings with a bold honey garlic glaze that balances heat and sweetness. A customer favorite that's crispy on the outside and tender inside.", icon: Flame, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-isolated-white-background_123827-29084.jpg", imageAlt: "Spicy Honey Garlic Wings" }, - { imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-minimal-background_23-2149001471.jpg", imageAlt: "Restaurant dining ambiance" } + { imageSrc: "http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-isolated-white-background_123827-29084.jpg?_wi=1", imageAlt: "Spicy Honey Garlic Wings" }, + { imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-minimal-background_23-2149001471.jpg?_wi=1", imageAlt: "Restaurant dining ambiance" } ] }, { title: "Crispy Fried Fish & Fries", description: "Golden, flaky whiting fish paired with our signature creative fries. Fresh, made-to-order excellence with a classic touch. A seafood lover's dream.", icon: Fish, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-shrimps-calamaris-served-with-lemon-sweet-chili-sauce_141793-454.jpg", imageAlt: "Crispy Fried Fish and Fries" }, - { imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-minimal-background_23-2149001471.jpg", imageAlt: "Restaurant interior" } + { imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-shrimps-calamaris-served-with-lemon-sweet-chili-sauce_141793-454.jpg?_wi=1", imageAlt: "Crispy Fried Fish and Fries" }, + { imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-minimal-background_23-2149001471.jpg?_wi=2", imageAlt: "Restaurant interior" } ] }, { @@ -112,8 +112,8 @@ export default function LandingPage() { { title: "Buffalo Chicken Fries", description: "Our creative fries topped with spicy buffalo chicken. Bold flavors and generous portions make this a standout item that defines Catch Me If U Can's approach to comfort food.", icon: Zap, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-shrimps-calamaris-served-with-lemon-sweet-chili-sauce_141793-454.jpg", imageAlt: "Buffalo Chicken Fries" }, - { imageSrc: "http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-isolated-white-background_123827-29084.jpg", imageAlt: "Spicy dishes" } + { imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-shrimps-calamaris-served-with-lemon-sweet-chili-sauce_141793-454.jpg?_wi=2", imageAlt: "Buffalo Chicken Fries" }, + { imageSrc: "http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-isolated-white-background_123827-29084.jpg?_wi=2", imageAlt: "Spicy dishes" } ] } ]}