Build a marketing landing: index.html, styles.css, and a small script.js for interactivity.
export default function App(): JSX.Element { return <h1>Hello world</h1> }