11 Commits

Author SHA1 Message Date
6b71a176af Switch to version 7: modified src/app/page.tsx 2026-03-16 18:56:08 +00:00
e97158f57c Merge version_8 into main
Merge version_8 into main
2026-03-16 18:55:44 +00:00
e65dd5d2b1 Update src/app/page.tsx 2026-03-16 18:55:40 +00:00
b4d4d64627 Switch to version 6: modified src/app/page.tsx 2026-03-16 18:42:09 +00:00
0d5a320724 Merge version_7 into main
Merge version_7 into main
2026-03-16 18:41:47 +00:00
a454d9b1fa Update src/app/page.tsx 2026-03-16 18:41:43 +00:00
d029874d71 Switch to version 5: modified src/app/page.tsx 2026-03-16 18:40:46 +00:00
f56e052cb8 Merge version_6 into main
Merge version_6 into main
2026-03-16 18:40:24 +00:00
e40df61dc4 Update src/app/page.tsx 2026-03-16 18:40:20 +00:00
1fc5e4c9dd Switch to version 4: modified src/app/page.tsx 2026-03-16 18:38:16 +00:00
0af39be1bd Merge version_5 into main
Merge version_5 into main
2026-03-16 18:37:53 +00:00

View File

@@ -76,7 +76,7 @@ export default function HomePage() {
tagIcon={Zap} tagIcon={Zap}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "Get Started", href: "/auth/signup" }, { text: "Start Free Trial", href: "/auth/signup" },
{ text: "View Demo", href: "#demo" }, { text: "View Demo", href: "#demo" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -259,6 +259,7 @@ export default function HomePage() {
faqsAnimation="blur-reveal" faqsAnimation="blur-reveal"
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ text: "Get Started Now", href: "/auth/signup" },
{ text: "Still have questions? Contact us", href: "/contact" }, { text: "Still have questions? Contact us", href: "/contact" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"