Update src/app/page.tsx

This commit is contained in:
2026-03-08 10:48:16 +00:00
parent f2f1e001b4
commit 4b63d6696e

View File

@@ -125,7 +125,7 @@ export default function HomePage() {
]}
avatarText="500+ companies trust us"
buttons={[
{ text: "Start Now", href: "#" },
{ text: "Start Free Trial", href: "#" },
{ text: "Request Demo", href: "#contact-cta" },
]}
buttonAnimation="slide-up"
@@ -351,4 +351,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}