6 Commits

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