detail page done

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-03-31 16:47:18 +05:00
parent 0495f16e5e
commit 3fe54b5c3c
40 changed files with 2004 additions and 241 deletions

View File

@@ -1,4 +1,3 @@
import { PRODUCT_INFO } from '@/shared/constants/data';
const Footer = () => {
const shortLinks = [
{ name: 'About', href: '/about' },
@@ -29,7 +28,7 @@ const Footer = () => {
</p>
<ul className="flex justify-center gap-4 lg:justify-start">
<li className="hover:text-primary">
<a href={PRODUCT_INFO.terms_of_use}>Terms and Conditions</a>
<a href="#">Terms and Conditions</a>
</li>
</ul>
</div>