diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx
index ab36018..1a7b028 100644
--- a/src/app/blog/page.tsx
+++ b/src/app/blog/page.tsx
@@ -34,13 +34,10 @@ export default function BlogPage() {
diff --git a/src/app/page.tsx b/src/app/page.tsx
index cff46a7..32021cc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -44,7 +44,7 @@ export default function SitePage() {
@@ -103,8 +101,6 @@ export default function SitePage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
- titleClassName="text-foreground"
- descriptionClassName="text-foreground"
/>
@@ -116,7 +112,7 @@ export default function SitePage() {
{ name: "email", type: "email", placeholder: "Your Email", required: true }
]}
textarea={{ name: "message", placeholder: "Your Order / Message", rows: 5, required: true }}
- imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg?_wi=1"
+ imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg"
imageAlt="Interior of a cozy Ukrainian bakery with fresh bread"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -140,8 +136,6 @@ export default function SitePage() {
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
- titleClassName="text-foreground"
- descriptionClassName="text-foreground"
/>
diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx
index a9342ee..a5c1ef7 100644
--- a/src/app/shop/[id]/page.tsx
+++ b/src/app/shop/[id]/page.tsx
@@ -108,14 +108,13 @@ function ProductPageContent({ params }: ProductPageProps) {
@@ -165,14 +164,13 @@ function ProductPageContent({ params }: ProductPageProps) {
@@ -246,14 +244,13 @@ function ProductPageContent({ params }: ProductPageProps) {
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index c952d0a..fab1208 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -75,14 +75,13 @@ function ShopPageContent() {
@@ -146,14 +145,13 @@ function ShopPageContent() {