first commit

This commit is contained in:
2026-02-14 16:15:31 +05:30
commit 8f4cf07ec0
197 changed files with 17228 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
const ProductDeclaration = () => (
<div className="mt-8">
<h2 className="text-xl font-semibold">Product Declaration</h2>
<p className="text-gray-700 mt-2">
Manufacturer: Vedant Fashions Limited
<br />
Address: Paridhan Garment Park, 19, Canal South Road, SDF-1, 4th Floor, A501-A502, Kolkata, West Bengal 700015, India
</p>
</div>
);
export default ProductDeclaration;