Digital Menu Boards - ScreenMoove Digital Menu
.sm-dmb-sales-page { width: 100%; max-width: 100%; margin: 0; padding: 0; background: #ffffff; color: #111827; font-family: inherit; overflow: hidden; } .sm-dmb-sales-page * { box- sizing: border-box; } .sm-dmb-wrap { width: 100%; max-width: 1480px; margin: 0 auto; padding: 0 24px; } .sm-dmb-btn { display: inline-flex; align-items: center; justify-content: center; padding: 15px 24px; border-radius: 12px; background: #1b9917; color: #ffffff !important; text-decoration: none; font-weight: 900; border: 0; cursor: pointer; box-shadow: 0 12px 28px rgba(27,153,23,.25); transition: .2s ease; } .sm-dmb-btn:hover { background: #147c12; transform: translateY(-2px); } .sm-dmb-btn-light { background: #ffffff; color: #111827 !important; box-shadow: none; } .sm-dmb-hero { background: linear-gradient(135deg, #07120d 0%, #123b22 47%, #f7faf6 47%, #ffffff 100%); padding: 64px 0; } .sm-dmb-hero-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 46px; align-items: center; } .sm-dmb-kicker { display: inline-block; background: #1b9917; color: #ffffff; padding: 9px 16px; border-radius: 999px; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 18px; } .sm-dmb-hero h1 { margin: 0 0 20px; color: #ffffff; font-size: clamp(40px, 5vw, 82px); line-height: .95; font-weight: 900; text-transform: uppercase; letter-spacing: -1.5px; } .sm-dmb-hero h1 span { display: block; color: #77c943; } .sm-dmb-hero p { color: #e7f3e9; font-size: 20px; line-height: 1.55; max-width: 660px; margin: 0 0 28px; } .sm-dmb-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; } .sm-dmb-hero-image { position: relative; } .sm-dmb-hero-image img, .sm-dmb-image img { width: 100%; display: block; border-radius: 26px; box-shadow: 0 24px 65px rgba(0,0,0,.18); } .sm-dmb-floating-card { position: absolute; left: 18px; bottom: 18px; background: #ffffff; padding: 18px 20px; border-radius: 18px; box-shadow: 0 14px 40px rgba(0,0,0,.18); color: #111827; font-weight: 800; } .sm-dmb-floating-card strong { display: block; color: #1b9917; font-size: 22px; } .sm-dmb-trust-strip { background: #07120d; color: #ffffff; padding: 20px 0; } .sm-dmb-trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; text-align: center; } .sm-dmb-trust-item { border-right: 1px solid rgba(255,255,255,.16); padding: 8px 12px; font-weight: 900; font-size: 15px; } .sm-dmb-trust-item:last-child { border-right: 0; } .sm-dmb-trust-item span { display: block; color: #77c943; font-size: 24px; margin-bottom: 4px; } .sm-dmb-section { padding: 76px 0; } .sm-dmb-light { background: #f6f8f5; } .sm-dmb-title { max-width: 980px; margin: 0 auto 46px; text-align: center; } .sm-dmb-title h2 { margin: 0 0 16px; color: #111827; font-size: clamp(30px, 4vw, 56px); line-height: 1.08; font-weight: 900; } .sm-dmb-title p { margin: 0; color: #4b5563; font-size: 18px; line-height: 1.65; } .sm-dmb-two { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; } .sm-dmb-content h2 { margin: 0 0 18px; color: #111827; font-size: clamp(30px, 4vw, 54px); line-height: 1.08; font-weight: 900; } .sm-dmb-content p { margin: 0 0 18px; color: #374151; font-size: 17px; line-height: 1.7; } .sm-dmb-checks { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 13px; } .sm-dmb-checks li { display: flex; gap: 12px; color: #1f2937; font-size: 16px; line-height: 1.45; } .sm-dmb-checks li:before { content: "✓"; width: 24px; height: 24px; min-width: 24px; border-radius: 50%; background: #1b9917; color: #ffffff; display: inline-flex; align-items: center; justify-content: center; font-weight: 900; margin-top: 1px; } .sm-dmb-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; } .sm-dmb-card { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 22px; padding: 28px; box-shadow: 0 10px 30px rgba(0,0,0,.06); height: 100%; } .sm-dmb-card-icon { width: 58px; height: 58px; border-radius: 16px; background: #eef8ec; color: #1b9917; display: flex; align-items: center; justify-content: center; font-size: 28px; font-weight: 900; margin-bottom: 16px; } .sm-dmb-card h3 { margin: 0 0 10px; color: #111827; font-size: 20px; font-weight: 900; } .sm-dmb-card p { margin: 0; color: #4b5563; line-height: 1.58; font-size: 15px; } .sm-dmb-order-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; } .sm-dmb-step { position: relative; background: #07120d; color: #ffffff; border-radius: 22px; padding: 30px; overflow: hidden; min-height: 230px; } .sm-dmb-step:before { counter-increment: step; content: counter(step); position: absolute; right: 18px; top: 8px; font-size: 88px; line-height: 1; font-weight: 900; color: rgba(255,255,255,.08); } .sm-dmb-step h3 { margin: 0 0 12px; color: #77c943; font-size: 22px; font-weight: 900; } .sm-dmb-step p { margin: 0; color: #e5e7eb; line-height: 1.6; font-size: 15px; } .sm-dmb-reassurance { background: linear-gradient(135deg, #07120d, #123b22); color: #ffffff; border-radius: 28px; padding: 44px; display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; box-shadow: 0 20px 55px rgba(0,0,0,.14); } .sm-dmb-reassurance h2 { color: #ffffff !important; font-size: clamp(30px, 4vw, 52px); line-height: 1.08; margin: 0 0 16px; font-weight: 900; } .sm-dmb-reassurance p { color: #e7f3e9; line-height: 1.7; font-size: 17px; margin: 0 0 18px; } .sm-dmb-reassurance-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 20px; padding: 24px; } .sm-dmb-reassurance-card h3 { color: #77c943; margin: 0 0 12px; font-size: 22px; font-weight: 900; } .sm-dmb-reassurance-card ul { margin: 0; padding-left: 18px; color: #ffffff; line-height: 1.8; } .sm-dmb-proof { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 28px; padding: 42px; display: grid; grid-template-columns: 300px 1fr; gap: 38px; align-items: center; box-shadow: 0 18px 55px rgba(0,0,0,.08); } .sm-dmb-proof img { width: 100%; border-radius: 18px; box-shadow: 0 12px 35px rgba(0,0,0,.12); } .sm-dmb-proof span { color: #1b9917; font-weight: 900; text-transform: uppercase; } .sm-dmb-proof h2 { color: #111827; font-size: clamp(28px, 3vw, 46px); line-height: 1.1; margin: 12px 0 16px; font-weight: 900; } .sm-dmb-proof p { color: #374151; font-size: 17px; line-height: 1.7; margin: 0 0 18px; } .sm-dmb-proof-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 22px; } .sm-dmb-proof-grid div { background: #f6f8f5; border: 1px solid #e5e7eb; color: #111827; padding: 14px 16px; border-radius: 12px; font-weight: 800; } .sm-dmb-table-wrap { width: fit-content; max-width: 100%; margin: 0 auto; overflow-x: auto; border-radius: 18px; border: 1px solid #e5e7eb; background: #fff; box-shadow: 0 10px 28px rgba(0,0,0,.05); } .sm-dmb-table { width: auto; min-width: 920px; border-collapse: collapse; font-size: 14px; } .sm-dmb-table th { background: #07120d; color: #fff !important; padding: 16px; text-align: left; font-weight: 900; white-space: nowrap; } .sm-dmb-table td { padding: 15px 16px; border-bottom: 1px solid #e5e7eb; color: #374151; white-space: nowrap; } .sm-dmb-table tr:nth-child(even) td { background: #f9fafb; } .sm-dmb-faq { max-width: 1050px; margin: 0 auto; } .sm-dmb-faq details { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 20px 22px; margin-bottom: 12px; box-shadow: 0 8px 24px rgba(0,0,0,.04); } .sm-dmb-faq summary { cursor: pointer; color: #111827; font-size: 17px; font-weight: 900; } .sm-dmb-faq p { margin: 14px 0 0; color: #4b5563; line-height: 1.65; } .sm-dmb-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; background: linear-gradient(135deg, #07120d, #123b22); border-radius: 28px; padding: 46px; color: #ffffff; box-shadow: 0 18px 55px rgba(0,0,0,.16); } .sm-dmb-contact span { color: #79c943; font-weight: 900; text-transform: uppercase; } .sm-dmb-contact h2 { color: #ffffff !important; font-size: clamp(30px, 4vw, 52px); margin: 12px 0 18px; font-weight: 900; line-height: 1.1; } .sm-dmb-contact p { color: #e7f3e9; font-size: 17px; line-height: 1.7; } .sm-dmb-contact a { color: #79c943; font-weight: 900; } .sm-dmb-form { display: grid; gap: 14px; } .sm-dmb-form input, .sm-dmb-form textarea { width: 100%; border: 1px solid #d1d5db; border-radius: 10px; padding: 15px 16px; background: #ffffff; color: #111827; font-size: 15px; } .sm-dmb-form textarea { min-height: 140px; } .sm-dmb-form button { background: #1b9917; color: #ffffff; border: 0; border-radius: 10px; padding: 16px 22px; font-weight: 900; cursor: pointer; } @media(max-width: 990px) { .sm-dmb-hero { background: #07120d; } .sm-dmb-hero-grid, .sm-dmb-two, .sm-dmb-reassurance, .sm-dmb-proof, .sm-dmb-contact { grid-template-columns: 1fr; } .sm-dmb-trust-grid, .sm-dmb-cards, .sm-dmb-order-steps, .sm-dmb-proof-grid { grid-template-columns: repeat(2, 1fr); } } @media(max-width: 640px) { .sm-dmb-wrap { padding: 0 16px; } .sm-dmb-section { padding: 48px 0; } .sm-dmb-trust-grid, .sm-dmb-cards, .sm-dmb-order-steps, .sm-dmb-proof-grid { grid-template-columns: 1fr; } .sm-dmb-trust-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); } .sm-dmb-trust-item:last-child { border-bottom: 0; } .sm-dmb-proof, .sm-dmb-contact, .sm-dmb-reassurance { padding: 28px; } } Digital Menu Boards for Takeaways & Restaurants Brighter Menus. More Sales. Professional digital menu boards for takeaways, restaurants, cafés and food-to-go businesses. Order online, send us your menu, and we help prepare your screens for your business. Order Online Today Call 0208 1919 223 No technical skills needed Life-time technical support 4KUltra HD Quality CMSRemote Updates 24/7Commercial Use 3 YearWarranty UKSupport Why Takeaway Owners Choose Digital Menu Boards Printed menus become outdated quickly. Prices change, products change, offers change. Digital Menu Boards help you update your menu without reprinting and give your shop a cleaner, more professional look. Show food photos, meal deals, drinks, sides and promotions clearly Update prices without printing a new menu board Schedule breakfast, lunch, dinner and seasonal offers Improve customer experience while they are waiting to order Make your takeaway look more modern and professional Order online and receive support after purchase Order Online Now Do Not Worry If You Are Not Technical Most takeaway owners just want modern menu boards that work. You do not need to understand CMS software, screen setup or digital signage. We make the process simple. Choose Your Screens Select the size and quantity. If you are unsure, call us and we will guide you before you order. Order Online Complete your order securely through the website. This confirms your screen package and starts the setup process. Send Your Menu After purchase, we contact you to collect your menu, prices, logo and design requirements. Start Displaying Your screens are prepared for your business, with support available for setup, CMS and installation. Key Features Built for Real Business Use Our Digital Menu Boards include the important commercial features takeaway and restaurant owners need, without making the setup complicated. ↔ Equal Narrow Bezel Clean, slim screen edges help create a professional look when multiple menu boards are installed side by side. 🤖 Integrated Android Media Player Built-in Android media player makes content playback simple, with no separate external player required. ☀ High Brightness Display Designed to show clear, vibrant menu content in bright indoor restaurant and takeaway environments. 24 24/7 Commercial Grade Commercial-grade screens designed for daily business operation, unlike standard domestic TVs. 4K 4K Ultra HD Quality Sharp menu text, food images and promotional graphics for a cleaner, more professional customer experience. 🔊 Integrated Speakers Built-in speakers available for video promotions, advertising content or audio-supported signage use. ◩ Anti-Glare Panel Reduced reflection helps keep your digital menu easier to read under shop lighting. WiFi Built-in WiFi & Network Connect by WiFi or network cable for remote CMS updates and easier screen management. Everything You Need in One Package A practical digital menu board solution for food businesses that need screens, content management, menu design support and long-term technical help from one supplier. More Control, Less Hassle Your menu should not be difficult to manage. With CMS access, template options and remote updates, you can keep your prices, offers and food images current without replacing printed boards. Template library for menu and promotional layouts Remote updates from anywhere with internet access USB backup update option if internet is not available Multi-screen synchronisation for counter menu displays Power timer to turn screens on and off automatically Free first-year CMS software licence where included with package 3-year warranty and lifetime technical support Ideal for Takeaways, QSRs and Food-to-Go Venues Use your screens to promote meal deals, new items, high-margin products, lunch specials, delivery offers and seasonal promotions. Your menu becomes easier to read, easier to update and more professional at the counter. ☁ Cloud CMS Software Update menus, prices, images, videos and promotions remotely from your computer, laptop or mobile device. 🎨 Menu Design Support Send your menu and we can help prepare professional digital artwork for your screens. ⏱ Smart Scheduling Automatically switch between breakfast, lunch, dinner and promotional content by time or day. 🛠 Installation Available Remote setup support is available, and professional installation can also be arranged if required. Remote Updates, No Complicated Software You do not need a dedicated computer or advanced technical knowledge. Connect the screen to your network, log in to the CMS and update your content from anywhere with internet access. Update prices and menu items quickly Upload your own food photos, videos and promotional graphics Create playlists and schedule content Manage one screen or multiple displays Use backup USB updates if internet is not available Reduce power usage with automatic timer scheduling Commercial Displays, Not Basic TVs These screens are designed for business use. They are built for long operating hours, cleaner menu layouts and sharper content compared with standard domestic televisions. Commercial-grade display panels for business environments Landscape or portrait orientation Narrow bezel design for side-by-side menu boards Sharp 4K visuals on selected models Integrated media player and network connectivity Suitable for daily menu, promotion and advertising use Order Online with Confidence We understand many food business owners are not digital signage experts. That is exactly why this page and product are built to make the buying process easier. Once your order is placed, our team can guide you through menu content, setup, CMS access and installation options. Order Online Today Call Before Ordering What happens after you order? We confirm your order details We collect your menu and logo We help prepare your content We advise on setup and installation You get support when you need it What You Can Show on Your Screens Use your digital menu boards to sell more than just your standard menu. Promote the products that make your business money. 🍔 Menu Boards Highlight your most popular burgers, kebabs, pizzas, fried chicken, wraps or desserts. 🥤 Meal Deals Show combo meals, drinks, sides and upsell offers clearly above the counter. 🔥 Daily Offers Promote lunch deals, evening offers, weekend specials and seasonal campaigns. 📣 Announcements Display delivery notices, app ordering instructions, social media messages or collection updates. ScreenMoove Recommended Product Tested, Approved and Quality Checked Our recommended Digital Menu Board solutions are selected for reliable commercial use. We check product suitability, display quality, menu board performance and setup process before recommending the solution to customers. If you are unsure about the right screen size, quantity, CMS setup or installation requirement, speak with our team before ordering. ✓ Quality checked for commercial menu board use ✓ Recommended for restaurants, cafés and takeaways ✓ 3-year commercial warranty included ✓ Customer satisfaction focused support Digital Menu Board Sizes & Specifications Choose from popular commercial display sizes with network connectivity, 24/7 operation and landscape or portrait support. Size Resolution Dimensions Brightness Weight Network Operation Orientation VESA Warranty 32 Inch 1920 x 1080 HD 726.5 x 425.4 x 40.1mm 500 cd/m² 5.7kg RJ45 & WiFi 24/7 Landscape / Portrait 200 x 200 3 Years 43 Inch 3840 x 2160 4K UHD 968 x 559.5 x 41mm 500 cd/m² 8.7kg RJ45 & WiFi 24/7 Landscape / Portrait 400 x 400 3 Years 50 Inch 3840 x 2160 4K UHD 1121 x 646 x 63mm 500 cd/m² 12.8kg RJ45 & WiFi 24/7 Landscape / Portrait 400 x 400 3 Years 55 Inch 3840 x 2160 4K UHD 1241 x 712.5 x 43.5mm 500 cd/m² 16.7kg RJ45 & WiFi 24/7 Landscape / Portrait 400 x 400 3 Years 65 Inch 3840 x 2160 4K UHD 1458.7 x 834.7 x 43.6mm 500 cd/m² 24.8kg RJ45 & WiFi 24/7 Landscape / Portrait 400 x 400 3 Years Questions Before You Order? Here are the common questions takeaway owners ask before buying digital menu boards online. I do not understand CMS software, can I still order? Yes. You can still order online. After your order, we can guide you through the setup and menu content process. Can you help me choose the right screen size? Yes. If you are unsure, call us before ordering. We can advise based on your shop layout, menu size and number of categories. Can I update prices later? Yes. You can update prices, images, videos and promotions remotely through the CMS software. Do the screens always need internet? No. Once content is published, it can continue playing if internet drops. Internet is needed for publishing new updates. Can ScreenMoove design the menu for us? Yes. Send us your menu, logo and prices, and we can help prepare professional digital menu artwork for your screens. What warranty is included? Our Digital Menu Boards include a 3-year commercial warranty and ongoing technical support. Need Help Choosing? Speak With Our Digital Signage Team Not sure how many screens you need, what size to choose, or whether you need CMS and installation? Send us your details and we will help you choose the right setup. Call: 0208 1919 223 Request Help & Pricing
More you might like
Related
Digital Menu Boards
Related
Digital Menu Boards For Restaurants | For mouthwatering menu
CMS Network Subscription For Digital Menu Boards
Related