From 6a6700f6430eb399ce9040d4cc23f1ea69f1fcea Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 03:21:33 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 1ef1f9c..b03f237 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -53,6 +53,7 @@ export default function ProductsPage() { title="Our Decadent Cookies" description="Discover our entire range of signature cookies, baked to perfection." products={products} + useInvertedBackground={false} /> @@ -65,7 +66,7 @@ export default function ProductsPage() { { label: "Inquiries: hello@lakesidecookie.com", href: "mailto:hello@lakesidecookie.com" }, ], }, - ]} + ], logoText="Lakeside Cookie Co." /> -- 2.49.1