3 Commits

Author SHA1 Message Date
4b63d6696e Update src/app/page.tsx 2026-03-08 10:48:16 +00:00
f2f1e001b4 Update src/app/layout.tsx 2026-03-08 10:48:16 +00:00
080c79f20d Merge version_2 into main
Merge version_2 into main
2026-03-08 10:43:36 +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>
);
}
}