Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-14 20:39:54 +00:00

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
{ text: "Get Directions", href: "#contact" }
]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-french-fries_23-2148454906.jpg", imageAlt: "crispy korean fried chicken close-up" }
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-french-fries_23-2148454906.jpg?_wi=1", imageAlt: "crispy korean fried chicken close-up" }
]}
mediaAnimation="slide-up"
/>
@@ -86,14 +86,14 @@ export default function LandingPage() {
title: "Takeout Available", description: "Grab your favorite meals in convenient packaging, ready to enjoy at home", icon: Package,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-female-courier-red-uniform-holding-delivery-coffee-cups-light-pink-job-uniform-service-worker-delivery_140725-36553.jpg", imageAlt: "takeout food packaging order" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-bread-turkey-close-up_23-2148314859.jpg", imageAlt: "Ready to take meal" }
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-bread-turkey-close-up_23-2148314859.jpg?_wi=1", imageAlt: "Ready to take meal" }
]
},
{
title: "Delivery Available", description: "Order online and get our fresh Korean fried chicken delivered right to your door", icon: Bike,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-mask-with-delivery-food-box-yellow-wall_179666-35001.jpg", imageAlt: "food delivery bike courier" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-bread-turkey-close-up_23-2148314859.jpg", imageAlt: "Delivery ready meal" }
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-bread-turkey-close-up_23-2148314859.jpg?_wi=2", imageAlt: "Delivery ready meal" }
]
}
]}
@@ -125,10 +125,10 @@ export default function LandingPage() {
products={[
{ id: "boneless", name: "Boneless Chicken Thigh (3 pieces)", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-different-seasonings-dark-space_140725-75644.jpg", imageAlt: "boneless chicken thigh korean style" },
{ id: "chibap", name: "Chibap", price: "$10.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-seaweed-dish_23-2150912654.jpg", imageAlt: "korean chibap rice bowl dish" },
{ id: "fried-chicken", name: "Korean Fried Chicken", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-bread-turkey-close-up_23-2148314859.jpg", imageAlt: "korean fried chicken full plate" },
{ id: "fries", name: "Fries", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-french-fries-with-seasonings-chicken-meal-brown-desk-potato-lunch-fast-food-meal-bread_140725-95383.jpg", imageAlt: "crispy fries with coleslaw" },
{ id: "coleslaw", name: "Coleslaw", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-french-fries-with-seasonings-chicken-meal-brown-desk-potato-lunch-fast-food-meal-bread_140725-95383.jpg", imageAlt: "Fresh coleslaw side" },
{ id: "combo", name: "Chicken Combo Meal", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-bread-turkey-close-up_23-2148314859.jpg", imageAlt: "Complete meal combo" }
{ id: "fried-chicken", name: "Korean Fried Chicken", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-bread-turkey-close-up_23-2148314859.jpg?_wi=3", imageAlt: "korean fried chicken full plate" },
{ id: "fries", name: "Fries", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-french-fries-with-seasonings-chicken-meal-brown-desk-potato-lunch-fast-food-meal-bread_140725-95383.jpg?_wi=1", imageAlt: "crispy fries with coleslaw" },
{ id: "coleslaw", name: "Coleslaw", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-french-fries-with-seasonings-chicken-meal-brown-desk-potato-lunch-fast-food-meal-bread_140725-95383.jpg?_wi=2", imageAlt: "Fresh coleslaw side" },
{ id: "combo", name: "Chicken Combo Meal", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-bread-turkey-close-up_23-2148314859.jpg?_wi=4", imageAlt: "Complete meal combo" }
]}
gridVariant="three-columns-all-equal-width"
animationType="scale-rotate"
@@ -172,7 +172,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/top-view-chicken-french-fries_23-2148454906.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-chicken-french-fries_23-2148454906.jpg?_wi=2"
imageAlt="Chicken & Bap restaurant"
logoText="Chicken & Bap"
copyrightText="© 2025 Chicken & Bap | All rights reserved"