+
{children}
-
diff --git a/components/grid/three-items.tsx b/components/grid/three-items.tsx
index f0a34a375..5e6ac101e 100644
--- a/components/grid/three-items.tsx
+++ b/components/grid/three-items.tsx
@@ -38,7 +38,10 @@ export async function ThreeItemGrid() {
const [firstProduct, secondProduct, thirdProduct] = homepageItems;
return (
-
+
diff --git a/components/layout/search/collections.tsx b/components/layout/search/collections.tsx
index 1ce848058..c45833a39 100644
--- a/components/layout/search/collections.tsx
+++ b/components/layout/search/collections.tsx
@@ -17,7 +17,7 @@ export default function Collections() {
return (
+
diff --git a/components/layout/search/filter/index.tsx b/components/layout/search/filter/index.tsx
index 00c496aca..054994fc6 100644
--- a/components/layout/search/filter/index.tsx
+++ b/components/layout/search/filter/index.tsx
@@ -18,7 +18,7 @@ function FilterItemList({ list }: { list: ListItem[] }) {
export default function FilterList({ list, title }: { list: ListItem[]; title?: string }) {
return (
<>
-