homepage updated

This commit is contained in:
Chief-spartan-117
2025-09-12 22:34:09 +05:45
parent 6a1d4bcb21
commit 4ebeec97fc

View File

@@ -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>