chore(Page): uncomment compararison slider
This commit is contained in:
@@ -57,19 +57,18 @@ function handleTitleStatusChanged(index: number, isPast: boolean, title?: Snippe
|
|||||||
{/snippet}
|
{/snippet}
|
||||||
<Logo />
|
<Logo />
|
||||||
</Section>
|
</Section>
|
||||||
<!--
|
|
||||||
<Section class="my-12 gap-8" index={1} onTitleStatusChange={handleTitleStatusChanged}>
|
<Section class="my-12 gap-8" index={1} onTitleStatusChange={handleTitleStatusChanged}>
|
||||||
{#snippet icon({ className })}
|
{#snippet icon({ className })}
|
||||||
<EyeIcon class={className} />
|
<EyeIcon class={className} />
|
||||||
{/snippet}
|
{/snippet}
|
||||||
{#snippet title({ className })}
|
{#snippet title({ className })}
|
||||||
<h1 class={className}>
|
<h1 class={className}>
|
||||||
Optical<br />Comparator
|
Optical<br />Comparator
|
||||||
</h1>
|
</h1>
|
||||||
{/snippet}
|
{/snippet}
|
||||||
<ComparisonSlider />
|
<ComparisonSlider />
|
||||||
</Section>
|
</Section>
|
||||||
-->
|
|
||||||
|
|
||||||
<Section class="my-4 sm:my-10 md:my-12 gap-6 sm:gap-8" index={2} onTitleStatusChange={handleTitleStatusChanged}>
|
<Section class="my-4 sm:my-10 md:my-12 gap-6 sm:gap-8" index={2} onTitleStatusChange={handleTitleStatusChanged}>
|
||||||
{#snippet icon({ className })}
|
{#snippet icon({ className })}
|
||||||
|
|||||||
Reference in New Issue
Block a user