9 Commits

Author SHA1 Message Date
1bb80418cf Update src/app/page.tsx 2026-03-03 11:49:52 +00:00
6cb5135671 Update src/app/page.tsx 2026-03-03 11:49:06 +00:00
27fbf111c3 Update src/app/layout.tsx 2026-03-03 11:49:05 +00:00
71f7b6a6fe Merge version_2 into main
Merge version_2 into main
2026-03-03 11:47:16 +00:00
506ebb8834 Merge version_2 into main
Merge version_2 into main
2026-03-03 11:42:50 +00:00
fc71f70d04 Update src/app/page.tsx 2026-03-03 11:40:07 +00:00
f3275aeb56 Merge version_2 into main
Merge version_2 into main
2026-03-03 11:37:52 +00:00
00462adb29 Merge version_1 into main
Merge version_1 into main
2026-03-03 11:37:33 +00:00
31843109b5 Update src/app/page.tsx 2026-03-03 11:37:28 +00:00
2 changed files with 8 additions and 5 deletions

View File

@@ -1407,4 +1407,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -109,13 +109,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
id: "1", title: "Browse & Order", author: "Menu", description: "Explore our full menu with high-quality photography, detailed ingredient lists, and allergen information. Order directly from your table.", tags: ["Menu", "Ordering", "Food"], imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breast-with-potato-greens-spices-sauces-side-view_141793-3740.jpg?_wi=2", imageAlt: "Menu browsing interface"
id: "1", title: "Browse & Order in 30 Seconds", author: "Menu", description: "Explore our full menu with high-quality photography, detailed ingredient lists, and allergen information. Order directly from your table.", tags: ["Menu", "Ordering", "Food"],
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breast-with-potato-greens-spices-sauces-side-view_141793-3740.jpg?_wi=2", imageAlt: "Menu browsing interface"
},
{
id: "2", title: "Request Your Bill", author: "Billing", description: "Request your bill instantly with a single tap. Our staff receives the notification immediately on our tablet system and brings your check promptly. No waiting, no signal needed.", tags: ["Billing", "Payment", "Service"], imageSrc: "http://img.b2bpic.net/free-photo/smiling-barista-using-digital-tablet-while-working-bar_637285-3367.jpg", imageAlt: "Billing request interface"
id: "2", title: "Get Your Check in 2 Minutes", author: "Billing", description: "Request your bill instantly with a single tap. Our staff receives the notification immediately on our tablet system and brings your check promptly. No waiting, no signal needed.", tags: ["Billing", "Payment", "Service"],
imageSrc: "http://img.b2bpic.net/free-photo/smiling-barista-using-digital-tablet-while-working-bar_637285-3367.jpg", imageAlt: "Billing request interface"
},
{
id: "3", title: "Call a Server", author: "Service", description: "Need assistance? Tap to call a staff member. Server notifications arrive instantly on our tablet system for immediate response to any requests or questions.", tags: ["Service", "Support", "Staff"], imageSrc: "http://img.b2bpic.net/free-photo/closeup-waiter-taking-order-touchpad-while-talking-guest-pub_637285-2460.jpg", imageAlt: "Server call interface"
id: "3", title: "Call a Server in Seconds", author: "Service", description: "Need assistance? Tap to call a staff member. Server notifications arrive instantly on our tablet system for immediate response to any requests or questions.", tags: ["Service", "Support", "Staff"],
imageSrc: "http://img.b2bpic.net/free-photo/closeup-waiter-taking-order-touchpad-while-talking-guest-pub_637285-2460.jpg", imageAlt: "Server call interface"
}
]}
animationType="slide-up"
@@ -201,4 +204,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}