Update src/app/page.tsx

This commit is contained in:
2026-06-12 23:14:00 +00:00
parent a953dc1daa
commit f410d5f787

View File

@@ -178,7 +178,7 @@ export default function LandingPage() {
id: "f4", title: "All In", author: "Flavor Explosion", description: "Everything you love in one unforgettable bite a truly comprehensive flavor.", tags: [
"Bold", "Rich"
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-variety-fried-chicken-with-sauces-french-fries_23-2148646573.jpg", imageAlt: "All In wings"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-variety-fried-chicken-with-sauces-french-fries_23-2148646573.jpg?_wi=2", imageAlt: "All In wings"
},
]}
title="Featured Flavors"
@@ -260,7 +260,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/top-view-variety-fried-chicken-with-sauces-french-fries_23-2148646573.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-variety-fried-chicken-with-sauces-french-fries_23-2148646573.jpg?_wi=3"
imageAlt="Variety of fried chicken with sauces and french fries"
logoText="Chill Way Kitchen"
columns={footerColumns}