Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-09 14:33:02 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ export default function AIAccountantPage() {
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="none"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -64,7 +64,7 @@ export default function AIAccountantPage() {
title="Ready to Optimize Finances?"
description="Get in touch for a demo of our AI Accountant platform."
buttons={[{ text: "Contact Us", href: "#" }]}
background={{ variant: "none" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>

View File

@@ -16,7 +16,7 @@ export default function AIHRPage() {
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="none"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -64,7 +64,7 @@ export default function AIHRPage() {
title="Ready to Modernize HR?"
description="Talk to us about deploying AI HR solutions in your company."
buttons={[{ text: "Contact Us", href: "#" }]}
background={{ variant: "none" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>