first commit
This commit is contained in:
12
src/components/product/ProductDeclaration.jsx
Normal file
12
src/components/product/ProductDeclaration.jsx
Normal 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;
|
||||
Reference in New Issue
Block a user