diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx
index 77cedb7..c51cfd3 100644
--- a/src/app/blog/page.tsx
+++ b/src/app/blog/page.tsx
@@ -22,20 +22,22 @@ export default function BlogPage() {
secondaryButtonStyle="radial-glow"
headingFontWeight="bold"
>
-
+
+
+
{isLoading ? (
@@ -55,11 +57,13 @@ export default function BlogPage() {
)}
-
+
);
}
diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx
index 03e54cf..62ee850 100644
--- a/src/app/shop/[id]/page.tsx
+++ b/src/app/shop/[id]/page.tsx
@@ -91,10 +91,11 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="bold"
>
-
+
setCartOpen(true) }}
@@ -132,10 +133,11 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="bold"
>
-
+
setCartOpen(true) }}
@@ -180,10 +182,11 @@ function ProductPageContent({ params }: ProductPageProps) {
headingFontWeight="bold"
>
-
+
setCartOpen(true) }}
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index 946107c..ab9c24e 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -59,10 +59,11 @@ function ShopPageContent() {
headingFontWeight="bold"
>
-
+
setCartOpen(true) }}
@@ -99,10 +100,11 @@ function ShopPageContent() {
headingFontWeight="bold"
>
-