diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index a0b8359..090fd27 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -28,6 +28,7 @@ export default function BlogPage() { +
+ +
+
+ + + +
+ +
+ + +
+ + ); +} diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 52619a3..b8a39e0 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -93,6 +93,7 @@ function ProductPageContent({ params }: ProductPageProps) {