Update src/app/page.tsx

This commit is contained in:
2026-04-05 10:12:37 +00:00
parent 774ef48aaa
commit 723515ad37

View File

@@ -66,6 +66,7 @@ export default function LandingPage() {
{ icon: Users, label: "Welcome", value: "Inclusive" },
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -95,6 +96,8 @@ export default function LandingPage() {
]}
title="Client Feedback"
description="Join our community of satisfied customers in Imatra."
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -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}
/>
</div>