chore: json-ltd in footer

This commit is contained in:
2025-09-25 23:03:39 +05:45
parent de81c42742
commit 8ecd9e6a37

View File

@@ -5,7 +5,29 @@
import { siFacebook, siInstagram, siTiktok } from 'simple-icons'; import { siFacebook, siInstagram, siTiktok } from 'simple-icons';
</script> </script>
<foote class="mx-auto w-full bg-primary/10 px-12 pt-10 pb-4 max-md:px-4"> <footer class="mx-auto w-full bg-primary/10 px-12 pt-10 pb-4 max-md:px-4">
<div itemscope itemtype="https://schema.org/LocalBusiness" class="hidden">
<div itemprop="name">Korean Skin Care and Beauty Clinic</div>
<div>Phone: <span itemprop="telephone">+977 984936576</span></div>
<div>
Url: <span itemprop="url"
><a href="koreanskincareandclinic.com">koreanskincareandclinic.com</a></span
>
</div>
<meta
itemprop="openingHours"
style="display: none"
datetime="Mo,Tu,We,Th,Fr,Sa,Su 10:00-19:00"
/>
<div itemtype="http://schema.org/PostalAddress" itemscope="" itemprop="address">
<div itemprop="streetAddress">City Center</div>
<div>
<span itemprop="addressLocality">Kathmandu</span>, <span itemprop="addressRegion">KTM</span>
<span itemprop="postalCode">44600</span>
</div>
</div>
</div>
<div <div
class="grid w-full grid-cols-4 items-start justify-between gap-12 max-md:flex max-md:flex-col max-md:gap-4" class="grid w-full grid-cols-4 items-start justify-between gap-12 max-md:flex max-md:flex-col max-md:gap-4"
> >
@@ -98,4 +120,4 @@
</li> </li>
</ul> </ul>
</div> </div>
</foote> </footer>