3 Commits

Author SHA1 Message Date
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

@@ -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"