defmodule MoonWeb.Pages.VisionPage do @moduledoc false use MoonWeb, :live_view alias MoonWeb.Components.Page alias MoonWeb.Components.VisionCard data(breadcrumbs, :any, default: [ %{ to: "/vision", name: "Vision" } ] ) def render(assigns) do ~F"""

Build the best products faster

M I S S I O N

Create a tool that will reduce the time spent on routine and provide an opportunity for inspiration and innovation

""" end end