From 1ccca02a87af874ade700995c15e332285113236 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 17:01:09 +0000 Subject: [PATCH] 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" />