blog move
This commit is contained in:
+4
-3
@@ -32,9 +32,10 @@ const Home: NextPage = () => {
|
|||||||
<div className='mt-20'>
|
<div className='mt-20'>
|
||||||
<PopularProducts />
|
<PopularProducts />
|
||||||
</div>
|
</div>
|
||||||
<div className='mt-24'>
|
</div>
|
||||||
<Blogs />
|
|
||||||
</div>
|
<div className='mt-24 px-20'>
|
||||||
|
<Blogs />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ import ProductCard from '@/components/ProductCard'
|
|||||||
|
|
||||||
const Products: NextPage = () => {
|
const Products: NextPage = () => {
|
||||||
return (
|
return (
|
||||||
<div className="mt-24 px-20">
|
<div className="mt-14 px-20">
|
||||||
<Breadcrumb aria-label="breadcrumb">
|
<Breadcrumb aria-label="breadcrumb">
|
||||||
<BreadcrumbList className="text-sm text-muted-foreground">
|
<BreadcrumbList className="text-sm text-muted-foreground">
|
||||||
<BreadcrumbItem>
|
<BreadcrumbItem>
|
||||||
|
|||||||
Reference in New Issue
Block a user