export default function BigComponent() {
return (
<article>
<section>
<h2>Description</h2>
<p>
This page has repeating sections purposefully to create very large
trees that stress the rendering and streaming capabilities of Fizz
</p>
</section>
<section>
<h2>Another Section</h2>
<p>this section has a list</p>
<ul>
<li>item one</li>
<li>item two</li>
<li>item three</li>
<li>item four</li>
<li>item five</li>
</ul>
<p>it isn't a very interesting list</p>
</section>
<section>
<h2>Smiley Section</h2>
<p>here is a list of smiley emojis</p>
<ol>
<li>๐</li>
<li>๐</li>
<li>๐</li>
<li>๐</li>
<li>๐</li>
<li>๐ </li>
<li>๐</li>
<li>๐คฃ</li>
<li>๐ฅฒ</li>
<li>โบ๏ธ</li>
<li>๐</li>
<li>๐</li>
<li>๐</li>
<li>๐</li>
<li>๐</li>
<li>๐</li>
<li>๐</li>
<li>๐ฅฐ</li>
<li>๐</li>
<li>๐</li>
<li>๐</li>
<li>๐</li>
<li>๐</li>
<li>๐</li>
<li>๐</li>
<li>๐</li>
<li>๐คช</li>
<li>๐คจ</li>
<li>๐ง</li>
<li>๐ค</li>
<li>๐</li>
<li>๐ฅธ</li>
<li>๐คฉ</li>
<li>๐ฅณ</li>
<li>๐</li>
<li>๐</li>
<li>๐</li>
<li>๐</li>
<li>๐</li>
<li>๐</li>
<li>๐</li>
<li>โน๏ธ</li>
<li>๐ฃ</li>
<li>๐</li>
<li>๐ซ</li>
<li>๐ฉ</li>
<li>๐ฅบ</li>
<li>๐ข</li>
<li>๐ญ</li>
<li>๐ค</li>
<li>๐ </li>
<li>๐ก</li>
<li>๐คฌ</li>
<li>๐คฏ</li>
<li>๐ณ</li>
<li>๐ฅต</li>
<li>๐ฅถ</li>
<li>๐ฑ</li>
<li>๐จ</li>
<li>๐ฐ</li>
<li>๐ฅ</li>
<li>๐</li>
<li>๐ค</li>
<li>๐ค</li>
<li>๐คญ</li>
<li>๐คซ</li>
<li>๐คฅ</li>
<li>๐ถ</li>
<li>๐</li>
<li>๐</li>
<li>๐ฌ</li>
<li>๐</li>
<li>๐ฏ</li>
<li>๐ฆ</li>
<li>๐ง</li>
<li>๐ฎ</li>
<li>๐ฒ</li>
<li>๐ฅฑ</li>
<li>๐ด</li>
<li>๐คค</li>
<li>๐ช</li>
<li>๐ต</li>
<li>๐ค</li>
<li>๐ฅด</li>
<li>๐คข</li>
<li>๐คฎ</li>
<li>๐คง</li>
<li>๐ท</li>
<li>๐ค</li>
<li>๐ค</li>
<li>๐ค</li>
<li>๐ค </li>
<li>๐</li>
<li>๐ฟ</li>
<li>๐น</li>
<li>๐บ</li>
<li>๐คก</li>
<li>๐ฉ</li>
<li>๐ป</li>
<li>๐</li>
<li>โ ๏ธ</li>
<li>๐ฝ</li>
<li>๐พ</li>
<li>๐ค</li>
<li>๐</li>
<li>๐บ</li>
<li>๐ธ</li>
<li>๐น</li>
<li>๐ป</li>
<li>๐ผ</li>
<li>๐ฝ</li>
<li>๐</li>
<li>๐ฟ</li>
<li>๐พ</li>
</ol>
</section>
<section>
<h2>Translation Section</h2>
<p>This is the final section you will see before the sections repeat</p>
<p>
English: This is a text block translated from English to another
language in Google Translate.
</p>
<p>
Korean: ์ด๊ฒ์ Google ๋ฒ์ญ์์ ์์ด์์ ๋ค๋ฅธ ์ธ์ด๋ก ๋ฒ์ญ๋ ํ ์คํธ
๋ธ๋ก์ ๋๋ค.
</p>
<p>
Hindi: เคฏเคน Google เค เคจเฅเคตเคพเคฆ เคฎเฅเค เค เคเคเฅเคฐเฅเคเคผเฅ เคธเฅ เคฆเฅเคธเคฐเฅ เคญเคพเคทเคพ เคฎเฅเค เค เคจเฅเคตเคพเคฆเคฟเคค
เคเฅเคเฅเคธเฅเค เคฌเฅเคฒเฅเค เคนเฅเฅค
</p>
<p>
Lithuanian: Tai teksto blokas, iลกverstas iลก anglลณ kalbos ฤฏ kitฤ
โGoogleโ vertฤjo kalbฤ .
</p>
<div>
<div>
<div>
<div>
<div>
<div>
<span>
we're deep in some nested divs here, not that you can tell
visually
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</article>
);
}