homepage updated
This commit is contained in:
@@ -16,23 +16,25 @@
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1 class="hidden">Korean Skin Care & Beauty Clinic</h1>
|
<h1 class="hidden">Korean Skin Care & Beauty Clinic</h1>
|
||||||
<!-- <HeroSlider bannerImage={data?.banner} />
|
<HeroSlider bannerImage={data?.banner} />
|
||||||
|
|
||||||
{#await data?.celebrity then celebrity}
|
{#await data?.celebrity then celebrity}
|
||||||
{#if celebrity?.users.length > 0}
|
{#if celebrity?.users.length > 0}
|
||||||
<Celebrity data={data?.celebrity} />
|
<Celebrity data={data?.celebrity} />
|
||||||
{/if}
|
{/if}
|
||||||
{/await} -->
|
{/await}
|
||||||
<!-- <Recommended recommend={data?.recommended} />
|
<!-- <Recommended recommend={data?.recommended} /> -->
|
||||||
|
<!--
|
||||||
{#await data?.flashSale then flashSale}
|
{#await data?.flashSale then flashSale}
|
||||||
{#if flashSale?.data.length > 0}
|
{#if flashSale?.data.length > 0}
|
||||||
<FlashSale sales={data?.flashSale} />
|
<FlashSale sales={data?.flashSale} />
|
||||||
{/if}
|
{/if}
|
||||||
{/await} -->
|
{/await} -->
|
||||||
<!-- <CelebritiesPick celebrities={data?.celebrity} /> -->
|
<!-- <CelebritiesPick celebrities={data?.celebrity} /> -->
|
||||||
<!-- <NewArrival products={data?.newArrival} />
|
<NewArrival products={data?.newArrival} />
|
||||||
{#await data?.trending then trendingProduct}
|
{#await data?.trending then trendingProduct}
|
||||||
{#if trendingProduct?.data?.length > 0}
|
{#if trendingProduct?.data?.length > 0}
|
||||||
<TrendingNow products={data?.trending} />
|
<TrendingNow products={data?.trending} />
|
||||||
{/if}
|
{/if}
|
||||||
{/await} -->
|
{/await}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user