diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx
index 77b0c68..2417e0e 100644
--- a/src/app/blog/page.tsx
+++ b/src/app/blog/page.tsx
@@ -33,19 +33,16 @@ export default function BlogPage() {
diff --git a/src/app/page.tsx b/src/app/page.tsx
index e393ad2..21dbf13 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -46,7 +46,7 @@ export default function LandingPage() {
>
console.log('Contact form submitted for: ' + email)}
className="py-16 md:py-24"
/>
diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx
index f0f5162..dd7b7d9 100644
--- a/src/app/shop/[id]/page.tsx
+++ b/src/app/shop/[id]/page.tsx
@@ -98,8 +98,6 @@ function ProductPageContent({ params }: ProductPageProps) {
buttonClassName="min-w-[120px] justify-center"
buttonTextClassName="relative top-[0.5px]"
className="z-50 backdrop-blur-md"
- navItemsClassName="[&>li>a]:text-foreground [&>li>a]:font-semibold"
- navOverlayContentClassName="items-start justify-start flex-col pt-16"
/>
@@ -149,8 +147,6 @@ function ProductPageContent({ params }: ProductPageProps) {
buttonClassName="min-w-[120px] justify-center"
buttonTextClassName="relative top-[0.5px]"
className="z-50 backdrop-blur-md"
- navItemsClassName="[&>li>a]:text-foreground [&>li>a]:font-semibold"
- navOverlayContentClassName="items-start justify-start flex-col pt-16"
/>
@@ -207,8 +203,6 @@ function ProductPageContent({ params }: ProductPageProps) {
buttonClassName="min-w-[120px] justify-center"
buttonTextClassName="relative top-[0.5px]"
className="z-50 backdrop-blur-md"
- navItemsClassName="[&>li>a]:text-foreground [&>li>a]:font-semibold"
- navOverlayContentClassName="items-start justify-start flex-col pt-16"
/>
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index f7144df..73b3291 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -65,8 +65,6 @@ export default function ShopPage() {
buttonClassName="min-w-[120px] justify-center"
buttonTextClassName="relative top-[0.5px]"
className="z-50 backdrop-blur-md"
- navItemsClassName="[&>li>a]:text-foreground [&>li>a]:font-semibold"
- navOverlayContentClassName="items-start justify-start flex-col pt-16"
/>
@@ -115,8 +113,6 @@ export default function ShopPage() {
buttonClassName="min-w-[120px] justify-center"
buttonTextClassName="relative top-[0.5px]"
className="z-50 backdrop-blur-md"
- navItemsClassName="[&>li>a]:text-foreground [&>li>a]:font-semibold"
- navOverlayContentClassName="items-start justify-start flex-col pt-16"
/>