import { component$ } from "@builder.io/qwik"; import styles from "./hero.module.css"; import ImgThunder from "../../../media/thunder.png?jsx"; export default component$(() => { return (

So fantastic
to have you here

Have fun building your App with Qwik.

Explore the docs
); });