Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 042bfe5ad6 | |||
| 6c5a0c10ba | |||
| 6999fd6f55 | |||
| 1c8e3776f2 | |||
| 40c209469a | |||
| ad8d367746 | |||
| 3a7718b5cd |
1409
src/app/layout.tsx
1409
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user