Update src/app/page.tsx

This commit is contained in:
2026-03-05 22:52:01 +00:00
parent 84d278734a
commit 12f1824e42

View File

@@ -230,7 +230,7 @@ export default function HomePage() {
animationType="entrance-slide"
buttons={[
{ text: "Start Your Free Trial", href: "/signup" },
{ text: "Contact Sales", href: "#" },
{ text: "Talk to a Coach", href: "#" },
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -272,4 +272,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}