--- const { data } = Astro.locals.starlightRoute.entry; const { title = data.title, tagline, actions = [] } = data.hero || {}; import { LinkButton } from "@astrojs/starlight/components"; ---