6 Commits

Author SHA1 Message Date
f410d5f787 Update src/app/page.tsx 2026-06-12 23:14:00 +00:00
a953dc1daa Update src/app/menu/page.tsx 2026-06-12 23:14:00 +00:00
13f7c8822a Update src/app/page.tsx 2026-06-12 23:13:36 +00:00
3692376011 Update src/app/menu/page.tsx 2026-06-12 23:13:35 +00:00
3b1f1e6d3f Merge version_5 into main
Merge version_5 into main
2026-06-12 23:11:48 +00:00
abdddcfc33 Merge version_5 into main
Merge version_5 into main
2026-06-12 23:11:24 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -133,8 +133,8 @@ export default function MenuPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-luxury-restaurant_23-2150598348.jpg?_wi=2"
imageAlt="Luxury kitchen background with gold accents"
imageSrc="http://img.b2bpic.net/free-photo/top-view-variety-fried-chicken-with-sauces-french-fries_23-2148646573.jpg?_wi=1"
imageAlt="Variety of fried chicken with sauces and french fries"
logoText="Chill Way Kitchen"
columns={footerColumns}
copyrightText="© 2024 Chill Way Kitchen. All rights reserved."

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,8 +260,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-luxury-restaurant_23-2150598348.jpg?_wi=1"
imageAlt="Luxury kitchen background with gold accents"
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}
copyrightText="© 2024 Chill Way Kitchen. All rights reserved."