Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-03-12 19:58:24 +00:00

View File

@@ -124,7 +124,10 @@ export default function LandingPage() {
background={{ variant: "plain" }}
avatars={heroAvatars}
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"
/>
</div>