From a04376cdd8526950e5a4fb01211a05486f529616 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 01:24:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index a298df9..a6728fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,6 +119,7 @@ export default function LandingPage() { { id: "q3", title: "Can I pre-order special meat cuts?", content: "Absolutely, just call our butcher counter to arrange your special cuts." }, ]} faqsAnimation="slide-up" + useInvertedBackground={false} /> -- 2.49.1