Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-07 05:18:34 +00:00

View File

@@ -62,7 +62,7 @@ export default function FoodCourtPage() {
]}
dashboard={{
title: "Real-Time Meal Updates", logoIcon: UtensilsCrossed,
imageSrc: "http://img.b2bpic.net/free-photo/sliced-fried-pork-with-lemon-onion-red-onion-tomato-long-bean-butterfly-pea-flower-mint_1150-25869.jpg", imageAlt: "delicious fresh food meal photography", buttons: [
imageSrc: "http://img.b2bpic.net/free-photo/sliced-fried-pork-with-lemon-onion-red-onion-tomato-long-bean-butterfly-pea-flower-mint_1150-25869.jpg?_wi=1", imageAlt: "delicious fresh food meal photography", buttons: [
{ text: "View Menu", href: "#menu" },
{ text: "Reserve Table", href: "#contact" },
],
@@ -105,15 +105,15 @@ export default function FoodCourtPage() {
tag="Best Sellers"
products={[
{
id: "1", name: "Jollof Rice", price: "₦2,500", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-chicken-sauce-with-boiled-rice-sauces-plate-with-juice-table_141793-12527.jpg", imageAlt: "Jollof Rice"},
id: "1", name: "Jollof Rice", price: "₦2,500", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-chicken-sauce-with-boiled-rice-sauces-plate-with-juice-table_141793-12527.jpg?_wi=1", imageAlt: "Jollof Rice"},
{
id: "2", name: "Fried Rice", price: "₦2,500", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510936.jpg", imageAlt: "Fried Rice"},
{
id: "3", name: "Chicken & Chips", price: "₦3,000", imageSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-food-homemade-tonkatsu-pork-cutlet-aluminium-foil_1428-653.jpg", imageAlt: "Chicken & Chips"},
id: "3", name: "Chicken & Chips", price: "₦3,000", imageSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-food-homemade-tonkatsu-pork-cutlet-aluminium-foil_1428-653.jpg?_wi=1", imageAlt: "Chicken & Chips"},
{
id: "4", name: "Shawarma", price: "₦1,500", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-s-hand-taking-gua-bao-from-white-plate-wooden-table_23-2148123743.jpg", imageAlt: "Shawarma"},
{
id: "5", name: "French Fries", price: "₦800", imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-with-herbs-tomatoes_23-2148701497.jpg", imageAlt: "French Fries"},
id: "5", name: "French Fries", price: "₦800", imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-with-herbs-tomatoes_23-2148701497.jpg?_wi=1", imageAlt: "French Fries"},
{
id: "6", name: "Rice & Turkey", price: "₦3,500", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-thanksgiving-dishes_23-2147709516.jpg", imageAlt: "Rice & Turkey"},
]}
@@ -132,13 +132,13 @@ export default function FoodCourtPage() {
tag="Our Promise"
features={[
{
title: "Affordable Meals", description: "Great tasting food at pocket-friendly prices for everyone.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-chicken-sauce-with-boiled-rice-sauces-plate-with-juice-table_141793-12527.jpg", imageAlt: "Affordable Meals", buttonIcon: CheckCircle,
title: "Affordable Meals", description: "Great tasting food at pocket-friendly prices for everyone.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-chicken-sauce-with-boiled-rice-sauces-plate-with-juice-table_141793-12527.jpg?_wi=2", imageAlt: "Affordable Meals", buttonIcon: CheckCircle,
},
{
title: "Fast Service", description: "Quick preparation for dine-in or delivery without compromising quality.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-food-homemade-tonkatsu-pork-cutlet-aluminium-foil_1428-653.jpg", imageAlt: "Fast Service", buttonIcon: CheckCircle,
title: "Fast Service", description: "Quick preparation for dine-in or delivery without compromising quality.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-food-homemade-tonkatsu-pork-cutlet-aluminium-foil_1428-653.jpg?_wi=2", imageAlt: "Fast Service", buttonIcon: CheckCircle,
},
{
title: "Open Anytime", description: "Perfect for lunch, dinner, or late-night hunger—we're always ready.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-with-herbs-tomatoes_23-2148701497.jpg", imageAlt: "Open Anytime", buttonIcon: CheckCircle,
title: "Open Anytime", description: "Perfect for lunch, dinner, or late-night hunger—we're always ready.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-with-herbs-tomatoes_23-2148701497.jpg?_wi=2", imageAlt: "Open Anytime", buttonIcon: CheckCircle,
},
]}
textboxLayout="default"
@@ -219,7 +219,7 @@ export default function FoodCourtPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/sliced-fried-pork-with-lemon-onion-red-onion-tomato-long-bean-butterfly-pea-flower-mint_1150-25869.jpg"
imageSrc="http://img.b2bpic.net/free-photo/sliced-fried-pork-with-lemon-onion-red-onion-tomato-long-bean-butterfly-pea-flower-mint_1150-25869.jpg?_wi=2"
imageAlt="FoodCourt"
logoText="FoodCourt Obanikoro"
copyrightText="© 2025 FoodCourt. All rights reserved."