Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-07 08:46:14 +00:00

View File

@@ -78,7 +78,7 @@ export default function LandingPage() {
},
{
id: "2", title: "Mobile Menu Interface", tags: ["User-Friendly", "Fast"],
imageSrc: "http://img.b2bpic.net/free-vector/food-delivery-onboarding-screens_23-2148549610.jpg", imageAlt: "Mobile menu browsing"
imageSrc: "http://img.b2bpic.net/free-vector/food-delivery-onboarding-screens_23-2148549610.jpg?_wi=1", imageAlt: "Mobile menu browsing"
},
{
id: "3", title: "Order Customization", tags: ["Flexible", "Detailed"],
@@ -90,11 +90,11 @@ export default function LandingPage() {
},
{
id: "5", title: "Real-Time Admin Dashboard", tags: ["Live Updates", "Management"],
imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-onboarding-app-screens_23-2148403924.jpg", imageAlt: "Admin dashboard interface"
imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-onboarding-app-screens_23-2148403924.jpg?_wi=1", imageAlt: "Admin dashboard interface"
},
{
id: "6", title: "Automatic Kitchen Printing", tags: ["Efficiency", "Accuracy"],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-holding-smartphone-with-menu_23-2149357863.jpg", imageAlt: "Kitchen printer technology"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-holding-smartphone-with-menu_23-2149357863.jpg?_wi=1", imageAlt: "Kitchen printer technology"
}
]}
animationType="slide-up"
@@ -127,7 +127,7 @@ export default function LandingPage() {
title: "Instant Order Fulfillment", description: "Confirmed orders automatically print in the kitchen with table numbers. Staff tracks and delivers food efficiently."
}
]}
imageSrc="http://img.b2bpic.net/free-vector/purchase-online-onboarding-app-screens_23-2148403924.jpg"
imageSrc="http://img.b2bpic.net/free-vector/purchase-online-onboarding-app-screens_23-2148403924.jpg?_wi=2"
imageAlt="OrderFlow system dashboard"
mediaAnimation="slide-up"
/>
@@ -146,13 +146,13 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "1", name: "Customer Menu App", price: "Included", imageSrc: "http://img.b2bpic.net/free-vector/food-delivery-onboarding-screens_23-2148549610.jpg", imageAlt: "Customer ordering interface"
id: "1", name: "Customer Menu App", price: "Included", imageSrc: "http://img.b2bpic.net/free-vector/food-delivery-onboarding-screens_23-2148549610.jpg?_wi=2", imageAlt: "Customer ordering interface"
},
{
id: "2", name: "Admin Dashboard", price: "Included", imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-onboarding-app-screens_23-2148403924.jpg", imageAlt: "Restaurant admin interface"
id: "2", name: "Admin Dashboard", price: "Included", imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-onboarding-app-screens_23-2148403924.jpg?_wi=3", imageAlt: "Restaurant admin interface"
},
{
id: "3", name: "Kitchen Management", price: "Included", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-holding-smartphone-with-menu_23-2149357863.jpg", imageAlt: "Kitchen operations system"
id: "3", name: "Kitchen Management", price: "Included", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-holding-smartphone-with-menu_23-2149357863.jpg?_wi=2", imageAlt: "Kitchen operations system"
}
]}
/>