From 723515ad371cbaec6072ef72f3ea722b2f4f122d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 10:12:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index d7ab0d9..d7c0ee6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,6 +66,7 @@ export default function LandingPage() { { icon: Users, label: "Welcome", value: "Inclusive" }, ]} metricsAnimation="slide-up" + useInvertedBackground={false} /> @@ -95,6 +96,8 @@ export default function LandingPage() { ]} title="Client Feedback" description="Join our community of satisfied customers in Imatra." + textboxLayout="default" + useInvertedBackground={false} /> @@ -106,6 +109,8 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/japan-street-with-man-bicycle_23-2148942936.jpg" buttonText="Call to Book" onSubmit={(email) => window.location.href = 'tel:+358452511787'} + background={{ variant: "gradient-bars" }} + useInvertedBackground={false} /> -- 2.49.1