From 7433cd6c68272adf11ca8837430ba3eb1ba15071 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 12:59:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index ae60ad2..b36dc18 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,6 +53,7 @@ export default function HomePage() { @@ -62,6 +63,7 @@ export default function HomePage() { title="Trusted by Fashion Icons" description="Join thousands of stylish customers worldwide." textboxLayout="default" + useInvertedBackground={false} /> @@ -74,6 +76,7 @@ export default function HomePage() { { id: "2", title: "Is shipping free?", content: "Yes, shipping is free on orders over £50." }, { id: "3", title: "How do I track my order?", content: "Tracking information is emailed once your order ships." } ]} + useInvertedBackground={false} /> @@ -83,6 +86,7 @@ export default function HomePage() { title="Get Fashion Updates" description="Sign up for our newsletter to stay updated on new arrivals and sales." background={{ variant: "plain" }} + useInvertedBackground={false} /> -- 2.49.1