diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 8d935e9..b9432df 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -28,11 +28,14 @@ export default function BlogPage() { +
+ +
); -} \ No newline at end of file +} diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 162816a..5577a68 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -91,7 +91,17 @@ function ProductPageContent({ params }: ProductPageProps) {