specifications section
This commit is contained in:
@@ -11,6 +11,7 @@ import {
|
||||
import ProductImage from '../components/ProductImage'
|
||||
import BaseInformation from '../components/BaseInformation'
|
||||
import ShopInformation from '../components/ShopInformation'
|
||||
import Specifications from '../components/Specifications'
|
||||
|
||||
const SingleProduct: NextPage = () => {
|
||||
return (
|
||||
@@ -40,6 +41,11 @@ const SingleProduct: NextPage = () => {
|
||||
<BaseInformation />
|
||||
<ShopInformation />
|
||||
</div>
|
||||
|
||||
<div className='flex gap-6'>
|
||||
<Specifications />
|
||||
<div className='min-w-[325px] px-7'></div>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user