Latest Collections Section
Showcase the latest Collections added.
import { LatestCollections } from "@/components/home/latest-collections.tsx";
Last updated
Showcase the latest Collections added.
import { LatestCollections } from "@/components/home/latest-collections.tsx";
Last updated
...
selectedCollections?
.slice(0, 2)
.map((collection: CollectionWithProducts, index: number) => (
...