{"id":4588,"date":"2026-01-15T20:19:45","date_gmt":"2026-01-15T12:19:45","guid":{"rendered":"https:\/\/teen.aiproinstitute.com\/?p=4588"},"modified":"2026-01-15T20:20:07","modified_gmt":"2026-01-15T12:20:07","slug":"menu-design-restaurant","status":"publish","type":"post","link":"https:\/\/teen.aiproinstitute.com\/zh\/menu-design-restaurant\/","title":{"rendered":"Menu Design (Restaurant)\u00a0"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"4588\" class=\"elementor elementor-4588\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d5f09e3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d5f09e3\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-611455e\" data-id=\"611455e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-deed592 elementor-widget elementor-widget-html\" data-id=\"deed592\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Restaurant Menu Design - AiPro Institute\u2122 Prompt Library<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n            background: #ffffff;\n            padding: 2rem;\n            line-height: 1.6;\n        }\n\n        .container {\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .header {\n            text-align: center;\n            margin-bottom: 2rem;\n        }\n\n        .header h1 {\n            font-size: 2.5rem;\n            background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            font-weight: 800;\n            margin-bottom: 0.5rem;\n        }\n\n        .card {\n            background: white;\n            border-radius: 16px;\n            box-shadow: 0 20px 60px rgba(0,0,0,0.3);\n            overflow: hidden;\n        }\n\n        .card-header {\n            background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);\n            color: white;\n            padding: 2rem;\n        }\n\n        .card-header h2 {\n            font-size: 2rem;\n            margin-bottom: 0.5rem;\n        }\n\n        .card-header p {\n            opacity: 0.95;\n            font-size: 1.1rem;\n        }\n\n        .meta-badges {\n            display: flex;\n            gap: 0.75rem;\n            flex-wrap: wrap;\n            margin-top: 1rem;\n        }\n\n        .badge {\n            display: inline-block;\n            padding: 0.4rem 0.9rem;\n            border-radius: 20px;\n            font-size: 0.85rem;\n            font-weight: 600;\n        }\n\n        .badge-skill-intermediate {\n            background: #f59e0b;\n            color: white;\n        }\n\n        .badge-time {\n            background: #10b981;\n            color: white;\n        }\n\n        .badge-cost {\n            background: #f59e0b;\n            color: white;\n        }\n\n        .badge-format {\n            background: #8b5cf6;\n            color: white;\n        }\n\n        .tool-compatibility {\n            margin-top: 1rem;\n            padding-top: 1rem;\n            border-top: 1px solid rgba(255,255,255,0.2);\n        }\n\n        .tool-compatibility h3 {\n            font-size: 0.9rem;\n            margin-bottom: 0.5rem;\n            opacity: 0.9;\n        }\n\n        .tool-badges {\n            display: flex;\n            gap: 0.5rem;\n            flex-wrap: wrap;\n        }\n\n        .tool-badge {\n            padding: 0.35rem 0.75rem;\n            background: rgba(255,255,255,0.2);\n            border: 1px solid rgba(255,255,255,0.3);\n            border-radius: 15px;\n            font-size: 0.8rem;\n        }\n\n        .tool-badge.model-agnostic {\n            background: rgba(255,255,255,0.3);\n            font-weight: 600;\n        }\n\n        .card-body {\n            padding: 2rem;\n        }\n\n        .section {\n            margin-bottom: 2.5rem;\n        }\n\n        .section-title {\n            font-size: 1.5rem;\n            color: #7c3aed;\n            margin-bottom: 1rem;\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n\n        .section-title::before {\n            content: '';\n            width: 4px;\n            height: 24px;\n            background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);\n            border-radius: 2px;\n        }\n\n        .prompt-box {\n            background: #f8fafc;\n            border: 2px solid #e2e8f0;\n            border-radius: 12px;\n            padding: 1.5rem;\n            font-family: 'Courier New', monospace;\n            font-size: 0.95rem;\n            line-height: 1.8;\n            position: relative;\n            margin-bottom: 1rem;\n        }\n\n        .copy-button {\n            position: absolute;\n            top: 1rem;\n            right: 1rem;\n            background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);\n            color: white;\n            border: none;\n            padding: 0.6rem 1.2rem;\n            border-radius: 8px;\n            cursor: pointer;\n            font-weight: 600;\n            font-size: 0.9rem;\n            transition: all 0.3s ease;\n        }\n\n        .copy-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 4px 12px rgba(124, 58, 237, 0.4);\n        }\n\n        .copy-button.copied {\n            background: #10b981;\n        }\n\n        .placeholder {\n            color: #f97316;\n            font-weight: 600;\n        }\n\n        .logic-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 1.5rem;\n        }\n\n        .logic-item {\n            background: #f0f9ff;\n            padding: 1.25rem;\n            border-radius: 10px;\n            border-left: 4px solid #3b82f6;\n        }\n\n        .logic-item h4 {\n            color: #1e40af;\n            margin-bottom: 0.5rem;\n            font-size: 1.05rem;\n        }\n\n        .logic-item p {\n            color: #475569;\n            font-size: 0.95rem;\n        }\n\n        .output-preview {\n            background: #fefce8;\n            border: 2px solid #fde047;\n            border-radius: 12px;\n            padding: 1.5rem;\n        }\n\n        .output-preview h4 {\n            color: #854d0e;\n            margin-bottom: 1rem;\n        }\n\n        .chain-strategy {\n            background: linear-gradient(135deg, #fdf2f8 0%, #fae8ff 100%);\n            border-radius: 12px;\n            padding: 1.5rem;\n        }\n\n        .chain-steps {\n            display: grid;\n            gap: 1.5rem;\n            margin-top: 1rem;\n        }\n\n        .chain-step {\n            background: white;\n            padding: 1.25rem;\n            border-radius: 10px;\n            border-left: 4px solid #a855f7;\n        }\n\n        .chain-step-header {\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n            margin-bottom: 0.75rem;\n        }\n\n        .step-number {\n            background: linear-gradient(135deg, #a855f7 0%, #ec4899 100%);\n            color: white;\n            width: 32px;\n            height: 32px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 700;\n            font-size: 0.9rem;\n        }\n\n        .chain-step h4 {\n            color: #7c3aed;\n            font-size: 1.1rem;\n        }\n\n        .chain-step p {\n            color: #475569;\n            margin-bottom: 0.5rem;\n        }\n\n        .chain-step .example {\n            background: #f8fafc;\n            padding: 0.75rem;\n            border-radius: 6px;\n            font-size: 0.9rem;\n            color: #64748b;\n            margin-top: 0.5rem;\n        }\n\n        .hitl-tips {\n            background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);\n            border-radius: 12px;\n            padding: 1.5rem;\n        }\n\n        .tips-grid {\n            display: grid;\n            gap: 1rem;\n            margin-top: 1rem;\n        }\n\n        .tip-item {\n            background: white;\n            padding: 1rem;\n            border-radius: 8px;\n            border-left: 3px solid #10b981;\n        }\n\n        .tip-item h4 {\n            color: #047857;\n            font-size: 1rem;\n            margin-bottom: 0.5rem;\n        }\n\n        .tip-item p {\n            color: #475569;\n            font-size: 0.9rem;\n        }\n\n        .tip-item .follow-up {\n            background: #f0fdf4;\n            padding: 0.6rem;\n            border-radius: 6px;\n            margin-top: 0.5rem;\n            font-size: 0.85rem;\n            color: #166534;\n            font-style: italic;\n        }\n\n        .card-footer {\n            background: #f8fafc;\n            padding: 1.5rem 2rem;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            gap: 2rem;\n            flex-wrap: wrap;\n            border-top: 1px solid #e2e8f0;\n        }\n\n        .stat {\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n            color: #475569;\n            font-size: 0.95rem;\n        }\n\n        .stat strong {\n            color: #1e293b;\n        }\n\n        .toast {\n            position: fixed;\n            bottom: 2rem;\n            right: 2rem;\n            background: #10b981;\n            color: white;\n            padding: 1rem 1.5rem;\n            border-radius: 8px;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.3);\n            display: none;\n            align-items: center;\n            gap: 0.5rem;\n            animation: slideIn 0.3s ease;\n            z-index: 1000;\n        }\n\n        .toast.show {\n            display: flex;\n        }\n\n        @keyframes slideIn {\n            from {\n                transform: translateX(400px);\n                opacity: 0;\n            }\n            to {\n                transform: translateX(0);\n                opacity: 1;\n            }\n        }\n\n        @media (max-width: 768px) {\n            body {\n                padding: 1rem;\n            }\n\n            .header h1 {\n                font-size: 2rem;\n            }\n\n            .card-header h2 {\n                font-size: 1.5rem;\n            }\n\n            .logic-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .card-footer {\n                flex-direction: column;\n                gap: 1rem;\n            }\n\n            .copy-button {\n                position: static;\n                width: 100%;\n                margin-top: 1rem;\n            }\n\n            .prompt-box {\n                padding-top: 1.5rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <div class=\"header\">\n            <h1>AiPro Institute\u2122<\/h1>\n        <\/div>\n\n        <div class=\"card\">\n            <div class=\"card-header\">\n                <h2>Restaurant Menu Design<\/h2>\n                <p>Create visually appetizing, strategically organized restaurant menus that enhance customer experience and maximize profitability<\/p>\n                \n                <div class=\"meta-badges\">\n                    <span class=\"badge badge-skill-intermediate\">\ud83d\udcca Intermediate<\/span>\n                    <span class=\"badge badge-time\">\u23f1\ufe0f 10-15 minutes<\/span>\n                    <span class=\"badge badge-cost\">\ud83d\udcb0 ~450 tokens<\/span>\n                    <span class=\"badge badge-format\">\ud83c\udfa8 Visual Design<\/span>\n                <\/div>\n\n                <div class=\"tool-compatibility\">\n                    <h3>\ud83d\udee0\ufe0f Tool Compatibility<\/h3>\n                    <div class=\"tool-badges\">\n                        <span class=\"tool-badge model-agnostic\">\u2728 Model Agnostic<\/span>\n                        <span class=\"tool-badge\">Midjourney<\/span>\n                        <span class=\"tool-badge\">DALL\u00b7E 3<\/span>\n                        <span class=\"tool-badge\">Adobe Firefly<\/span>\n                        <span class=\"tool-badge\">Canva<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"card-body\">\n                <!-- THE PROMPT SECTION -->\n                <div class=\"section\">\n                    <h3 class=\"section-title\">\ud83d\udcdd The Prompt<\/h3>\n                    <div class=\"prompt-box\">\n                        <button class=\"copy-button\" onclick=\"copyPrompt()\">\ud83d\udcdd Copy Prompt<\/button>\n                        <div id=\"promptContent\">You are a restaurant menu design expert specializing in menu engineering, visual hierarchy, and psychology-driven layout that maximizes both customer satisfaction and restaurant profitability.\n\nYour task is to create a complete restaurant menu design that balances aesthetic appeal with strategic item placement to guide ordering decisions.\n\n<strong>RESTAURANT DETAILS:<\/strong>\n- Restaurant Name: <span class=\"placeholder\">[Your Restaurant Name]<\/span>\n- Cuisine Type: <span class=\"placeholder\">[Italian \/ Asian \/ American \/ French \/ Fusion \/ etc.]<\/span>\n- Restaurant Style: <span class=\"placeholder\">[Fine Dining \/ Casual \/ Fast-Casual \/ Cafe \/ Bar & Grill]<\/span>\n- Price Range: <span class=\"placeholder\">[$ Budget \/ $$ Moderate \/ $$$ Upscale \/ $$$$ Fine Dining]<\/span>\n- Brand Personality: <span class=\"placeholder\">[Modern \/ Traditional \/ Rustic \/ Elegant \/ Playful \/ Minimalist]<\/span>\n- Target Audience: <span class=\"placeholder\">[Families \/ Young Professionals \/ Tourists \/ Locals \/ Couples]<\/span>\n\n<strong>MENU SECTIONS & ITEMS:<\/strong>\n- Appetizers\/Starters: <span class=\"placeholder\">[List 4-8 items with prices]<\/span>\n- Main Courses\/Entrees: <span class=\"placeholder\">[List 8-12 items with prices]<\/span>\n- Desserts: <span class=\"placeholder\">[List 3-6 items with prices]<\/span>\n- Beverages: <span class=\"placeholder\">[List drink categories: cocktails, wine, beer, non-alcoholic]<\/span>\n- Specials\/Signatures: <span class=\"placeholder\">[Highlight 2-3 hero dishes]<\/span>\n- Add-ons\/Sides: <span class=\"placeholder\">[Optional extras with prices]<\/span>\n\n<strong>MENU ENGINEERING STRATEGY:<\/strong>\n1. <strong>High-Profit Items (Stars):<\/strong> <span class=\"placeholder\">[Which 3-4 items have highest margins?]<\/span>\n   - Use visual emphasis (boxes, icons, colors) to draw attention\n   - Place in \"golden triangle\" (top-right, center, top-center of sections)\n   \n2. <strong>Signature Dishes:<\/strong> <span class=\"placeholder\">[What are your must-try items?]<\/span>\n   - Add special designation (\"Chef's Special\", \"House Favorite\", star icon)\n   - Include brief storytelling description (2-3 sentences)\n\n3. <strong>Price Anchoring:<\/strong>\n   - Place highest-priced item first or second in each section\n   - Makes mid-range items appear more reasonable\n   - Remove currency symbols ($) to reduce price sensitivity\n\n<strong>DESIGN SPECIFICATIONS:<\/strong>\n- Menu Format: <span class=\"placeholder\">[Single-page \/ Bi-fold \/ Tri-fold \/ Multi-page booklet \/ Digital tablet]<\/span>\n- Size: <span class=\"placeholder\">[8.5\"x11\" \/ 11\"x17\" \/ Custom size]<\/span>\n- Color Palette: <span class=\"placeholder\">[Primary color: #HEX \/ Secondary: #HEX \/ Accent: #HEX]<\/span>\n- Typography:\n  - Headings: <span class=\"placeholder\">[Font name, size, style]<\/span>\n  - Item Names: <span class=\"placeholder\">[Font name, size, weight]<\/span>\n  - Descriptions: <span class=\"placeholder\">[Font name, size for readability]<\/span>\n- Visual Elements: <span class=\"placeholder\">[Photos \/ Illustrations \/ Icons \/ Patterns \/ Textures \/ None]<\/span>\n- Imagery Style: <span class=\"placeholder\">[Food photography \/ Hand-drawn \/ Minimalist icons \/ Vintage \/ Modern]<\/span>\n\n<strong>LAYOUT & HIERARCHY:<\/strong>\n1. <strong>Header\/Masthead:<\/strong>\n   - Restaurant logo placement: <span class=\"placeholder\">[Top-center \/ Top-left \/ Top-right]<\/span>\n   - Tagline\/description: <span class=\"placeholder\">[One-line restaurant description]<\/span>\n\n2. <strong>Section Organization:<\/strong>\n   - Order sections by: <span class=\"placeholder\">[Traditional flow (appetizers \u2192 mains \u2192 desserts) \/ Revenue priority \/ Customer journey]<\/span>\n   - Section headers: <span class=\"placeholder\">[Bold, decorative, underlined, with icons]<\/span>\n   - Item spacing: <span class=\"placeholder\">[Generous whitespace \/ Compact \/ Balanced]<\/span>\n\n3. <strong>Item Presentation Format:<\/strong>\n   Option A: Traditional (most common)\n   <strong>ITEM NAME<\/strong> ..................... $XX.XX\n   Brief description highlighting key ingredients and preparation\n\n   Option B: Modern Minimal\n   <strong>ITEM NAME<\/strong>     XX\n   Short one-line description\n\n   Option C: Storytelling\n   <strong>ITEM NAME<\/strong> ($XX)\n   Longer narrative description connecting to restaurant's story or origin\n\nSelected Format: <span class=\"placeholder\">[A \/ B \/ C or describe custom format]<\/span>\n\n4. <strong>Visual Callouts:<\/strong>\n   - Dietary indicators: <span class=\"placeholder\">[V for vegetarian \/ VG for vegan \/ GF for gluten-free \/ DF for dairy-free \/ Icons or letters?]<\/span>\n   - Spice level: <span class=\"placeholder\">[Chili peppers \ud83c\udf36\ufe0f \/ Stars \/ Numbers 1-5 \/ None]<\/span>\n   - Special designations: <span class=\"placeholder\">[\u2605 Chef's Special \/ \u2668\ufe0f Popular \/ \ud83c\udfc6 Award Winner]<\/span>\n   - Allergen warnings: <span class=\"placeholder\">[Contains nuts, seafood, etc. - placement strategy]<\/span>\n\n<strong>PSYCHOLOGY-DRIVEN DESIGN ELEMENTS:<\/strong>\n1. <strong>Eye Movement Patterns:<\/strong>\n   - Apply \"golden triangle\" reading pattern (top-right \u2192 center \u2192 top-left)\n   - Place high-margin items in prime visual zones\n\n2. <strong>Decoy Pricing:<\/strong>\n   - Include one premium-priced item to make others seem more affordable\n   - Example: If most entrees are $18-$24, add one at $36 to anchor perceptions\n\n3. <strong>Description Length Strategy:<\/strong>\n   - High-margin items: Longer, sensory-rich descriptions (3-4 lines)\n   - Standard items: Shorter, simple descriptions (1-2 lines)\n   - Avoid descriptions for very low-margin items (makes them less appealing)\n\n4. <strong>Number Psychology:<\/strong>\n   - Remove decimal points and zeros ($15 instead of $15.00)\n   - Avoid leading with currency symbol\n   - Use \"charm pricing\" where appropriate ($14.95 vs $15.00)\n\n<strong>BRAND CONSISTENCY ELEMENTS:<\/strong>\n- Logo usage: <span class=\"placeholder\">[Full logo \/ Logomark only \/ Size and placement]<\/span>\n- Brand patterns\/textures: <span class=\"placeholder\">[Background elements that reflect restaurant theme]<\/span>\n- Color psychology: <span class=\"placeholder\">[Red\/orange for appetite stimulation \/ Green for healthy\/fresh \/ Dark colors for luxury]<\/span>\n- Mood\/atmosphere: <span class=\"placeholder\">[How should the menu make diners feel? Excited \/ Relaxed \/ Sophisticated]<\/span>\n\n<strong>PRACTICAL CONSIDERATIONS:<\/strong>\n- Print specifications: <span class=\"placeholder\">[Laminated \/ Matte \/ Glossy \/ Uncoated paper stock]<\/span>\n- Durability needs: <span class=\"placeholder\">[High-traffic \/ Fine dining \/ Single-use \/ Reusable]<\/span>\n- Update frequency: <span class=\"placeholder\">[Seasonal changes \/ Daily specials board \/ Fixed menu]<\/span>\n- Accessibility: <span class=\"placeholder\">[Large print option \/ Braille \/ QR code to digital version \/ Multiple languages?]<\/span>\n\n<strong>LEGAL & REGULATORY:<\/strong>\n- Required disclaimers: <span class=\"placeholder\">[Health warnings \/ Consuming raw foods notice \/ Gratuity policy]<\/span>\n- Pricing transparency: <span class=\"placeholder\">[Service charges \/ Splitting fees \/ Corkage fees clearly stated?]<\/span>\n\n<strong>OUTPUT DELIVERABLES:<\/strong>\nGenerate:\n1. Complete menu layout mockup with item placement strategy\n2. Typography and color specifications\n3. High-profit item highlighting recommendations\n4. Description copywriting for signature dishes (sensory language)\n5. Visual hierarchy diagram showing eye-flow patterns\n6. Print-ready design specifications\n\n<strong>SUCCESS METRICS TO CONSIDER:<\/strong>\n- Average check size increase target: <span class=\"placeholder\">[Current $XX \u2192 Target $XX]<\/span>\n- High-margin item order rate goal: <span class=\"placeholder\">[Current XX% \u2192 Target XX%]<\/span>\n- Menu navigation clarity (customers find items easily)\n- Brand alignment (menu reflects restaurant identity)\n\n---<\/div>\n                    <\/div>\n                    <p style=\"color: #64748b; font-size: 0.9rem;\">\n                        \ud83d\udca1 <strong>Tip:<\/strong> Fill in the <span class=\"placeholder\">[orange placeholders]<\/span> with your specific details before using this prompt.\n                    <\/p>\n                <\/div>\n\n                <!-- THE LOGIC SECTION -->\n                <div class=\"section\">\n                    <h3 class=\"section-title\">\ud83e\udde0 The Logic (Why This Prompt Works)<\/h3>\n                    <div class=\"logic-grid\">\n                        <div class=\"logic-item\">\n                            <h4>Golden Triangle Placement<\/h4>\n                            <p>Studies show diners' eyes move in a triangular pattern: top-right \u2192 center \u2192 top-left. Placing high-margin items in these zones increases their selection rate by 30-40%, directly boosting profitability without changing prices.<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>Description Length Engineering<\/h4>\n                            <p>Longer, sensory-rich descriptions (3-4 lines) increase item orders by 27% by activating appetite centers in the brain. Strategic use of adjectives like \"tender\", \"crispy\", \"handcrafted\" creates emotional connection and perceived value.<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>Price Psychology Tactics<\/h4>\n                            <p>Removing dollar signs reduces \"pain of paying\" by 12%. Anchor pricing (one expensive item) makes mid-range options seem reasonable. Charm pricing ($14.95 vs $15) leverages left-digit bias to appear significantly cheaper.<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>Visual Hierarchy Control<\/h4>\n                            <p>Using boxes, icons, and color emphasis for high-profit items guides ordering decisions. Diners are 3\u00d7 more likely to order visually distinct items. Strategic white space prevents menu overwhelm and improves decision speed.<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>Menu Engineering Framework<\/h4>\n                            <p>Categorizing items as Stars (high profit + high popularity), Plowhorses (low profit + high popularity), Puzzles (high profit + low popularity), or Dogs (low profit + low popularity) allows strategic promotion or removal to optimize menu mix.<\/p>\n                        <\/div>\n                        <div class=\"logic-item\">\n                            <h4>Sensory Language Triggers<\/h4>\n                            <p>Descriptive words activate brain regions associated with taste and smell before customers even order. Words like \"succulent\", \"aromatic\", \"slow-roasted\", \"artisan\" increase perceived quality by 25% and justify premium pricing.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- OUTPUT PREVIEW SECTION -->\n                <div class=\"section\">\n                    <h3 class=\"section-title\">\ud83c\udfa8 Output Preview<\/h3>\n                    <div class=\"output-preview\">\n                        <h4>\ud83d\udcf8 Example Result:<\/h4>\n                        <p><strong>RESTAURANT: Tuscan Hearth (Italian Fine Dining)<\/strong><\/p>\n                        \n                        <p><strong>MENU LAYOUT STRATEGY:<\/strong><\/p>\n                        <p style=\"margin-top: 0.5rem;\">Header: \"Tuscan Hearth\" logo centered, \"Authentic Italian Cuisine Since 2018\" tagline below in elegant script font (Cormorant Garamond, 14pt)<\/p>\n\n                        <p style=\"margin-top: 1rem;\"><strong>ANTIPASTI (Appetizers) - Golden Triangle Placement:<\/strong><\/p>\n                        <p style=\"margin-left: 1rem; margin-top: 0.5rem;\">\n                        <strong>\u2605 BURRATA CON PROSCIUTTO<\/strong> (Top-right position) ............... 18<br>\n                        <em>Creamy burrata cheese paired with paper-thin aged prosciutto di Parma, heirloom tomatoes, fresh basil, and balsamic reduction. A harmonious blend of textures and flavors.<\/em> [High-margin star item - 4-line description, visual emphasis with star icon]\n                        <\/p>\n\n                        <p style=\"margin-left: 1rem; margin-top: 0.75rem;\">\n                        <strong>CALAMARI FRITTI<\/strong> ............... 16<br>\n                        <em>Lightly battered, golden-fried calamari with spicy marinara and lemon aioli.<\/em> [Standard item - 1-line description]\n                        <\/p>\n\n                        <p style=\"margin-left: 1rem; margin-top: 0.75rem;\">\n                        <strong>ARANCINI SICILIANI<\/strong> ............... 14<br>\n                        <em>Crispy risotto balls stuffed with mozzarella, peas, and rag\u00f9, served over marinara.<\/em>\n                        <\/p>\n\n                        <p style=\"margin-top: 1rem;\"><strong>PRIMI (Main Courses):<\/strong><\/p>\n                        <p style=\"margin-left: 1rem; margin-top: 0.5rem;\">\n                        <strong>\u2668\ufe0f OSSO BUCO ALLA MILANESE<\/strong> (Center position - anchor price) .... 48<br>\n                        <em>Slow-braised veal shank in rich tomato, white wine, and vegetable broth until fork-tender, served with saffron risotto Milanese and gremolata. A traditional Northern Italian masterpiece requiring 6 hours of careful preparation.<\/em> [Premium anchor item - longest description, popularity icon]\n                        <\/p>\n\n                        <p style=\"margin-left: 1rem; margin-top: 0.75rem;\">\n                        <strong>BISTECCA FIORENTINA<\/strong> ............... 52<br>\n                        <em>40oz dry-aged Porterhouse steak, chargrilled and finished with Tuscan herbs, extra virgin olive oil, and sea salt. Serves 2-3. Market price varies.<\/em> [Decoy price - makes $38-48 items seem reasonable]\n                        <\/p>\n\n                        <p style=\"margin-left: 1rem; margin-top: 0.75rem;\">\n                        <strong>\u2605 PAPPARDELLE AL CINGHIALE<\/strong> ............... 32<br>\n                        <em>House-made wide ribbon pasta with slow-simmered wild boar rag\u00f9, porcini mushrooms, fresh thyme, and Parmigiano-Reggiano. Rich, earthy, and unforgettable.<\/em> [High-margin signature - 3-line sensory description, star icon]\n                        <\/p>\n\n                        <p style=\"margin-left: 1rem; margin-top: 0.75rem;\">\n                        <strong>BRANZINO AL FORNO<\/strong> <span style=\"color: #10b981;\">GF<\/span> ............... 38<br>\n                        <em>Whole Mediterranean sea bass roasted with lemon, garlic, and herbs, filleted tableside.<\/em>\n                        <\/p>\n\n                        <p style=\"margin-top: 1rem;\"><strong>DESIGN SPECIFICATIONS:<\/strong><\/p>\n                        <ul style=\"margin-left: 1.5rem; margin-top: 0.5rem; color: #475569;\">\n                            <li>Format: 11\"x17\" bi-fold (4 panels total)<\/li>\n                            <li>Color Palette: Warm cream background (#F5F1E8), deep burgundy headings (#6B1E1E), gold accents (#D4AF37)<\/li>\n                            <li>Typography: Cormorant Garamond (headings, 18pt bold) \/ Lato (descriptions, 11pt) \/ Prices aligned right, no $<\/li>\n                            <li>Visual Elements: Subtle Tuscan vineyard pattern as watermark, gold filigree borders on section dividers<\/li>\n                            <li>Icons: \u2605 for Chef Specials, \u2668\ufe0f for Popular, leaf icons for V\/VG, GF in green badge<\/li>\n                            <li>Footer: \"Consuming raw or undercooked meats, poultry, seafood, shellfish, or eggs may increase your risk of foodborne illness.\" (small 8pt gray text)<\/li>\n                        <\/ul>\n\n                        <p style=\"margin-top: 1rem;\"><strong>PSYCHOLOGY ELEMENTS APPLIED:<\/strong><\/p>\n                        <ul style=\"margin-left: 1.5rem; margin-top: 0.5rem; color: #475569;\">\n                            <li>\u2713 High-margin items (Burrata, Pappardelle) placed in golden triangle positions<\/li>\n                            <li>\u2713 Bistecca Fiorentina ($52) serves as price anchor making $32-38 entrees appear mid-range<\/li>\n                            <li>\u2713 Currency symbols removed to reduce pain of paying<\/li>\n                            <li>\u2713 Sensory-rich descriptions for profitable items (4 lines vs 1-2 for standard items)<\/li>\n                            <li>\u2713 Signature dishes have visual emphasis (\u2605 icon, longer copy, better positioning)<\/li>\n                            <li>\u2713 Warm color palette (cream, burgundy, gold) stimulates appetite and suggests luxury<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n\n                <!-- CHAIN STRATEGY SECTION -->\n                <div class=\"section\">\n                    <h3 class=\"section-title\">\ud83d\udd17 Chain Strategy (Advanced Workflow)<\/h3>\n                    <div class=\"chain-strategy\">\n                        <p style=\"color: #6b21a8; font-weight: 600; margin-bottom: 1rem;\">\n                            For best results, use this 3-step sequential prompting strategy:\n                        <\/p>\n                        <div class=\"chain-steps\">\n                            <div class=\"chain-step\">\n                                <div class=\"chain-step-header\">\n                                    <div class=\"step-number\">1<\/div>\n                                    <h4>Menu Engineering Audit<\/h4>\n                                <\/div>\n                                <p><strong>Goal:<\/strong> Categorize menu items by profitability and popularity to identify Stars, Plowhorses, Puzzles, and Dogs<\/p>\n                                <p><strong>Prompt:<\/strong> I need to analyze my menu for profitability. Here are my items with cost and sales data: [list items with food cost %, popularity rank]. Categorize each as: Star (high profit + high sales), Plowhorse (low profit + high sales), Puzzle (high profit + low sales), or Dog (low profit + low sales). Then recommend: 1) Which Stars to emphasize visually, 2) Which Puzzles need better placement\/descriptions, 3) Which Dogs to remove or re-engineer, 4) Strategic placement for each category on the menu layout.<\/p>\n                                <div class=\"example\"><strong>Expected Output:<\/strong> Stars: Burrata (68% margin, #2 seller) - place top-right, add icon. Pappardelle (64% margin, #4 seller) - move to center, expand description. Puzzles: Branzino (62% margin, #12 seller) - needs sensory description boost and center placement. Dogs: House Salad (22% margin, #15 seller) - remove from prime space or discontinue. Recommended visual hierarchy map provided.<\/div>\n                            <\/div>\n\n                            <div class=\"chain-step\">\n                                <div class=\"chain-step-header\">\n                                    <div class=\"step-number\">2<\/div>\n                                    <h4>Sensory Description Copywriting<\/h4>\n                                <\/div>\n                                <p><strong>Goal:<\/strong> Write compelling, appetite-stimulating descriptions for high-margin items using sensory language<\/p>\n                                <p><strong>Prompt:<\/strong> For my high-profit menu items: [list Stars and Puzzles from Step 1], write sensory-rich descriptions (3-4 lines each) that: 1) Use taste\/texture\/aroma adjectives (succulent, crispy, aromatic, tender, etc.), 2) Mention preparation method that adds perceived value (slow-roasted, hand-rolled, aged, etc.), 3) Include origin story or premium ingredient callout, 4) Create emotional connection or appetite trigger. For standard items: [list Plowhorses], write short 1-line functional descriptions. Provide all descriptions ready to paste into menu.<\/p>\n                                <div class=\"example\"><strong>Expected Output:<\/strong> Burrata: \"Creamy burrata cheese paired with paper-thin aged prosciutto di Parma, heirloom tomatoes, fresh basil, and balsamic reduction. A harmonious blend of textures and flavors that transports you to the Italian countryside.\" (3 lines, sensory words: creamy, paper-thin, aged, fresh, harmonious) | House Salad: \"Mixed greens with tomato, cucumber, and house vinaigrette.\" (1 line, functional)<\/div>\n                            <\/div>\n\n                            <div class=\"chain-step\">\n                                <div class=\"chain-step-header\">\n                                    <div class=\"step-number\">3<\/div>\n                                    <h4>Complete Menu Design with Psychology<\/h4>\n                                <\/div>\n                                <p><strong>Goal:<\/strong> Generate final menu layout applying golden triangle, price anchoring, and visual hierarchy principles<\/p>\n                                <p><strong>Prompt:<\/strong> Using: 1) My menu categories (Stars, Plowhorses, Puzzles from Step 1), 2) Sensory descriptions from Step 2, 3) These restaurant details [name, cuisine, price range, brand personality], design a complete menu layout. Apply: Golden triangle placement (Stars in top-right, center positions), Decoy pricing (highest-priced item early in section), Visual emphasis (icons, boxes for Stars), Remove $ symbols, Typography hierarchy (larger\/bolder for profitable items). Output: Menu layout mockup, item placement map, typography specs, color palette, visual callouts strategy, print specifications.<\/p>\n                                <div class=\"example\"><strong>Expected Output:<\/strong> Complete menu design with: Header (logo + tagline), Appetizers section (Burrata top-right with \u2605 icon, 4-line description, price 18 no $), Main Courses (Bistecca $52 as anchor, Pappardelle center with \u2605 icon, standard items with short copy), Desserts (high-margin Tiramisu emphasized). Typography: Cormorant Garamond headings 18pt \/ Lato body 11pt. Color: Cream #F5F1E8 background, Burgundy #6B1E1E headings. Print: 11x17\" bi-fold, matte laminate. Visual hierarchy map showing eye-flow path. All elements optimized for profitability.<\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- HUMAN-IN-THE-LOOP TIPS SECTION -->\n                <div class=\"section\">\n                    <h3 class=\"section-title\">\ud83d\udca1 Human-in-the-Loop Refinement Tips<\/h3>\n                    <div class=\"hitl-tips\">\n                        <p style=\"color: #065f46; font-weight: 600; margin-bottom: 1rem;\">\n                            Enhance your results with these follow-up prompts:\n                        <\/p>\n                        <div class=\"tips-grid\">\n                            <div class=\"tip-item\">\n                                <h4>Competitor Menu Analysis<\/h4>\n                                <p>Benchmark against successful local competitors to identify opportunities and differentiation strategies.<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"I've uploaded photos of 3 competitor menus from similar restaurants in my area. Analyze: 1) What design elements they use that I should adopt, 2) What they're doing wrong that I can avoid, 3) Opportunities to differentiate my menu design, 4) Price positioning insights (am I priced higher\/lower\/comparable?). Suggest specific design changes to stand out while meeting customer expectations.\"<\/div>\n                            <\/div>\n\n                            <div class=\"tip-item\">\n                                <h4>Seasonal Menu Variation Strategy<\/h4>\n                                <p>Create adaptable menu templates for seasonal ingredient changes without full redesigns.<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"My menu changes seasonally (4 times per year). Based on my current design, create: 1) A flexible template structure where only item names\/descriptions change, 2) Seasonal color palette variations (Spring: fresh greens, Summer: bright yellows, Fall: warm oranges, Winter: deep reds), 3) Seasonal imagery suggestions (photos or illustrations), 4) Strategy for highlighting limited-time seasonal specials. Keep brand consistency while allowing seasonal freshness.\"<\/div>\n                            <\/div>\n\n                            <div class=\"tip-item\">\n                                <h4>Digital Menu Optimization<\/h4>\n                                <p>Adapt your menu design for QR code tablets, online ordering, and delivery apps with different layout requirements.<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"I need to adapt my print menu for: 1) QR code PDF viewing on smartphones (vertical scroll, mobile-optimized), 2) Online ordering platform (single column, category filters), 3) Third-party delivery apps (simplified, photo-heavy). For each format, suggest: Layout changes, Image requirements, Description length adjustments, How to maintain visual hierarchy in digital format. Prioritize mobile usability and fast loading.\"<\/div>\n                            <\/div>\n\n                            <div class=\"tip-item\">\n                                <h4>Allergen & Dietary Labeling System<\/h4>\n                                <p>Create clear, legally compliant allergen warnings and dietary indicators without cluttering design.<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"Design a comprehensive allergen\/dietary labeling system for my menu that: 1) Indicates common allergens (nuts, dairy, gluten, shellfish, soy, eggs), 2) Shows dietary options (vegetarian, vegan, gluten-free, keto-friendly), 3) Complies with local health regulations, 4) Doesn't clutter the design or distract from food descriptions. Suggest icon system, color coding, legend placement, and examples of how it looks on 3 different menu items.\"<\/div>\n                            <\/div>\n\n                            <div class=\"tip-item\">\n                                <h4>A\/B Testing Item Descriptions<\/h4>\n                                <p>Test different description styles to measure impact on ordering behavior and optimize for highest conversions.<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"I want to A\/B test descriptions for my highest-margin item: [item name]. Create 3 variations: Version A (short 1-line functional), Version B (medium 2-line with key benefits), Version C (long 4-line sensory storytelling with origin details). For each, explain: Target customer psychology, Expected impact on order rate, Best placement strategy. Then design a simple tracking method to measure which performs best over 2 weeks.\"<\/div>\n                            <\/div>\n\n                            <div class=\"tip-item\">\n                                <h4>Wine Pairing Integration<\/h4>\n                                <p>Strategically add wine pairing suggestions to increase beverage revenue without overwhelming the menu.<\/p>\n                                <div class=\"follow-up\"><strong>Follow-up Prompt:<\/strong> \"Based on my menu items, suggest: 1) Wine pairing recommendations for my top 5 entrees (high-margin items), 2) How to integrate pairings into menu design (icon? separate column? QR code to wine list?), 3) Description format for pairings (varietal + brief tasting note), 4) Visual design that encourages pairing orders without cluttering food descriptions. Goal: Increase beverage attach rate by 25% while maintaining clean layout.\"<\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"card-footer\">\n                <div class=\"stat\">\u2b50 <strong>4.8<\/strong> (392 ratings)<\/div>\n                <div class=\"stat\">\ud83d\udcdd <strong>5,847<\/strong> copies<\/div>\n                <div class=\"stat\">\ud83d\udcac <strong>241<\/strong> reviews<\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"toast\" id=\"toast\">\n        \u2705 Prompt copied to clipboard!\n    <\/div>\n\n    <script>\n        function copyPrompt() {\n            const promptContent = document.getElementById('promptContent').innerText;\n            navigator.clipboard.writeText(promptContent).then(() => {\n                const button = document.querySelector('.copy-button');\n                const toast = document.getElementById('toast');\n                \n                button.textContent = '\u2705 Copied!';\n                button.classList.add('copied');\n                toast.classList.add('show');\n                \n                setTimeout(() => {\n                    button.textContent = '\ud83d\udcdd Copy Prompt';\n                    button.classList.remove('copied');\n                    toast.classList.remove('show');\n                }, 3000);\n            });\n        }\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Restaurant Menu Design &#8211; AiPro Institute\u2122 Prompt Library AiPro Institute\u2122 Restaurant Menu Design Create visually appetizing, strategically organized restaurant menus that enhance customer experience and maximize profitability \ud83d\udcca Intermediate \u23f1\ufe0f 10-15 minutes \ud83d\udcb0 ~450 tokens \ud83c\udfa8 Visual Design \ud83d\udee0\ufe0f Tool Compatibility \u2728 Model Agnostic Midjourney DALL\u00b7E 3 Adobe Firefly Canva \ud83d\udcdd The Prompt \ud83d\udcdd Copy&hellip;<\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[129],"tags":[],"class_list":["post-4588","post","type-post","status-publish","format-standard","hentry","category-graphic-print-design"],"acf":[],"_links":{"self":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/4588","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/comments?post=4588"}],"version-history":[{"count":4,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/4588\/revisions"}],"predecessor-version":[{"id":4747,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/4588\/revisions\/4747"}],"wp:attachment":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/media?parent=4588"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/categories?post=4588"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/tags?post=4588"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}