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