diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 05491e4..6355934 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -61,7 +61,7 @@ export default function ContactPage() { { title: "Catfish Plate", description: "Golden fried catfish with 2 sides. A soul food classic.", - imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-798.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-798.jpg?_wi=5", imageAlt: "Fried catfish plate with sides", buttonIcon: ArrowRight, buttonHref: "/", @@ -69,7 +69,7 @@ export default function ContactPage() { { title: "Shrimp Plate", description: "Succulent fried shrimp with your choice of two delicious sides.", - imageSrc: "http://img.b2bpic.net/free-photo/pan-with-fried-shrimps_140725-8992.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pan-with-fried-shrimps_140725-8992.jpg?_wi=3", imageAlt: "Cajun shrimp platter", buttonIcon: ArrowRight, buttonHref: "/", @@ -77,7 +77,7 @@ export default function ContactPage() { { title: "Seafood Gumbo", description: "Rich, authentic gumbo with seafood and traditional Cajun spices.", - imageSrc: "http://img.b2bpic.net/free-psd/delicious-seafood-stew-with-shrimp-mussels-bowl-top-view_84443-80038.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/delicious-seafood-stew-with-shrimp-mussels-bowl-top-view_84443-80038.jpg?_wi=3", imageAlt: "Steaming seafood gumbo", buttonIcon: ArrowRight, buttonHref: "/", diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fca0888..f0d5438 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1434,6 +1434,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +