Merge version_3 into main #6

Merged
bender merged 2 commits from version_3 into main 2026-03-08 10:48:21 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1382,4 +1382,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

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>
);
}
}