From fa67f35edb33daaddd762f9fccadb9f419f94eb2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 17:01:08 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) 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() { -- 2.49.1 From 1ccca02a87af874ade700995c15e332285113236 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 17:01:09 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) 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" />
-- 2.49.1 From b51bac433dc747c7e9d443be9fa6de4c63454cb1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 17:01:09 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) 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) { -- 2.49.1 From a011ceaf7dda418b7fc20091c0de5fdf3c4bf619 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 17:01:10 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) 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() { -- 2.49.1