Latest Collections Section
Showcase the latest Collections added.
Component: <LatestCollections/>
Path: /components/home/latest-collections.tsx
Import:
import { LatestCollections } from "@/components/home/latest-collections.tsx";

You can control the number of Collection displayed by updating this line:
...
selectedCollections?
.map((collection: CollectionWithProducts, index: number) => (
...
Last updated