diff --git a/src/app/page.tsx b/src/app/page.tsx index d2d8393..8e80cba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,7 +14,18 @@ const navItems = [{ name: "Home", id: "/" }]; export default function Page() { return ( - + @@ -33,6 +44,7 @@ export default function Page() { textboxLayout="split" bulletPoints={[]} mediaAnimation="slide-up" + useInvertedBackground={false} />
@@ -71,6 +84,7 @@ export default function Page() { title="Get In Touch" description="We would love to hear from you." inputs={[{ name: "email", type: "email", placeholder: "Email" }, { name: "name", type: "text", placeholder: "Name" }]} + useInvertedBackground={false} />