Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c0425e8bf | |||
| d48a90aff4 | |||
| 37aa8cdbba |
@@ -124,7 +124,10 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
avatars={heroAvatars}
|
avatars={heroAvatars}
|
||||||
avatarText="Join thousands already sharing instantly"
|
avatarText="Join thousands already sharing instantly"
|
||||||
buttons={[{ text: "Download Now", href: "#" }]}
|
buttons={[
|
||||||
|
{ text: "Download Now", href: "#" },
|
||||||
|
{ text: "See How It Works", href: "#features" }
|
||||||
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user