8 Commits

Author SHA1 Message Date
d86e4b59cd Merge version_3 into main
Merge version_3 into main
2026-03-09 17:08:03 +00:00
042bfe5ad6 Update src/app/page.tsx 2026-03-09 17:07:58 +00:00
6c5a0c10ba Merge version_2 into main
Merge version_2 into main
2026-03-09 16:18:22 +00:00
6999fd6f55 Update src/app/page.tsx 2026-03-09 16:18:18 +00:00
1c8e3776f2 Update src/app/layout.tsx 2026-03-09 16:18:17 +00:00
40c209469a Merge version_1 into main
Merge version_1 into main
2026-03-09 13:49:02 +00:00
ad8d367746 Merge version_1 into main
Merge version_1 into main
2026-03-09 13:48:06 +00:00
3a7718b5cd Merge version_1 into main
Merge version_1 into main
2026-03-09 13:46:38 +00:00
2 changed files with 8 additions and 1405 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Start Finding", href: "#product" },
{ text: "Find My Wallet", href: "#product" },
{ text: "Learn More", href: "#features" },
]}
buttonAnimation="blur-reveal"
@@ -118,7 +118,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "Explore All Features", href: "#" }]}
buttons={[{ text: "Start Comparing Now", href: "#product" }]}
buttonAnimation="blur-reveal"
/>
</div>