4 Commits

Author SHA1 Message Date
2cb2bcfd62 Merge version_3 into main
Merge version_3 into main
2026-03-04 22:53:06 +00:00
c824f1dcd5 Update src/app/page.tsx 2026-03-04 22:53:02 +00:00
84c8860de3 Update src/app/layout.tsx 2026-03-04 22:53:02 +00:00
fe9473ac7d Merge version_2 into main
Merge version_2 into main
2026-03-04 22:50:59 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -59,7 +59,7 @@ export default function LandingPage() {
ratingText="Trusted by leading companies"
buttons={[
{ text: "Start Free Trial", href: "#contact" },
{ text: "View Demo", href: "#features" }
{ text: "See It In Action", href: "#features" }
]}
mediaAnimation="slide-up"
buttonAnimation="slide-up"
@@ -212,4 +212,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}