import { c as create_ssr_component } from "./ssr.js"; const metadata = { "title": "Formo.bio", "header_bg_image": "formo_hero_xgb6xo", "video": "/work/formo/formo-rec.webm", "order": 12, "description": "Formo, as you might have heard, is an international sports and lifestyle clothing brand. I worked on several digital campaigns as a graphic designer and illustrator.", "svg": '' }; const Formo = create_ssr_component(($$result, $$props, $$bindings, slots) => { return `

A website for the future of dairy.

Formo is using precision fermentation instead of cows to make dairy products and save the world.

Formo’s previous website was lacking an easy way for the team to create new, visually engaging content without technical knowledge. After consulting with the team, we decided to use the latest version of WordPress which offers full support for the powerful Gutenberg editor.

We built custom content blocks for the team to use and combine when creating new pages and articles.

`; }); export { Formo as default, metadata };