A 32-table resort restaurant in Antalya's Lara district went all-in on mobile-first: single column, thumb-sized buttons, sub-second loads. Then they added a "corporate events" tab visible only at desktop breakpoints and B2B bookings jumped 38% in 90 days. Mobile dominates traffic — but desktop still pays the bills you didn't know you had.
What the data actually says
StatCounter's 2024 restaurant-vertical average: menu traffic splits 78% mobile, 16% desktop, 6% tablet. Every QR-code scan is mobile by definition. But when you segment 12 months of GA4 by device, desktop visitors are dramatically more likely to land on "contact," "events," and "reservation" pages.
The behavior gap is intuitive once you see it. The phone visitor is already seated and just wants to order. The desktop visitor is planning — a wedding, a board lunch, a 40-person birthday — and they're shopping for venues, not entrées.
Mobile-first does not mean desktop-last
Treating the desktop view as a stretched-out mobile column is the trap. A single 1920px column with one image after another feels broken; users bounce because they can't find anything.
Add three desktop-only enhancements behind a lg: breakpoint: (1) a gallery grid with full-bleed photography; (2) a dedicated events page with its own CTA; (3) an inline reservation calendar. That's it — same backend, conditional UI.
The Antalya playbook
The Lara resort initially shipped a flawless mobile menu and ignored desktop entirely — visitors arriving via Google saw a thin column on a 27-inch monitor and left. Within a quarter of adding the events tab, B2B bookings rose 38% at an average event value of ₺28,400 (~$960). The dev cost was a single sprint.
The principle generalizes. On thMenu and similar platforms, expose enrichment blocks only at the lg breakpoint. Desktop visitors aren't your majority — they're your highest-LTV minority.
FAQ
Should I maintain a separate desktop site? No. One responsive menu with conditional blocks at lg+ breakpoints.
How do I measure B2B intent? GA4 device segment + "events form submit" conversion event. Compare desktop vs mobile rate.
Is 16% desktop worth the effort? Yes — conversion value is 4.2x higher per visitor for high-ticket B2B inquiries.
Found this helpful? Share it.
Related articles
Why Digital Menus Increase Restaurant Revenue by Up to 30%
Studies show restaurants using digital QR menus see measurable increases in aver…
When a Customer Downgrades, What Happens to Old Features? — The Silent Feature-Drift Problem in SaaS
Most SaaS apps run a single line of code when a customer downgrades — but old fe…
JWT alg-confusion attack — why Supabase's HS256 → RS256/JWKS migration breaks legacy verifiers
Verifiers that never decode the JWT header are wide open to `alg=none` and alg-c…