diff --git a/src/app/page.tsx b/src/app/page.tsx index 40a40c3..12c8ad5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,13 +99,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", imageAlt: "Menu browsing interface" + 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", 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 and brings your check promptly.", 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: "Request Your Bill", author: "Billing", description: "Request your bill instantly with a single tap. Our staff receives the notification immediately and brings your check promptly.", 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.", 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", author: "Service", description: "Need assistance? Tap to call a staff member. Server notifications arrive instantly on our tablet system for immediate response.", 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"