import { c as create_ssr_component } from "./ssr.js"; const metadata = { "title": "Adidas", "header_bg_image": "adidas_hero_ceurd8", "order": 12, "description": "Adidas, 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 Adidas = create_ssr_component(($$result, $$props, $$bindings, slots) => { return `

Adidas, 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.

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