
Menu Projects
Looking for freelance Menu jobs and project work? PeoplePerHour has you covered.
Luxury Treatment Menu Design for High-End Aesthetic Clinic
I am looking for a talented graphic designer to create a premium treatment menu for my luxury aesthetics clinic, The Hurst Clinic. The overall feel should be understated, elegant and contemporary, similar to a luxury hotel or private medical clinic rather than a beauty salon. The design should feel timeless, spacious and expensive, with excellent typography and attention to detail. The menu will be used both digitally and in print within the clinic. Brand Style • Luxury • Minimal • Contemporary • Premium • Clean • Medical-led rather than beauty-led • Soft neutral colour palette (stone, taupe, warm white, with subtle gold accents) • Plenty of white space • Elegant typography • No busy layouts or stock beauty imagery What I Need Design a treatment menu that includes: • Front cover • Contents (if appropriate) • Individual treatment sections • Pricing presented clearly and professionally • Contact details • QR code placement for online booking • Back cover I would like the layout to be designed so I can easily edit treatment names and prices in the future. Treatments Include • Regenerative Aesthetics • Skin Consultation & Analysis • Microneedling • Polynucleotides • Exosomes • Radiofrequency Microneedling • Non-Surgical Facelift • Skin Tightening • HIFU • Dermalux LED • Hydrofacial • Chemical Peels • Thread Vein Removal • Cryotherapy • Hair Restoration • Body Contouring • Cellulite Reduction • Skin Rejuvenation Design Inspiration Think of brands such as: • Luxury private medical clinics • High-end cosmetic surgery practices The design should feel calm, refined and trustworthy rather than overly feminine or trend-driven. Deliverables • Print-ready PDF • Editable Adobe InDesign or Illustrator files (preferred) • Fonts supplied or commercially available • High-resolution files • Bleed included for professional printing Important Please include examples of previous luxury branding, brochures, magazines or treatment menus you have designed. I am looking for someone with a strong eye for typography, layout and premium branding rather than someone who specialises in bright beauty salon marketing. This project may lead to additional work including brochures, consultation guides, patient information leaflets and marketing materials for the clinic.
4 days ago44 proposalsRemoteBuild webscraper to collect data from outlet menus
I have a list of appr. 50.000 outlets, of which I want to have the menu information scraped cleansed and organised (see FACT DIM below). Assignment is to receive a working and tested code for doing that, perphaps for a smal sample of 100 outlets or so to see that it's working. Lump sum proposal please, needs to be ready asap. Best regards, Sander -------------- CREATE TABLE public.outlet ( outlet_id bigint GENERATED ALWAYS AS IDENTITY NOT NULL, naam text NOT NULL, plaats text, website_url text, segment text, status text NOT NULL DEFAULT 'actief'::text CHECK (status = ANY (ARRAY['actief'::text, 'inactief'::text])), created_at timestamp with time zone NOT NULL DEFAULT now(), updated_at timestamp with time zone NOT NULL DEFAULT now(), CONSTRAINT outlet_pkey PRIMARY KEY (outlet_id) ); CREATE TABLE public.menu_source ( source_id bigint GENERATED ALWAYS AS IDENTITY NOT NULL, outlet_id bigint NOT NULL, pagina_type text, url text NOT NULL, domain text, bestandstype text CHECK (bestandstype = ANY (ARRAY['html'::text, 'pdf'::text, 'image'::text])), confidence real, is_active boolean NOT NULL DEFAULT true, created_at timestamp with time zone NOT NULL DEFAULT now(), CONSTRAINT menu_source_pkey PRIMARY KEY (source_id), CONSTRAINT menu_source_outlet_id_fkey FOREIGN KEY (outlet_id) REFERENCES public.outlet(outlet_id) ); CREATE TABLE public.crawl_run ( run_id bigint GENERATED ALWAYS AS IDENTITY NOT NULL, source_id bigint NOT NULL, crawled_at timestamp with time zone NOT NULL DEFAULT now(), http_status integer, etag text, last_modified text, sha256 text, parse_status text NOT NULL DEFAULT 'pending'::text CHECK (parse_status = ANY (ARRAY['pending'::text, 'ok'::text, 'partial'::text, 'failed'::text, 'not_modified'::text])), parser_version text, raw_ref text, CONSTRAINT crawl_run_pkey PRIMARY KEY (run_id), CONSTRAINT crawl_run_source_id_fkey FOREIGN KEY (source_id) REFERENCES public.menu_source(source_id) ); CREATE TABLE public.menu_item ( menuitem_id bigint GENERATED ALWAYS AS IDENTITY NOT NULL, run_id bigint NOT NULL, categorie text, product text NOT NULL, beschrijving text, prijs numeric, valuta text NOT NULL DEFAULT 'EUR'::text, volume text, merk text, merkeigenaar text, positie integer, confidence real, CONSTRAINT menu_item_pkey PRIMARY KEY (menuitem_id), CONSTRAINT menu_item_run_id_fkey FOREIGN KEY (run_id) REFERENCES public.crawl_run(run_id) ); CREATE TABLE public.change_event ( event_id bigint GENERATED ALWAYS AS IDENTITY NOT NULL, outlet_id bigint NOT NULL, source_id bigint, oud_menuitem_id bigint, nieuw_menuitem_id bigint, detectiedatum timestamp with time zone NOT NULL DEFAULT now(), event_type text NOT NULL CHECK (event_type = ANY (ARRAY['product_toegevoegd'::text, 'product_verwijderd'::text, 'prijs_verhoogd'::text, 'prijs_verlaagd'::text, 'brand_switch'::text, 'menu_redesign'::text])), oude_waarde text, nieuwe_waarde text, ai_interpretatie text, impact text CHECK (impact = ANY (ARRAY['hoog'::text, 'midden'::text, 'laag'::text])), opportunity_score integer CHECK (opportunity_score >= 0 AND opportunity_score <= 100), aanbevolen_actie text, bevestigd_runs integer NOT NULL DEFAULT 1, status text NOT NULL DEFAULT 'nieuw'::text CHECK (status = ANY (ARRAY['nieuw'::text, 'bekeken'::text, 'afgehandeld'::text, 'false_positive'::text])), CONSTRAINT change_event_pkey PRIMARY KEY (event_id), CONSTRAINT change_event_outlet_id_fkey FOREIGN KEY (outlet_id) REFERENCES public.outlet(outlet_id), CONSTRAINT change_event_source_id_fkey FOREIGN KEY (source_id) REFERENCES public.menu_source(source_id), CONSTRAINT change_event_oud_menuitem_id_fkey FOREIGN KEY (oud_menuitem_id) REFERENCES public.menu_item(menuitem_id), CONSTRAINT change_event_nieuw_menuitem_id_fkey FOREIGN KEY (nieuw_menuitem_id) REFERENCES public.menu_item(menuitem_id) );
12 days ago29 proposalsRemoteRestaurant menu design Adobe InDesign. Urgently
I am looking for an experienced graphic designer who can format and finalize a restaurant menu in Adobe InDesign. Pls only apply if you can deliver before 7pm today
14 days ago35 proposalsRemoteUpgrade wordpress woocormce website
Hi, Looking for someone who has good knwolage of avada theme builder, can build block by block pages, mega menu, invetory. You can get all the details here https://docs.google.com/document/d/1Tm4Zpv_HmK0pFo3PvNUeO192Jr4-6fkE552l0bozSVs/edit?usp=sharing, the design and content is ready already. All you need to impliment that.
4 days ago79 proposalsRemoteSmall Webiste Reskin Project
Scope: exactly 7 pages + main menu. No content creation, no full-site rebuild — see details below. Project Summary: We have an existing, live company website and need it reskinned/updated with a new template — not rebuilt from scratch. This means selecting a new theme/template and applying it to 7 existing page types, plus a simplified main menu. Most of the pages already exist in some form on the current site (linked below) and simply need to be rebuilt using the new template with the content we provide. This is a template selection and build-out project, not a content creation or bespoke design project. Once those 7 Pages are in place, we should be able to roll out the rest of it across the site ourselves, no help required. What We Are Providing: All copy and content for every page — ready to insert All images required for each page Brand style guide (colors, fonts, logo files) Content structure guides showing which sections/blocks each page needs, where available (see below) What Is In Scope: - Select a website theme/template suitable for our needs (our current site runs on WordPress) - Build 7 page templates using that theme, with the content blocks/sections required for each page type (see below) — this replaces the existing versions of these pages on our live site - Populate each page with the content and images we provide - Apply a new blog post template across the existing blog via a standard WordPress theme/template change (this cascades automatically to existing posts — no per-post rebuilding required) - Set up the new main menu — simplified structure with basic dropdowns, using the theme's existing menu/drag-and-drop functionality What Is Explicitly Out of Scope: Writing or sourcing any content or copy (we provide this) Auditing, fixing, or manually rebuilding individual existing blog posts Custom coding beyond standard theme/template configuration Ongoing content population beyond the initial 7 pages Brand & Design Requirements: We have an existing brand style guide (colors, fonts, logo usage) which will be provided The selected theme must be configured to match our brand colors, fonts, and logo throughout The homepage should receive extra design attention — this is our highest-visibility page and should look polished and considered, not just a generic template fill. Some minor bespoke design work coudl be utilized here. Expect more iteration/review on this page than on the others Other pages should be clean, professional, and consistent with the brand, but do not require the same level of bespoke polish as the homepage The 7 Pages: 1. Homepage - Content structure guide pending — to follow 2. Solution/Challenge & Industry page - One template covering both page types. Reference example: Aerospace & Defence industry page (link to follow) 3. Product/Technology page - One template to cover 2 existing product pages (URLs to be shared with shortlisted candidates) 4. "Insights" content overview page - New page — covers blog articles, case studies, whitepapers 5. Blog post template - Applied via standard WordPress template change across all existing posts 6. Company/About Us pageCurrent page exists (URL to be shared with shortlisted candidates) — content structure guide to follow 7. Industry Overview page - Content document to follow (Also - Simplified Main Menu - We can build it out once it is in place) Notes: Simplified structure with basic dropdowns Uses the selected theme's existing menu builder (no custom navigation development required) Targeting completion within August. What We're Looking For in a Quote: Please provide a day-rate or fixed-price quote broken down by: Theme selection/setup Per-page template build (x7) Blog template application Menu setup (Shoudl be faily minor task as we just need it put in place) Extra time for tweaks/rework. Please also provide examples of your work. This will help us compare quotes on a like-for-like basis.
7 days ago88 proposalsRemoteopportunity
Set Up "Book In Beautiful" System & Website for Beauty Salon
Freelancer Needed to Set Up "Book In Beautiful" System & Website for Beauty Salon Job Description: Hi there! I am a busy salon owner looking for a tech-savvy freelancer or virtual assistant to completely set up and configure my Book In Beautiful account from scratch. I want to focus entirely on my clients and hand the technical heavy lifting over to an expert who can get this done efficiently and correctly. Key Responsibilities: Payment & Account Setup: Connect the payment processor (Stripe) to enable secure, automatic monthly recurring billing, configure salon hours, and sync calendars. Service Menu Configuration: Input our treatment menu with strict attention to service durations (30-minute and 45-minute/1-hour blocks). Membership Architecture: Build a 3-tier monthly recurring membership program within the system based on specific pricing and credit rules I will provide. Website Design: Customize the built-in Book In Beautiful website template using our branding, logos, and photos, ensuring a dedicated, high-converting section for our new Membership Club. Data Migration & Testing: Cleanly import our existing client database and run a live test transaction to ensure the membership automation works flawlessly before launch. Requirements: Proven experience setting up salon booking software (Book In Beautiful experience is a massive plus, but strong experience with Fresha, Timely, Phorest, or Mindbody is acceptable). Basic web design/customization skills to make the template look beautiful and premium. Excellent attention to detail, especially regarding pricing logic and automated billing settings. Please reply with your typical turnaround time, and any examples of booking systems or websites you have set up in the past. Look forward to working with you!
25 days ago63 proposalsRemoteConstruct 3 Developer for Interactive Educational Web Game
Experienced Construct 3 developer needed to create a polished HTML5 educational game for ages 8–12 focused on environmental awareness and recycling. Build a responsive browser game with main menu, settings, instructions, 5–8 levels, drag-and-drop sorting, timer challenges, point/reward system, progress tracking, simple character animations, interactive effects, sound/music, and unlockable locations. Deliverables: organized Construct 3 project file, export-ready HTML5 build, source assets, bug fixes, and concise documentation. Familiarity with event sheets, behaviors, optimization and clean maintainable code required.
a month ago17 proposalsRemoteopportunity
HubSpot Mobile Navigation & Page Style Fix
We’re looking for a HubSpot CMS freelancer to fix a mobile navigation issue on our website. At the moment, the burger icon appears on mobile, but when visitors tap it, nothing opens. This means mobile users can’t access the rest of the site properly. We don’t need a redesign at this stage. We simply need the mobile menu to work correctly and show the same links and general styling as the desktop navigation – we are using an old template. We’d also like help tidying up a small number of pages that appear to be using an older template or styling. There are currently two affected pages that we can point you to. The work would involve tracking down any rogue styles, modules or template settings and bringing those pages back in line with the rest of the website. You’ll be working directly in HubSpot CMS, so we need someone confident with the HubSpot drag-and-drop editor, Design Manager, HubL and the file system. It is also Important for my Manager that you are able to meet with us on a Teams call before the booking is made final so that we know who is working on our website and any final questions can be more easily asked. Please include in your quote: Investigation and fix for the mobile burger menu Review and correction of the two affected pages A test/staging version for us to check before anything goes live Publishing the approved changes A short period of support after publishing in case anything breaks or needs adjusting We’re looking for a practical fix rather than a full redesign, so please quote on that basis.
21 days ago50 proposalsRemoteAI Engineer / NLP Engineer for an AI BF/GF Product
We are launching a product in the AI romantic companions / AI BF/GF niche and need a specialist to take over the AI development part. The website, registration, design, menu and payment system are handled separately. This role focuses only on the AI core: dialogue models, AI characters, memory, user adaptation, realistic image generation and MVP AI architecture. Required skills LLMs for conversational AI products. Testing and comparing open-source and commercial models. Llama / Hugging Face / vLLM / Text Generation Inference. System prompts for AI characters. Prompt engineering, fine-tuning and LoRA. Memory layer design: mem0, Qdrant, embeddings, RAG. Python, Docker, PostgreSQL, Redis. GPU infrastructure and model deployment. AI image generation: FLUX.1 / Stable Diffusion / ComfyUI. Consistent face setup for AI characters. Moderation / safety filters for AI dialogues. Tasks Select and test LLMs for romantic AI dialogues, set up AI characters, design user memory, plan adaptation to the user’s communication style, and suggest a pipeline for realistic AI selfies. Experience with AI companions, dating, chatbots, virtual characters, roleplay scenarios or conversational AI is a plus. The candidate should be ready to complete a short test task. Please include your stack, relevant experience, project examples, readiness to complete the test task and your rate / estimated project cost.
20 days ago32 proposalsRemoteTHE UNCOMMON – EMAIL MARKETING BRIEF
THE UNCOMMON – EMAIL MARKETING BRIEF About The Uncommon The Uncommon is a restaurant, cocktail bar and listening room located within Harbour House, North Shields. We combine great food, cocktails, music and atmosphere to create memorable experiences. Our brand is stylish, creative, independent and community-led. Objective Increase table bookings, walk-ins, repeat visits and customer loyalty through consistent email marketing. Scope of Work Email Marketing Create, design, write and schedule 2 marketing emails per week. Emails should be planned around: Seasons and weather Paydays Bank Holidays Sporting events DJs and live music Sunday Service roasts New menu items Cocktail features Local events Special offers and experiences The aim is to drive: Food bookings Drinks bookings Event attendance Repeat visits Campaign Planning Prepare a monthly content calendar in advance so marketing is aligned with upcoming events, seasonal opportunities and booking trends. Customer Segmentation Manage and improve customer lists including: Previous diners Sunday roast customers Event attendees Drinks customers Regular customers New subscribers Automation Setup & Management Create and manage automated email journeys including: Welcome email series Birthday emails Post-visit follow-up emails Re-engagement campaigns Event reminder emails Booking reminder emails where possible Reporting Provide a monthly report including: Open rates Click-through rates Subscriber growth Booking performance Campaign recommendations Platforms Mailchimp OpenTable Zapier (if required) Brand Personality The Uncommon is: Stylish Creative Friendly Premium but approachable Community focused Key themes: Great food Cocktails Music Atmosphere Experiences "Where Vibes Meet Flavours" Success Targets Increase table bookings Increase repeat customer visits Grow email database Improve customer retention Generate measurable revenue from email marketing Please Include In Your Proposal Hospitality marketing experience Examples of previous restaurant/bar campaigns Experience with Mailchimp automations Monthly management fee Setup fee (if applicable) Estimated time required each month
a month ago38 proposalsRemote
Past "Menu" Projects
Restaurant Menu Designer (PDF Editing)
We are looking for a reliable designer to help us update our restaurant menu and weekly specials. This is an urgent project with the possibility of ongoing work. We are looking for someone we can work with regularly whenever menu updates are needed. Immediate task Edit our existing restaurant menu (PDF) Update our weekly specials (PDF) Add new menu items Remove old items Update prices and descriptions Match the existing fonts, colours, spacing and overall design Final delivery The completed files must be ready for professional printing by Sunday evening. We require: Print-ready PDF files with bleed and crop marks All fonts, images and layouts prepared for commercial printing Source files (Adobe Illustrator, InDesign or equivalent) Files provided Existing menu (PDF) Weekly specials (PDF) All updated text, prices and new menu items Requirements Experience editing restaurant menus or similar print materials Excellent attention to detail Ability to perfectly match an existing design Fast communication and quick turnaround Excellent English Please include in your proposal Examples of restaurant menus or similar print work Which software you use Your price for this project Your price for future menu updates Confirmation that you can deliver print-ready files by Sunday evening We are looking for a long-term freelancer who can handle all future menu updates for our restaurant.
Menu Design
i would like a menu designed use the word document for the content attached also the pdf shows the layout of how i would like the final design please make sure you use all the word docutment this is time sensitive i would need this withing a couple of hours
Restaurant Menu Layout Design in Adobe InDesign
I am looking for an experienced graphic designer who can format and finalize a restaurant menu in Adobe InDesign. The design layout has already been created, and the content is already organized. I will provide the menu files and all required materials (7 files). Your task is mainly to place the content into the existing design, ensure proper alignment and consistency, and prepare print-ready InDesign files. The project is straightforward because the layout design already exists. The main task is placing the content correctly and ensuring the final menu is professionally formatted and ready for printing. Deadline: Saturday 27 July Scope of Work: Use the provided menu design/layout. Insert and format the menu content in Adobe InDesign. Maintain consistent typography, spacing, and alignment. Ensure English content is properly displayed. Prepare print-ready files and provide the final InDesign package. Deliverables: Final editable InDesign files (.INDD). Packaged files (fonts and linked assets, if applicable). Print-ready PDF.
Fix website header
Resolve header issues on an Elementor-built website: troubleshoot and repair layout, responsiveness, and styling inconsistencies across desktop and mobile. Correct menu behavior, logo alignment, sticky header functionality, z-index overlaps, and padding/margin anomalies. Ensure compatibility with current theme and plugins, optimize for fast load and SEO-friendly markup, and verify cross-browser performance. Provide clean, well-documented fixes and brief notes on implemented changes.
One page website
Need an elegant, responsive one‑page WordPress website. Require an experienced designer to craft a polished layout, integrate a clear navigation menu, hero section, services/features, contact form, and footer. Must ensure mobile optimization, fast load times, SEO-friendly structure, and cross-browser compatibility. Provide clean, modern aesthetics, intuitive UX, and editable sections for future updates. Deliver final site on WordPress with necessary plugins configured and brief guidance on content updates.
Shopify- Burger menu doesn't load in live
We use a Qkify app to power our main menu and burger menu, however its not working on mobile. It loads correctly and words in preview and theme editors but not in live
opportunity
WhatsApp Business automation setup in WATI (chatbot menu + Meta
We are a UK commercial and claims consultancy serving the construction sector (NEC, JCT and FIDIC contracts). We want to use WhatsApp as a first point of contact for enquiries, with an automated menu that routes people to the right service and captures their details for follow-up. Objective Set up a working WhatsApp Business automation in our existing WATI account: an interactive menu that greets enquirers, lets them choose a service, captures their details, and hands the conversation to me. Plus a small set of Meta-approved message templates for confirmations, reminders and follow-ups. What's already in place (so you don't need to redo it) • WhatsApp Business access approved for the business • WATI account set up (currently on trial) and linked • Business verified with Meta • Draft copy for the menu, the service replies and all message templates — I will provide these; your job is to build them, not write them Scope of work / deliverables 1. Build an interactive list-message menu (welcome message + 5 options: Consultancy service, Provision of QS support, Adjudication support, Expert witness service, Something else) in WATI's chatbot/flow builder. 2. Configure the tailored reply for each menu option, capturing the enquirer's name, organisation and a brief description of their matter. 3. Set up the conversation to hand off to my Team Inbox after details are captured, with a sensible fallback message and business hours. 4. Create and submit 4 message templates to Meta for approval (2 Utility, 2 Marketing) — copy provided. Confirm all are approved and usable. 5. Set up the reminder template with Confirm / Rearrange buttons correctly wired. 6. Test the full flow end to end on a live device and walk me through how to edit it myself afterwards.
Shopify Expert Needed to Fix Navigation & Footer Menu Issues
I am looking for an experienced Shopify developer who can help resolve issues with my store's navigation and footer menus. Currently, my website is experiencing problems with menu structure, links, and overall navigation functionality. I need someone who can review the setup, identify the root cause, and implement the necessary fixes to ensure a smooth user experience across desktop and mobile devices.
Fix some issues on my shopify store
I have a swimwear store on shopify. I have some issues caused by another developer and I had to remove him from the job as he was really terrible and he has left some site with these issues on mobile. See screenshots of the issues. These are both on mobile. Firstly the logo is repeating here as shown when you click on the menu button (3 lines). Secondly when you on the quick buy cart icon on the collection page the pop up appears as shown in the second screenshot - it is all cut off and like it is under the logo. This theme is live and it is our high season now so I will need these issues fixed urgently. Please only accept the job if you can do the changes immediately
Fix Bugs in RWA (Real-World Assets)
I need a frontend Web3 developer to fix bugs in my RWA (Real-World Assets) dApp. The issues are primarily with the menu bar (navigation, responsiveness, broken links) and Web3 integrations (wallet connection, network switching, contract interactions). Specific problems: Menu bar: - Doesn't collapse properly on mobile. - Active page highlight is incorrect. - Some dropdown items don’t register clicks. Web3 integration bugs: - Wallet Connect / MetaMask sometimes fails to connect on first click. - After network switch, the menu bar disappears until refresh. - Balance display (RWA token) doesn't update unless page reloads. - "Disconnect wallet" doesn't fully reset the UI (menu remains in "connected" state). Requirements: - Strong experience debugging React + Web3 frontends. - Able to reproduce issues locally and provide clean, tested fixes. - Bonus if you've worked on RWA or DeFi dashboards before.