diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index c8547a5..3d9c066 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -33,7 +33,7 @@ export default function BlogPage() { diff --git a/src/app/page.tsx b/src/app/page.tsx index 3142980..3119f0e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,6 +46,7 @@ export default function LandingPage() { descriptionClassName="text-lg md:text-xl" buttonClassName="px-6 py-3 text-lg" logoClassName="text-6xl md:text-8xl lg:text-9xl font-extrabold" + background={{ variant: 'plain' }} /> @@ -163,7 +164,7 @@ export default function LandingPage() { diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index ff58b5a..c4167f0 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -98,9 +98,8 @@ function ProductPageContent({ params }: ProductPageProps) {
@@ -141,9 +140,8 @@ function ProductPageContent({ params }: ProductPageProps) {
@@ -192,8 +190,7 @@ function ProductPageContent({ params }: ProductPageProps) {
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 13ce3e1..88a0312 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -65,9 +65,8 @@ function ShopPageContent() {
@@ -107,9 +106,8 @@ function ShopPageContent() {